From b810ebdbb5a3a7d4bdc4dead5d1daf4559f7b73e Mon Sep 17 00:00:00 2001 From: Dev Equilibrium Date: Mon, 2 Oct 2023 16:03:01 +0000 Subject: [PATCH] codemagic.yaml edited online with Bitbucket --- codemagic.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index 15566fd8c..5548710a0 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -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 \ No newline at end of file