Skip to content

Commit

Permalink
Try adding development team
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 committed Nov 20, 2024
1 parent c0b95bb commit 83c4f27
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 @@ -107,7 +107,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: "-skipMacroValidation -skipPackagePluginValidation"
xcargs: "DEVELOPMENT_TEAM=T7PP2KY2B6 -skipMacroValidation -skipPackagePluginValidation"
)
end

Expand Down

0 comments on commit 83c4f27

Please sign in to comment.