mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
codemagic.yaml edited online with Bitbucket
This commit is contained in:
+2
-7
@@ -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
|
||||
Reference in New Issue
Block a user