Remove Mac.xctestplan from iOS app scheme.

This commit is contained in:
Brent Simmons
2024-05-20 13:45:04 -07:00
parent 46b9eba09a
commit fe1faac162
5 changed files with 10 additions and 13 deletions

View File

@@ -44,13 +44,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:App.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO">

View File

@@ -47,7 +47,7 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:App.xctestplan"
reference = "container:Mac.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>