|
17 | 17 | FA107A9A1B044ED9006FA015 /* MiscRequests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA107A991B044ED9006FA015 /* MiscRequests.swift */; };
|
18 | 18 | FA107AA31B0459D2006FA015 /* Dictionary+merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA107AA21B0459D2006FA015 /* Dictionary+merge.swift */; };
|
19 | 19 | FA21C3C31B01078900C1EAA8 /* MiscRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA21C3C21B01078900C1EAA8 /* MiscRouter.swift */; };
|
| 20 | + FA277E461B31C937009254A0 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = FA277E451B31C937009254A0 /* README.md */; }; |
| 21 | + FA277E481B31C941009254A0 /* Cartfile in Resources */ = {isa = PBXBuildFile; fileRef = FA277E471B31C941009254A0 /* Cartfile */; }; |
| 22 | + FA277E4A1B31C966009254A0 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = FA277E491B31C966009254A0 /* LICENSE */; }; |
| 23 | + FA277E4C1B31CE84009254A0 /* HypeMachineAPI.podspec in Resources */ = {isa = PBXBuildFile; fileRef = FA277E4B1B31CE84009254A0 /* HypeMachineAPI.podspec */; }; |
20 | 24 | FA4D18ED1B0112C10043A040 /* Tags.json in Resources */ = {isa = PBXBuildFile; fileRef = FA4D18EB1B0112BA0043A040 /* Tags.json */; };
|
21 | 25 | FA4D18EF1B0112F80043A040 /* TagTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4D18EE1B0112F80043A040 /* TagTests.swift */; };
|
22 | 26 | FA4D18F11B01132E0043A040 /* Tag.json in Resources */ = {isa = PBXBuildFile; fileRef = FA4D18F01B01132E0043A040 /* Tag.json */; };
|
|
95 | 99 | FA107A991B044ED9006FA015 /* MiscRequests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = MiscRequests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
96 | 100 | FA107AA21B0459D2006FA015 /* Dictionary+merge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Dictionary+merge.swift"; sourceTree = "<group>"; };
|
97 | 101 | FA21C3C21B01078900C1EAA8 /* MiscRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MiscRouter.swift; sourceTree = "<group>"; };
|
| 102 | + FA277E451B31C937009254A0 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 103 | + FA277E471B31C941009254A0 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; }; |
| 104 | + FA277E491B31C966009254A0 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
| 105 | + FA277E4B1B31CE84009254A0 /* HypeMachineAPI.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HypeMachineAPI.podspec; sourceTree = "<group>"; }; |
98 | 106 | FA4D18EB1B0112BA0043A040 /* Tags.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Tags.json; sourceTree = "<group>"; };
|
99 | 107 | FA4D18EE1B0112F80043A040 /* TagTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = TagTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
100 | 108 | FA4D18F01B01132E0043A040 /* Tag.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Tag.json; sourceTree = "<group>"; };
|
|
203 | 211 | FA5B33E51AFF4FF6009F2F95 /* Tests */,
|
204 | 212 | FA5B33D71AFF4FF6009F2F95 /* Products */,
|
205 | 213 | FA4D18FF1B0129C20043A040 /* Frameworks */,
|
| 214 | + FA277E451B31C937009254A0 /* README.md */, |
| 215 | + FA277E491B31C966009254A0 /* LICENSE */, |
| 216 | + FA277E471B31C941009254A0 /* Cartfile */, |
| 217 | + FA277E4B1B31CE84009254A0 /* HypeMachineAPI.podspec */, |
206 | 218 | );
|
207 | 219 | sourceTree = "<group>";
|
208 | 220 | };
|
|
432 | 444 | isa = PBXResourcesBuildPhase;
|
433 | 445 | buildActionMask = 2147483647;
|
434 | 446 | files = (
|
| 447 | + FA277E4C1B31CE84009254A0 /* HypeMachineAPI.podspec in Resources */, |
| 448 | + FA277E4A1B31C966009254A0 /* LICENSE in Resources */, |
| 449 | + FA277E481B31C941009254A0 /* Cartfile in Resources */, |
435 | 450 | );
|
436 | 451 | runOnlyForDeploymentPostprocessing = 0;
|
437 | 452 | };
|
|
481 | 496 | FA5B34401B01024C009F2F95 /* MeRouter.swift in Sources */,
|
482 | 497 | FA5B34071AFF543B009F2F95 /* LatestPlaylist.swift in Sources */,
|
483 | 498 | FA5B34301B00F934009F2F95 /* Artist.swift in Sources */,
|
| 499 | + FA277E461B31C937009254A0 /* README.md in Sources */, |
484 | 500 | FA5B34011AFF5433009F2F95 /* PopularPlaylist.swift in Sources */,
|
485 | 501 | FA5B34091AFF543B009F2F95 /* SearchPlaylist.swift in Sources */,
|
486 | 502 | FA107A901B042811006FA015 /* TracksRequests.swift in Sources */,
|
|
0 commit comments