Skip to content

Commit 9891f5e

Browse files
Convert main scheme to use test plan
1 parent 904182f commit 9891f5e

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
53BC11301A817447005E2FD2 /* BuildSettingCommentGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BuildSettingCommentGenerator.m; sourceTree = "<group>"; };
8383
53C7618023F85AE20024B432 /* SampleFileStructureGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleFileStructureGenerator.h; sourceTree = "<group>"; };
8484
53C7618123F85AE20024B432 /* SampleFileStructureGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleFileStructureGenerator.m; sourceTree = "<group>"; };
85+
53DCD48924D6440400D512FB /* BuildSettingExtractor.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = BuildSettingExtractor.xctestplan; sourceTree = "<group>"; };
8586
53F372EB1A7BC6A7006118CB /* DragFileView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DragFileView.h; sourceTree = "<group>"; };
8687
53F372EC1A7BC6A7006118CB /* DragFileView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DragFileView.m; sourceTree = "<group>"; };
8788
53F372EE1A7C042F006118CB /* BuildSettingExtractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BuildSettingExtractor.h; sourceTree = "<group>"; };
@@ -208,6 +209,7 @@
208209
53719EB619BF4C6D005D3DE0 /* BuildSettingExtractorTests */ = {
209210
isa = PBXGroup;
210211
children = (
212+
53DCD48924D6440400D512FB /* BuildSettingExtractor.xctestplan */,
211213
53719EBC19BF4C6D005D3DE0 /* BuildSettingExtractorTests.m */,
212214
53F372F61A7C3164006118CB /* TestFiles */,
213215
53719EB719BF4C6D005D3DE0 /* Supporting Files */,

BuildSettingExtractor.xcodeproj/xcshareddata/xcschemes/BuildSettingExtractor.xcscheme

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "1150"
4-
version = "1.3">
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -27,6 +27,12 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<TestPlans>
31+
<TestPlanReference
32+
reference = "container:BuildSettingExtractorTests/BuildSettingExtractor.xctestplan"
33+
default = "YES">
34+
</TestPlanReference>
35+
</TestPlans>
3036
<Testables>
3137
<TestableReference
3238
skipped = "NO">
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "A59CFD73-15EC-4B32-9336-A775AA56A72E",
5+
"name" : "Standard",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"codeCoverage" : false,
13+
"targetForVariableExpansion" : {
14+
"containerPath" : "container:BuildSettingExtractor.xcodeproj",
15+
"identifier" : "53719E8E19BF4C6D005D3DE0",
16+
"name" : "BuildSettingExtractor"
17+
}
18+
},
19+
"testTargets" : [
20+
{
21+
"target" : {
22+
"containerPath" : "container:BuildSettingExtractor.xcodeproj",
23+
"identifier" : "53719EAF19BF4C6D005D3DE0",
24+
"name" : "BuildSettingExtractorTests"
25+
}
26+
}
27+
],
28+
"version" : 1
29+
}

0 commit comments

Comments
 (0)