|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 50E5B9C91A4CAA050099BF69 /* YTPlayer.html in Resources */ = {isa = PBXBuildFile; fileRef = 50E5B9C81A4CAA050099BF69 /* YTPlayer.html */; }; |
11 | 11 | 50E5B9CB1A4CAA150099BF69 /* YouTubePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E5B9CA1A4CAA150099BF69 /* YouTubePlayer.swift */; }; |
| 12 | + E616AC7A25F0BBC200AAE4E2 /* YouTubePlayerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E616AC7925F0BBC200AAE4E2 /* YouTubePlayerTests.swift */; }; |
12 | 13 | /* End PBXBuildFile section */ |
13 | 14 |
|
14 | 15 | /* Begin PBXFileReference section */ |
15 | 16 | 502AE85F1A475FD500306AD1 /* YouTubePlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YouTubePlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
16 | 17 | 502AE8631A475FD500306AD1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = Info.plist; path = YouTubePlayer/Info.plist; sourceTree = "<group>"; }; |
17 | 18 | 50E5B9C81A4CAA050099BF69 /* YTPlayer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = YTPlayer.html; path = YouTubePlayer/YTPlayer.html; sourceTree = SOURCE_ROOT; }; |
18 | 19 | 50E5B9CA1A4CAA150099BF69 /* YouTubePlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = YouTubePlayer.swift; path = YouTubePlayer/YouTubePlayer.swift; sourceTree = SOURCE_ROOT; }; |
| 20 | + E616AC7925F0BBC200AAE4E2 /* YouTubePlayerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YouTubePlayerTests.swift; sourceTree = "<group>"; }; |
19 | 21 | /* End PBXFileReference section */ |
20 | 22 |
|
21 | 23 | /* Begin PBXFrameworksBuildPhase section */ |
|
32 | 34 | 502AE8551A475FD500306AD1 = { |
33 | 35 | isa = PBXGroup; |
34 | 36 | children = ( |
| 37 | + E616AC7725F0BB8800AAE4E2 /* Tests */, |
35 | 38 | 502AE8611A475FD500306AD1 /* YouTubePlayer */, |
36 | 39 | 502AE8601A475FD500306AD1 /* Products */, |
37 | 40 | ); |
|
64 | 67 | name = "Supporting Files"; |
65 | 68 | sourceTree = "<group>"; |
66 | 69 | }; |
| 70 | + E616AC7725F0BB8800AAE4E2 /* Tests */ = { |
| 71 | + isa = PBXGroup; |
| 72 | + children = ( |
| 73 | + E616AC7825F0BB9600AAE4E2 /* YouTubePlayerTests */, |
| 74 | + ); |
| 75 | + path = Tests; |
| 76 | + sourceTree = "<group>"; |
| 77 | + }; |
| 78 | + E616AC7825F0BB9600AAE4E2 /* YouTubePlayerTests */ = { |
| 79 | + isa = PBXGroup; |
| 80 | + children = ( |
| 81 | + E616AC7925F0BBC200AAE4E2 /* YouTubePlayerTests.swift */, |
| 82 | + ); |
| 83 | + path = YouTubePlayerTests; |
| 84 | + sourceTree = "<group>"; |
| 85 | + }; |
67 | 86 | /* End PBXGroup section */ |
68 | 87 |
|
69 | 88 | /* Begin PBXHeadersBuildPhase section */ |
|
145 | 164 | isa = PBXSourcesBuildPhase; |
146 | 165 | buildActionMask = 2147483647; |
147 | 166 | files = ( |
| 167 | + E616AC7A25F0BBC200AAE4E2 /* YouTubePlayerTests.swift in Sources */, |
148 | 168 | 50E5B9CB1A4CAA150099BF69 /* YouTubePlayer.swift in Sources */, |
149 | 169 | ); |
150 | 170 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments