From c0b95bbec570f21080fa92ced039224ab9706b90 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..549520df 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 @@ -106,6 +105,7 @@ platform :ios do cloned_source_packages_path: ".SwiftPackages", # Custom path for cloning source packages to derived_data_path: ".DerivedData", # Custom derived data path output_directory: "./build", # Directory where the output artifacts are generated + codesigning_identity: "Apple Distribution: Technische Universitaet Muenchen (Edu) (T7PP2KY2B6)", scheme: "Artemis", xcargs: "-skipMacroValidation -skipPackagePluginValidation" )