|
634 | 634 | D0D81863174421EB00995A2E /* iOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Application.xcconfig"; sourceTree = "<group>"; };
|
635 | 635 | D0D81864174421EB00995A2E /* iOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; };
|
636 | 636 | D0D81865174421EB00995A2E /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
|
637 |
| - D0D81867174421EB00995A2E /* Mac-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; }; |
638 |
| - D0D81868174421EB00995A2E /* Mac-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; }; |
639 |
| - D0D81869174421EB00995A2E /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
640 |
| - D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; }; |
641 |
| - D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
642 | 637 | D0D8186C174421EB00995A2E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
|
643 | 638 | D0F4E28917C7F24200BBDE30 /* NSErrorGitSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSErrorGitSpec.m; sourceTree = "<group>"; };
|
644 | 639 | DD3D9510182A81E1004AF532 /* GTBlame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTBlame.h; sourceTree = "<group>"; };
|
|
647 | 642 | DD3D951B182AB25C004AF532 /* GTBlameHunk.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlameHunk.m; sourceTree = "<group>"; };
|
648 | 643 | F81B6B51207B0A7700AB0836 /* Extension.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Extension.xcconfig; sourceTree = "<group>"; };
|
649 | 644 | F81B6B53207B0A8B00AB0836 /* iOS-Extension.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Extension.xcconfig"; sourceTree = "<group>"; };
|
650 |
| - F81B6B54207B0A9F00AB0836 /* Mac-XCTest.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-XCTest.xcconfig"; sourceTree = "<group>"; }; |
651 | 645 | F879D82F1B4B77F4002D5C07 /* Libgit2FeaturesSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Libgit2FeaturesSpec.m; sourceTree = "<group>"; };
|
652 | 646 | F879D8361B4B7F7C002D5C07 /* ObjectiveGit-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ObjectiveGit-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
653 | 647 | F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Pull.h"; sourceTree = "<group>"; };
|
|
1053 | 1047 | children = (
|
1054 | 1048 | D0A463D517E57C45000F5021 /* Base */,
|
1055 | 1049 | D0D81862174421EB00995A2E /* iOS */,
|
1056 |
| - D0D81866174421EB00995A2E /* Mac OS X */, |
1057 | 1050 | 15CDDA5D2426568C00FC081A /* macOS */,
|
1058 | 1051 | D0D8186C174421EB00995A2E /* README.md */,
|
1059 | 1052 | );
|
|
1073 | 1066 | path = iOS;
|
1074 | 1067 | sourceTree = "<group>";
|
1075 | 1068 | };
|
1076 |
| - D0D81866174421EB00995A2E /* Mac OS X */ = { |
1077 |
| - isa = PBXGroup; |
1078 |
| - children = ( |
1079 |
| - D0D81867174421EB00995A2E /* Mac-Application.xcconfig */, |
1080 |
| - D0D81868174421EB00995A2E /* Mac-Base.xcconfig */, |
1081 |
| - D0D81869174421EB00995A2E /* Mac-DynamicLibrary.xcconfig */, |
1082 |
| - D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */, |
1083 |
| - D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */, |
1084 |
| - F81B6B54207B0A9F00AB0836 /* Mac-XCTest.xcconfig */, |
1085 |
| - ); |
1086 |
| - path = "Mac OS X"; |
1087 |
| - sourceTree = "<group>"; |
1088 |
| - }; |
1089 | 1069 | /* End PBXGroup section */
|
1090 | 1070 |
|
1091 | 1071 | /* Begin PBXHeadersBuildPhase section */
|
|
0 commit comments