Rename the Enterprise variant to Pro. (#3877)

This commit is contained in:
Doug 2025-03-07 13:47:11 +00:00 committed by GitHub
parent 1e931c9f16
commit 4b7cf3c6a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ jobs:
run: source ci_scripts/ci_common.sh && setup_github_actions_environment run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Configure Enterprise - name: Configure Enterprise
run: bundle exec fastlane config_enterprise run: bundle exec fastlane config_element_pro
env: env:
MAPLIBRE_API_KEY: WeDontNeedOneForUnitTests MAPLIBRE_API_KEY: WeDontNeedOneForUnitTests
SENTRY_DSN: https://sentry.localhost SENTRY_DSN: https://sentry.localhost

@ -1 +1 @@
Subproject commit 23bc91faa2c9465051a38051bc8d803c38e389d7 Subproject commit 99ba1c61771b3f7d4b7f130170d471d610211932

View File

@ -8,9 +8,9 @@ install_xcode_cloud_brew_dependencies
if [ "$CI_WORKFLOW" = "Nightly" ]; then if [ "$CI_WORKFLOW" = "Nightly" ]; then
bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER" bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER"
elif [ "$CI_WORKFLOW" = "Enterprise" ]; then elif [ "$CI_WORKFLOW" = "Element Pro" ]; then
# Xcode Cloud automatically fetches the submodule. # Xcode Cloud automatically fetches the submodules.
bundle exec fastlane config_enterprise bundle exec fastlane config_element_pro
else else
bundle exec fastlane config_production bundle exec fastlane config_production
fi fi