Merge branch 'developer-prod' of bitbucket.org:equilibriumito/gabinete-digital-fo into developer-prod

This commit is contained in:
Peter Maquiran
2023-10-03 12:13:08 +01:00
+2 -7
View File
@@ -6,7 +6,7 @@ workflows:
app_store_connect: GabineteDigital
environment:
ios_signing:
distribution_type: testflight
distribution_type: app_store
bundle_identifier: com.gpr.gabinetedigital.teste
vars:
BUNDLE_ID: "com.gpr.gabinetedigital.teste"
@@ -19,11 +19,6 @@ workflows:
pod install
- name: Set up provisioning profiles settings on Xcode project
script: xcode-project use-profiles
- name: Increment build number
script: |
cd $CM_BUILD_DIR
LATEST_BUILD_NUMBER=$(app-store-connect get-latest-app-store-build-number "$APP_STORE_APPLE_ID")
agvtool new-version -all $(($LATEST_BUILD_NUMBER + 1))
- name: Build ipa for distribution
script: |
xcode-project build-ipa \
@@ -38,4 +33,4 @@ workflows:
app_store_connect:
auth: integration
submit_to_testflight: true
submit_to_app_store: false
submit_to_app_store: false