File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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>"; };
208209 53719EB619BF4C6D005D3DE0 /* BuildSettingExtractorTests */ = {
209210 isa = PBXGroup;
210211 children = (
212+ 53DCD48924D6440400D512FB /* BuildSettingExtractor.xctestplan */,
211213 53719EBC19BF4C6D005D3DE0 /* BuildSettingExtractorTests.m */,
212214 53F372F61A7C3164006118CB /* TestFiles */,
213215 53719EB719BF4C6D005D3DE0 /* Supporting Files */,
Original file line number Diff line number Diff line change 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" >
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" >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments