Setup scheme for fastlane run_tests
This commit is contained in:
parent
40ac070232
commit
394fdfb67e
2 changed files with 8 additions and 18 deletions
|
|
@ -64,7 +64,7 @@ end
|
||||||
platform :ios do
|
platform :ios do
|
||||||
desc "Runs all tests"
|
desc "Runs all tests"
|
||||||
lane :test do
|
lane :test do
|
||||||
run_tests()
|
run_tests(scheme: "pass")
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Submit a new Beta Build to Apple TestFlight"
|
desc "Submit a new Beta Build to Apple TestFlight"
|
||||||
|
|
|
||||||
|
|
@ -7,20 +7,6 @@
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
buildImplicitDependencies = "YES">
|
buildImplicitDependencies = "YES">
|
||||||
<BuildActionEntries>
|
<BuildActionEntries>
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "YES"
|
|
||||||
buildForArchiving = "YES"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "A239F5942158C08B00576CBF"
|
|
||||||
BuildableName = "passAutoFillExtension.appex"
|
|
||||||
BlueprintName = "passAutoFillExtension"
|
|
||||||
ReferencedContainer = "container:pass.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
<BuildActionEntry
|
<BuildActionEntry
|
||||||
buildForTesting = "YES"
|
buildForTesting = "YES"
|
||||||
buildForRunning = "YES"
|
buildForRunning = "YES"
|
||||||
|
|
@ -57,8 +43,12 @@
|
||||||
debugServiceExtension = "internal"
|
debugServiceExtension = "internal"
|
||||||
allowLocationSimulation = "YES"
|
allowLocationSimulation = "YES"
|
||||||
launchAutomaticallySubstyle = "2">
|
launchAutomaticallySubstyle = "2">
|
||||||
<BuildableProductRunnable
|
<RemoteRunnable
|
||||||
runnableDebuggingMode = "0">
|
runnableDebuggingMode = "1"
|
||||||
|
BundleIdentifier = "com.apple.mobilesafari"
|
||||||
|
RemotePath = "/Applications/MobileSafari.app">
|
||||||
|
</RemoteRunnable>
|
||||||
|
<MacroExpansion>
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "DC917BD21E2E8231000FDF54"
|
BlueprintIdentifier = "DC917BD21E2E8231000FDF54"
|
||||||
|
|
@ -66,7 +56,7 @@
|
||||||
BlueprintName = "pass"
|
BlueprintName = "pass"
|
||||||
ReferencedContainer = "container:pass.xcodeproj">
|
ReferencedContainer = "container:pass.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</MacroExpansion>
|
||||||
</LaunchAction>
|
</LaunchAction>
|
||||||
<ProfileAction
|
<ProfileAction
|
||||||
buildConfiguration = "Release"
|
buildConfiguration = "Release"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue