|
31 | 31 | BEA86FA01C9F91500049360B /* Tentacle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BEB076651C8A1FD800ABD373 /* Tentacle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
32 | 32 | BEB076661C8A1FD800ABD373 /* Curry.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEB076641C8A1FD800ABD373 /* Curry.framework */; };
|
33 | 33 | BEB076671C8A1FD800ABD373 /* Tentacle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEB076651C8A1FD800ABD373 /* Tentacle.framework */; };
|
| 34 | + BF3199C01E32E078007DC0D1 /* ProjectIdentifierSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3199BF1E32E078007DC0D1 /* ProjectIdentifierSpec.swift */; }; |
| 35 | + BF6E5DA91E41860700C63D39 /* successful.json in Resources */ = {isa = PBXBuildFile; fileRef = BF6E5DA81E41860700C63D39 /* successful.json */; }; |
| 36 | + BF6E5DAB1E41863500C63D39 /* invalid.json in Resources */ = {isa = PBXBuildFile; fileRef = BF6E5DAA1E41863500C63D39 /* invalid.json */; }; |
| 37 | + BF7A1A0B1E3A7AE9008CBCC5 /* BinaryProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7A1A091E3A7188008CBCC5 /* BinaryProject.swift */; }; |
| 38 | + BFFA7A631E3AAFD200CB95A7 /* BinaryProjectSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFFA7A621E3AAFD200CB95A7 /* BinaryProjectSpec.swift */; }; |
34 | 39 | CD07EB111E0EA5B200CFBEE4 /* ProjectLocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD07EB101E0EA5B200CFBEE4 /* ProjectLocator.swift */; };
|
35 | 40 | CD07EB131E0EA90F00CFBEE4 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD07EB121E0EA90F00CFBEE4 /* Platform.swift */; };
|
36 | 41 | CD07EB151E0F4DEA00CFBEE4 /* ProjectLocatorSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD07EB141E0F4DEA00CFBEE4 /* ProjectLocatorSpec.swift */; };
|
|
193 | 198 | BE624F471E1341E900EAEFC9 /* DuplicateDependenciesCartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DuplicateDependenciesCartfile; sourceTree = "<group>"; };
|
194 | 199 | BEB076641C8A1FD800ABD373 /* Curry.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Curry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
195 | 200 | BEB076651C8A1FD800ABD373 /* Tentacle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Tentacle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 201 | + BF3199BF1E32E078007DC0D1 /* ProjectIdentifierSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectIdentifierSpec.swift; sourceTree = "<group>"; }; |
| 202 | + BF6E5DA81E41860700C63D39 /* successful.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = successful.json; sourceTree = "<group>"; }; |
| 203 | + BF6E5DAA1E41863500C63D39 /* invalid.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = invalid.json; sourceTree = "<group>"; }; |
| 204 | + BF7A1A091E3A7188008CBCC5 /* BinaryProject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BinaryProject.swift; sourceTree = "<group>"; }; |
| 205 | + BFFA7A621E3AAFD200CB95A7 /* BinaryProjectSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BinaryProjectSpec.swift; sourceTree = "<group>"; }; |
196 | 206 | CD07EB101E0EA5B200CFBEE4 /* ProjectLocator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectLocator.swift; sourceTree = "<group>"; };
|
197 | 207 | CD07EB121E0EA90F00CFBEE4 /* Platform.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Platform.swift; sourceTree = "<group>"; };
|
198 | 208 | CD07EB141E0F4DEA00CFBEE4 /* ProjectLocatorSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectLocatorSpec.swift; sourceTree = "<group>"; };
|
|
337 | 347 | path = Source/Scripts;
|
338 | 348 | sourceTree = "<group>";
|
339 | 349 | };
|
| 350 | + BF6E5DA71E4185DA00C63D39 /* BinaryOnly */ = { |
| 351 | + isa = PBXGroup; |
| 352 | + children = ( |
| 353 | + BF6E5DA81E41860700C63D39 /* successful.json */, |
| 354 | + BF6E5DAA1E41863500C63D39 /* invalid.json */, |
| 355 | + ); |
| 356 | + path = BinaryOnly; |
| 357 | + sourceTree = "<group>"; |
| 358 | + }; |
340 | 359 | D0D1210F19E87861005E4BAA = {
|
341 | 360 | isa = PBXGroup;
|
342 | 361 | children = (
|
|
458 | 477 | 3A0472F21C782B4000097EC7 /* Algorithms.swift */,
|
459 | 478 | D069CA231A4E3B2700314A85 /* Archive.swift */,
|
460 | 479 | CD3E530A1DE33095002C135C /* Availability.swift */,
|
| 480 | + BF7A1A091E3A7188008CBCC5 /* BinaryProject.swift */, |
461 | 481 | 89E80E601C754FFD000F8DCB /* BuildArguments.swift */,
|
462 | 482 | CDF9D3701CF1E54200DF5A6F /* BuildOptions.swift */,
|
463 | 483 | CDE559281E12263A00ED7F5F /* BuildSettings.swift */,
|
|
506 | 526 | children = (
|
507 | 527 | 3A0472F41C782D1D00097EC7 /* AlgorithmsSpec.swift */,
|
508 | 528 | D0C6E5731A57040B00A5E3E7 /* ArchiveSpec.swift */,
|
| 529 | + BFFA7A621E3AAFD200CB95A7 /* BinaryProjectSpec.swift */, |
509 | 530 | 89E80E631C755059000F8DCB /* BuildArgumentsSpec.swift */,
|
510 | 531 | D0D121DF19E8999E005E4BAA /* CartfileSpec.swift */,
|
511 | 532 | 89A8F1771C24AB3C00C0E75A /* FrameworkExtensionsSpec.swift */,
|
512 | 533 | CDA0B6C91C468E67006C499C /* GitSpec.swift */,
|
| 534 | + BF3199BF1E32E078007DC0D1 /* ProjectIdentifierSpec.swift */, |
513 | 535 | CD07EB141E0F4DEA00CFBEE4 /* ProjectLocatorSpec.swift */,
|
514 | 536 | 549B47AF1A4F17FF002498C7 /* ProjectSpec.swift */,
|
515 | 537 | D01D82DC1A10B01D00F0DD94 /* ResolverSpec.swift */,
|
|
524 | 546 | D0D1217C19E87B05005E4BAA /* Supporting Files */ = {
|
525 | 547 | isa = PBXGroup;
|
526 | 548 | children = (
|
| 549 | + BF6E5DA71E4185DA00C63D39 /* BinaryOnly */, |
527 | 550 | 14A7BF461AA810A300C70ABB /* DuplicateDependencies */,
|
528 | 551 | D0C6E5751A57042100A5E3E7 /* CartfilePrivateOnly.zip */,
|
529 | 552 | D01F8A4B19EA28FE00643E7C /* Nimble.framework */,
|
|
674 | 697 | BE624F491E13424400EAEFC9 /* DuplicateDependenciesCartfile in Resources */,
|
675 | 698 | D0AAAB5519FB1062007B24B3 /* TestCartfile in Resources */,
|
676 | 699 | D0F551DC1A0D71AB0093311F /* TestCartfile.resolved in Resources */,
|
| 700 | + BF6E5DA91E41860700C63D39 /* successful.json in Resources */, |
677 | 701 | D0C6E5761A57042100A5E3E7 /* CartfilePrivateOnly.zip in Resources */,
|
| 702 | + BF6E5DAB1E41863500C63D39 /* invalid.json in Resources */, |
678 | 703 | CDCE1CC41C170E8A00B2ED88 /* TestResolvedCartfile.resolved in Resources */,
|
679 | 704 | );
|
680 | 705 | runOnlyForDeploymentPostprocessing = 0;
|
|
759 | 784 | files = (
|
760 | 785 | D0AAAB4A19FAEDB4007B24B3 /* Errors.swift in Sources */,
|
761 | 786 | D0DE89441A0F2D9B0030A3EC /* Scannable.swift in Sources */,
|
| 787 | + BF7A1A0B1E3A7AE9008CBCC5 /* BinaryProject.swift in Sources */, |
762 | 788 | CD2482671E1A05F50001EFE2 /* MachOType.swift in Sources */,
|
763 | 789 | D01D82D71A10160700F0DD94 /* Resolver.swift in Sources */,
|
764 | 790 | CD07EB131E0EA90F00CFBEE4 /* Platform.swift in Sources */,
|
|
792 | 818 | 89A8F1781C24AB3C00C0E75A /* FrameworkExtensionsSpec.swift in Sources */,
|
793 | 819 | D0DB09A419EA354200234B16 /* XcodeSpec.swift in Sources */,
|
794 | 820 | 3A0472F61C7836EA00097EC7 /* AlgorithmsSpec.swift in Sources */,
|
| 821 | + BFFA7A631E3AAFD200CB95A7 /* BinaryProjectSpec.swift in Sources */, |
795 | 822 | CD07EB151E0F4DEA00CFBEE4 /* ProjectLocatorSpec.swift in Sources */,
|
796 | 823 | D0C6E5741A57040B00A5E3E7 /* ArchiveSpec.swift in Sources */,
|
797 | 824 | 549B47B11A4F1A34002498C7 /* ProjectSpec.swift in Sources */,
|
798 | 825 | D01D82DD1A10B01D00F0DD94 /* ResolverSpec.swift in Sources */,
|
| 826 | + BF3199C01E32E078007DC0D1 /* ProjectIdentifierSpec.swift in Sources */, |
799 | 827 | CDA0B6CA1C468E67006C499C /* GitSpec.swift in Sources */,
|
800 | 828 | 89E80E641C755059000F8DCB /* BuildArgumentsSpec.swift in Sources */,
|
801 | 829 | CD1FE6581DD85A140016639E /* Swift3Shims.swift in Sources */,
|
|
0 commit comments