diff --git a/codemagic.yaml b/codemagic.yaml index 9030d46a5..2c86e7812 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -1,7 +1,6 @@ workflows: ios-native-workflow: name: iOS Native - max_build_duration: 120 instance_type: mac_mini_m1 integrations: app_store_connect: GabineteDigital @@ -36,23 +35,7 @@ workflows: - $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.app - $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.dSYM publishing: - email: - recipients: - - user_1@example.com - - user_2@example.com - notify: - success: true - failure: false app_store_connect: auth: integration - - # Configuration related to TestFlight (optional) - # Note: This action is performed during post-processing. submit_to_testflight: true - beta_groups: # Specify the names of beta tester groups that will get access to the build once it has passed beta review. - - group name 1 - - group name 2 - - # Configuration related to App Store (optional) - # Note: This action is performed during post-processing. submit_to_app_store: false