From 28e5b9e4eb7b979552964584e558e25f12d64be0 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 2 Oct 2023 16:16:18 +0100 Subject: [PATCH] change codemagic.yml --- codemagic.yaml | 17 ----------------- 1 file changed, 17 deletions(-) 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