Skip to content

Commit

Permalink
remove optional parameter signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue committed Nov 19, 2024
1 parent afd2667 commit 47dfc3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47dfc3f

Please sign in to comment.