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 c0b95bb
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 Down Expand Up @@ -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"
)
Expand Down

0 comments on commit c0b95bb

Please sign in to comment.