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