mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
codemagic.yaml edited online with Bitbucket
This commit is contained in:
+1
-6
@@ -6,7 +6,7 @@ workflows:
|
|||||||
app_store_connect: GabineteDigital
|
app_store_connect: GabineteDigital
|
||||||
environment:
|
environment:
|
||||||
ios_signing:
|
ios_signing:
|
||||||
distribution_type: testflight
|
distribution_type: app_store
|
||||||
bundle_identifier: com.gpr.gabinetedigital.teste
|
bundle_identifier: com.gpr.gabinetedigital.teste
|
||||||
vars:
|
vars:
|
||||||
BUNDLE_ID: "com.gpr.gabinetedigital.teste"
|
BUNDLE_ID: "com.gpr.gabinetedigital.teste"
|
||||||
@@ -19,11 +19,6 @@ workflows:
|
|||||||
pod install
|
pod install
|
||||||
- name: Set up provisioning profiles settings on Xcode project
|
- name: Set up provisioning profiles settings on Xcode project
|
||||||
script: xcode-project use-profiles
|
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
|
- name: Build ipa for distribution
|
||||||
script: |
|
script: |
|
||||||
xcode-project build-ipa \
|
xcode-project build-ipa \
|
||||||
|
|||||||
Reference in New Issue
Block a user