Skip to content

Commit 784dc86

Browse files
committed
Add some groups to our local libgit2 source code to ease up navigation
1 parent 632dfb8 commit 784dc86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@
575575
4D3FB3E5198AEAAF000B4A58 /* PBGitRepositoryDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRepositoryDocument.h; sourceTree = "<group>"; };
576576
4D3FB3E6198AEAAF000B4A58 /* PBGitRepositoryDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitRepositoryDocument.m; sourceTree = "<group>"; };
577577
4DC1853818E6F93200E8DB8F /* Info-gitx.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-gitx.plist"; sourceTree = "<group>"; };
578+
4DE23D041CF31237004C3A6F /* src */ = {isa = PBXFileReference; lastKnownFileType = folder; name = src; path = "objective-git/External/libgit2/src"; sourceTree = "<group>"; };
579+
4DE23D051CF31252004C3A6F /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; name = include; path = "objective-git/External/libgit2/include"; sourceTree = "<group>"; };
578580
551BF111112F371800265053 /* gitx_askpasswd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gitx_askpasswd; sourceTree = BUILT_PRODUCTS_DIR; };
579581
643952751603EF9B00BB7AFF /* PBGitSVSubmoduleItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVSubmoduleItem.h; sourceTree = "<group>"; };
580582
643952761603EF9B00BB7AFF /* PBGitSVSubmoduleItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVSubmoduleItem.m; sourceTree = "<group>"; };
@@ -1051,6 +1053,7 @@
10511053
4A5D773E14A9AB3A00DF6C68 /* External Sources */ = {
10521054
isa = PBXGroup;
10531055
children = (
1056+
4DE23D061CF31258004C3A6F /* libgit2 */,
10541057
4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */,
10551058
4A4EF09F142CBAD5001B8CDF /* ObjectiveGitFramework.xcodeproj */,
10561059
4A68AD5814A0050E006DE321 /* Sparkle.xcodeproj */,
@@ -1079,6 +1082,15 @@
10791082
name = Products;
10801083
sourceTree = "<group>";
10811084
};
1085+
4DE23D061CF31258004C3A6F /* libgit2 */ = {
1086+
isa = PBXGroup;
1087+
children = (
1088+
4DE23D051CF31252004C3A6F /* include */,
1089+
4DE23D041CF31237004C3A6F /* src */,
1090+
);
1091+
name = libgit2;
1092+
sourceTree = "<group>";
1093+
};
10821094
/* End PBXGroup section */
10831095

10841096
/* Begin PBXNativeTarget section */

0 commit comments

Comments
 (0)