Skip to content

Commit

Permalink
Change code signing identity to Apple Distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue committed Nov 19, 2024
1 parent 47dfc3f commit 04e3e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ platform :ios do

match(
type: "appstore",
generate_apple_certs: "true",
api_key: api_key,
git_full_name: "Artemis IOS",
git_branch: "main", # branch to store and get certificates from
Expand All @@ -94,6 +93,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: 'Apple Distribution',
profile_name: profile_mapping[app_identifier]
)

Expand Down

0 comments on commit 04e3e6f

Please sign in to comment.