Skip to content

Commit

Permalink
Add team_id to fast file
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 22, 2024
1 parent e280c4b commit 3eccf23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ platform :ios do

match(
type: "appstore",
team_id: team_id,
api_key: api_key,
git_full_name: "Artemis IOS",
git_branch: "main", # branch to store and get certificates from
Expand Down Expand Up @@ -107,7 +108,7 @@ platform :ios do
output_directory: "./build", # Directory where the output artifacts are generated
codesigning_identity: "Apple Distribution: Technische Universitaet Muenchen (Edu) (T7PP2KY2B6)",
scheme: "Artemis",
xcargs: "DEVELOPMENT_TEAM=T7PP2KY2B6 -skipMacroValidation -skipPackagePluginValidation"
xcargs: "-skipMacroValidation -skipPackagePluginValidation"
)
end

Expand Down

0 comments on commit 3eccf23

Please sign in to comment.