File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed
Shared SwiftUI Content.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = " YES"
30
- shouldAutocreateTestPlan = " YES" >
29
+ shouldUseLaunchSchemeArgsEnv = " YES" >
30
+ <TestPlans >
31
+ <TestPlanReference
32
+ reference = " container:Shared SwiftUI Content/TestPlan.xctestplan"
33
+ default = " YES" >
34
+ </TestPlanReference >
35
+ </TestPlans >
31
36
<Testables >
32
37
<TestableReference
33
38
skipped = " NO"
Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "id" : "24BCD70C-D366-4CA1-A20E-485A8FF71634",
5
+ "name" : "Configuration 1",
6
+ "options" : {
7
+
8
+ }
9
+ }
10
+ ],
11
+ "defaultOptions" : {
12
+ "testTimeoutsEnabled" : true
13
+ },
14
+ "testTargets" : [
15
+ {
16
+ "target" : {
17
+ "containerPath" : "container:DemoPackages\/DeeplinkParser",
18
+ "identifier" : "DeeplinkParserTests",
19
+ "name" : "DeeplinkParserTests"
20
+ }
21
+ },
22
+ {
23
+ "target" : {
24
+ "containerPath" : "container:DemoPackages\/CustomHorizontalCollection",
25
+ "identifier" : "CustomHorizontalCollectionTests",
26
+ "name" : "CustomHorizontalCollectionTests"
27
+ }
28
+ }
29
+ ],
30
+ "version" : 1
31
+ }
You can’t perform that action at this time.
0 commit comments