We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cba00 commit 32c4629Copy full SHA for 32c4629
1 file changed
fastlane/Fastfile
@@ -15,7 +15,12 @@ platform :mac do
15
16
desc "Runs all the tests"
17
lane :test do
18
- run_tests(project: "Monolingual.xcodeproj", scheme: "Monolingual")
+ run_tests(
19
+ project: "Monolingual.xcodeproj",
20
+ scheme: "Monolingual",
21
+ code_signing_identity: "-",
22
+ xcargs: "CODE_SIGNING_REQUIRED=NO CODE_SIGN_STYLE=Manual"
23
+ )
24
end
25
26
desc "Build a new beta version with debug information"
0 commit comments