surfer/template/branding.optional/configure.sh
mr. m 37fae40ea5
Some checks failed
CI / general (push) Has been cancelled
bump version to 1.11.11 and comment out developer options in configure script
2025-04-22 16:24:19 +02:00

22 lines
970 B
Bash

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOZ_APP_DISPLAYNAME="${brandShortName}"
MOZ_MACBUNDLE_ID="${appId}"
# if test "$DEVELOPER_OPTIONS"; then
# if test "$MOZ_DEBUG"; then
# # Local debug builds
# MOZ_HANDLER_CLSID="398ffd8d-5382-48f7-9e3b-19012762d39a"
# MOZ_IHANDLERCONTROL_IID="a218497e-8b10-460b-b668-a92b7ee39ff2"
# MOZ_ASYNCIHANDLERCONTROL_IID="ca18b9ab-04b6-41be-87f7-d99913d6a2e8"
# MOZ_IGECKOBACKCHANNEL_IID="231c4946-4479-4c8e-aadc-8a0e48fc4c51"
# else
# # Local non-debug builds
# MOZ_HANDLER_CLSID="ce573faf-7815-4fc2-a031-b092268ace9e"
# MOZ_IHANDLERCONTROL_IID="2b715cce-1790-4fe1-aef5-48bb5acdf3a1"
# MOZ_ASYNCIHANDLERCONTROL_IID="8e089670-4f57-41a7-89c0-37f17482fa6f"
# MOZ_IGECKOBACKCHANNEL_IID="18e2488d-310f-400f-8339-0e50b513e801"
# fi
# fi