diff --git a/fastlane/Fastfile b/fastlane/Fastfile index b733ac75..1a9ca4fe 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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 @@ -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] )