From ffd0fad437dcffc385e5863d064c4fa947664e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BChne?= Date: Tue, 19 Nov 2024 10:38:22 +0100 Subject: [PATCH] use new default keychain --- fastlane/Fastfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e0a1f459..85cb800e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -92,13 +92,6 @@ platform :ios do # Build ########################################## - profile_mapping = Actions.lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING] - update_code_signing_settings( - use_automatic_signing: false, - code_sign_identity: 'iPhone Distribution', - profile_name: profile_mapping[app_identifier], - ) - # Build the app build_ios_app( clean: true, # Do a clean build each time