From 04e3e6f1e3b1eaa11cab69d9aa1e22b0d67e8e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BChne?= Date: Tue, 19 Nov 2024 11:14:25 +0100 Subject: [PATCH] Change code signing identity to Apple Distribution --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] )