|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 273326891D5033CE001462F8 /* PlayListPlayerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273326881D5033CE001462F8 /* PlayListPlayerType.swift */; };
|
| 11 | + 2733268C1D503542001462F8 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2733268A1D503542001462F8 /* Nimble.framework */; }; |
| 12 | + 2733268D1D503542001462F8 /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2733268B1D503542001462F8 /* Quick.framework */; }; |
| 13 | + 2733268F1D50354E001462F8 /* Nimble.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 2733268A1D503542001462F8 /* Nimble.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 14 | + 273326901D50354E001462F8 /* Quick.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 2733268B1D503542001462F8 /* Quick.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
11 | 15 | 73983FFC1D3D0D620001EA78 /* PlayListPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73983FF11D3D0D620001EA78 /* PlayListPlayer.framework */; };
|
12 | 16 | 739840011D3D0D620001EA78 /* PlayListPlayerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739840001D3D0D620001EA78 /* PlayListPlayerTests.swift */; };
|
13 | 17 | /* End PBXBuildFile section */
|
|
22 | 26 | };
|
23 | 27 | /* End PBXContainerItemProxy section */
|
24 | 28 |
|
| 29 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 30 | + 2733268E1D503545001462F8 /* CopyFiles */ = { |
| 31 | + isa = PBXCopyFilesBuildPhase; |
| 32 | + buildActionMask = 2147483647; |
| 33 | + dstPath = ""; |
| 34 | + dstSubfolderSpec = 10; |
| 35 | + files = ( |
| 36 | + 2733268F1D50354E001462F8 /* Nimble.framework in CopyFiles */, |
| 37 | + 273326901D50354E001462F8 /* Quick.framework in CopyFiles */, |
| 38 | + ); |
| 39 | + runOnlyForDeploymentPostprocessing = 0; |
| 40 | + }; |
| 41 | +/* End PBXCopyFilesBuildPhase section */ |
| 42 | + |
25 | 43 | /* Begin PBXFileReference section */
|
26 | 44 | 273326881D5033CE001462F8 /* PlayListPlayerType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlayListPlayerType.swift; sourceTree = "<group>"; };
|
| 45 | + 2733268A1D503542001462F8 /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nimble.framework; path = Carthage/Build/iOS/Nimble.framework; sourceTree = "<group>"; }; |
| 46 | + 2733268B1D503542001462F8 /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quick.framework; path = Carthage/Build/iOS/Quick.framework; sourceTree = "<group>"; }; |
27 | 47 | 73983FF11D3D0D620001EA78 /* PlayListPlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PlayListPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
28 | 48 | 73983FF61D3D0D620001EA78 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
29 | 49 | 73983FFB1D3D0D620001EA78 /* PlayListPlayerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PlayListPlayerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
44 | 64 | buildActionMask = 2147483647;
|
45 | 65 | files = (
|
46 | 66 | 73983FFC1D3D0D620001EA78 /* PlayListPlayer.framework in Frameworks */,
|
| 67 | + 2733268C1D503542001462F8 /* Nimble.framework in Frameworks */, |
| 68 | + 2733268D1D503542001462F8 /* Quick.framework in Frameworks */, |
47 | 69 | );
|
48 | 70 | runOnlyForDeploymentPostprocessing = 0;
|
49 | 71 | };
|
|
58 | 80 | path = player;
|
59 | 81 | sourceTree = "<group>";
|
60 | 82 | };
|
| 83 | + 273326911D503559001462F8 /* Frameworks */ = { |
| 84 | + isa = PBXGroup; |
| 85 | + children = ( |
| 86 | + 2733268A1D503542001462F8 /* Nimble.framework */, |
| 87 | + 2733268B1D503542001462F8 /* Quick.framework */, |
| 88 | + ); |
| 89 | + name = Frameworks; |
| 90 | + sourceTree = "<group>"; |
| 91 | + }; |
61 | 92 | 73983FE71D3D0D620001EA78 = {
|
62 | 93 | isa = PBXGroup;
|
63 | 94 | children = (
|
64 | 95 | 73983FF31D3D0D620001EA78 /* PlayListPlayer */,
|
65 | 96 | 73983FFF1D3D0D620001EA78 /* PlayListPlayerTests */,
|
| 97 | + 273326911D503559001462F8 /* Frameworks */, |
66 | 98 | 73983FF21D3D0D620001EA78 /* Products */,
|
67 | 99 | );
|
68 | 100 | sourceTree = "<group>";
|
|
141 | 173 | 73983FF71D3D0D620001EA78 /* Sources */,
|
142 | 174 | 73983FF81D3D0D620001EA78 /* Frameworks */,
|
143 | 175 | 73983FF91D3D0D620001EA78 /* Resources */,
|
| 176 | + 2733268E1D503545001462F8 /* CopyFiles */, |
144 | 177 | );
|
145 | 178 | buildRules = (
|
146 | 179 | );
|
|
379 | 412 | 739840091D3D0D620001EA78 /* Debug */ = {
|
380 | 413 | isa = XCBuildConfiguration;
|
381 | 414 | buildSettings = {
|
| 415 | + FRAMEWORK_SEARCH_PATHS = ( |
| 416 | + "$(inherited)", |
| 417 | + "$(PROJECT_DIR)/Carthage/Build/iOS", |
| 418 | + ); |
382 | 419 | INFOPLIST_FILE = PlayListPlayerTests/Info.plist;
|
383 | 420 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
384 | 421 | PRODUCT_BUNDLE_IDENTIFIER = com.nerd0geek1.PlayListPlayerTests;
|
|
389 | 426 | 7398400A1D3D0D620001EA78 /* Release */ = {
|
390 | 427 | isa = XCBuildConfiguration;
|
391 | 428 | buildSettings = {
|
| 429 | + FRAMEWORK_SEARCH_PATHS = ( |
| 430 | + "$(inherited)", |
| 431 | + "$(PROJECT_DIR)/Carthage/Build/iOS", |
| 432 | + ); |
392 | 433 | INFOPLIST_FILE = PlayListPlayerTests/Info.plist;
|
393 | 434 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
394 | 435 | PRODUCT_BUNDLE_IDENTIFIER = com.nerd0geek1.PlayListPlayerTests;
|
|
0 commit comments