From 47dfc3fe7ff3d8b10e17d9a20b71c442822fc061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BChne?= Date: Tue, 19 Nov 2024 11:07:56 +0100 Subject: [PATCH] remove optional parameter signing key --- fastlane/Fastfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 17e9d360..b733ac75 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -94,8 +94,7 @@ platform :ios do 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: "match AppStore de.tum.cit.ase.artemis", + profile_name: profile_mapping[app_identifier] ) # Build the app