File tree 4 files changed +47
-1
lines changed
WPMediaPicker.xcworkspace/xcshareddata/swiftpm
4 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "id" : "0B1AE21B-1942-457C-8E85-D1D9F3281758",
5
+ "name" : "Configuration 1",
6
+ "options" : {
7
+
8
+ }
9
+ }
10
+ ],
11
+ "defaultOptions" : {
12
+ "testTimeoutsEnabled" : true
13
+ },
14
+ "testTargets" : [
15
+ {
16
+ "target" : {
17
+ "containerPath" : "container:WPMediaPicker.xcodeproj",
18
+ "identifier" : "6003F5AD195388D20070C39A",
19
+ "name" : "Tests"
20
+ }
21
+ }
22
+ ],
23
+ "version" : 1
24
+ }
Original file line number Diff line number Diff line change 49
49
17475FB71FB46DED00252689 /* SampleCellOverlayView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SampleCellOverlayView.m; sourceTree = "<group>"; };
50
50
17F64FDE1E6DDC74006C5A2B /* CustomPreviewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomPreviewViewController.h; sourceTree = "<group>"; };
51
51
17F64FDF1E6DDC74006C5A2B /* CustomPreviewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomPreviewViewController.m; sourceTree = "<group>"; };
52
+ 3F3E104528A0BAAE0041FA5A /* UnitTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = UnitTests.xctestplan; sourceTree = "<group>"; };
52
53
5709B45B57F590232B3E5DA7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
53
54
6003F58A195388D20070C39A /* WPMediaPicker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WPMediaPicker.app; sourceTree = BUILT_PRODUCTS_DIR; };
54
55
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
189
190
children = (
190
191
6003F5BB195388D20070C39A /* WPDateTimeHelpersTests.m */,
191
192
6003F5B6195388D20070C39A /* Supporting Files */,
193
+ 3F3E104528A0BAAE0041FA5A /* UnitTests.xctestplan */,
192
194
);
193
195
path = Tests;
194
196
sourceTree = "<group>";
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
3
LastUpgradeVersion = " 1240"
4
- version = " 1.3 " >
4
+ version = " 1.7 " >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
7
7
buildImplicitDependencies = " YES" >
36
36
ReferencedContainer = " container:WPMediaPicker.xcodeproj" >
37
37
</BuildableReference >
38
38
</MacroExpansion >
39
+ <TestPlans >
40
+ <TestPlanReference
41
+ reference = " container:Tests/UnitTests.xctestplan"
42
+ default = " YES" >
43
+ </TestPlanReference >
44
+ </TestPlans >
39
45
<Testables >
40
46
<TestableReference
41
47
skipped = " NO" >
Original file line number Diff line number Diff line change
1
+ {
2
+ "pins" : [
3
+ {
4
+ "identity" : " test-collector-swift" ,
5
+ "kind" : " remoteSourceControl" ,
6
+ "location" : " https://github.com/buildkite/test-collector-swift" ,
7
+ "state" : {
8
+ "revision" : " 77c7f492f5c1c9ca159f73d18f56bbd1186390b0" ,
9
+ "version" : " 0.3.0"
10
+ }
11
+ }
12
+ ],
13
+ "version" : 2
14
+ }
You can’t perform that action at this time.
0 commit comments