# Ultimity browser build (Firefox ESR base). Artifact mode downloads Mozilla's
# precompiled engine for this revision; only front-end files build locally.
ac_add_options --enable-artifact-builds
ac_add_options --with-branding=browser/branding/ultimity
ac_add_options --with-distribution-id=app.ultimity
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ultimity
# Ultimity's own name in application.ini (Name also sets the profile folder,
# ~/Library/Application Support/Ultimity, so Ultimity never shares Firefox's profiles.ini), and
# its own remoting name. Build options only; no Mozilla file is edited. The vendor cannot be set
# here (browser/moz.configure implies it and accepts nothing else); scripts/package.sh writes it.
ac_add_options --with-app-basename=Ultimity
# The program file stays "firefox": artifact builds download Mozilla's prebuilt binary by that
# name, and the app name would otherwise default to the base name in lowercase.
ac_add_options --with-app-name=firefox
ac_add_options MOZ_APP_REMOTINGNAME=ultimity
