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