Skip to content

Commit dda2024

Browse files
committed
Delete unused submodules
1 parent fc9c452 commit dda2024

File tree

4 files changed

+0
-68
lines changed

4 files changed

+0
-68
lines changed

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
[submodule "objective-git"]
22
path = External/objective-git
33
url = https://github.com/libgit2/objective-git.git
4-
[submodule "Sparkle"]
5-
path = External/Sparkle
6-
url = https://github.com/sparkle-project/Sparkle.git
74
[submodule "SyntaxHighlighter"]
85
path = External/SyntaxHighlighter
96
url = https://github.com/alexgorbatchev/SyntaxHighlighter.git
10-
[submodule "MGScopeBar"]
11-
path = External/MGScopeBar
12-
url = https://github.com/rowanj/MGScopeBar.git

External/MGScopeBar

Lines changed: 0 additions & 1 deletion
This file was deleted.

External/Sparkle

Lines changed: 0 additions & 1 deletion
This file was deleted.

GitX.xcodeproj/project.pbxproj

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@
131131
4A5D777414A9AEB000DF6C68 /* PBSourceViewBadge.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5D776F14A9AEB000DF6C68 /* PBSourceViewBadge.m */; };
132132
4A5D777514A9AEB000DF6C68 /* PBSourceViewRemote.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5D777214A9AEB000DF6C68 /* PBSourceViewRemote.m */; };
133133
4A774CC9142F482900E158CC /* ObjectiveGit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4A4EF0AF142CBAD5001B8CDF /* ObjectiveGit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
134-
4A8F6B4B14A9B6C20002F4D7 /* MGScopeBar.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A8F6B4714A9B6110002F4D7 /* MGScopeBar.framework */; };
135-
4A8F6B4C14A9B6C90002F4D7 /* MGScopeBar.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4A8F6B4714A9B6110002F4D7 /* MGScopeBar.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
136134
4A90A73514A9D24300D0DA02 /* GitX.sdef in Resources */ = {isa = PBXBuildFile; fileRef = 4A90A73414A9D24300D0DA02 /* GitX.sdef */; };
137135
4AB057E31652652000DE751D /* PBRepositoryFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB057E21652652000DE751D /* PBRepositoryFinder.m */; };
138136
4AB057E41652652000DE751D /* PBRepositoryFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB057E21652652000DE751D /* PBRepositoryFinder.m */; };
@@ -220,27 +218,6 @@
220218
remoteGlobalIDString = 913D5E480E55644600CECEA2;
221219
remoteInfo = "cli tool";
222220
};
223-
4A8F6B4414A9B6110002F4D7 /* PBXContainerItemProxy */ = {
224-
isa = PBXContainerItemProxy;
225-
containerPortal = 4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */;
226-
proxyType = 2;
227-
remoteGlobalIDString = 8D1107320486CEB800E47090;
228-
remoteInfo = MGScopeBar;
229-
};
230-
4A8F6B4614A9B6110002F4D7 /* PBXContainerItemProxy */ = {
231-
isa = PBXContainerItemProxy;
232-
containerPortal = 4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */;
233-
proxyType = 2;
234-
remoteGlobalIDString = AAE785781419184700A6955E;
235-
remoteInfo = MGScopeBar.framework;
236-
};
237-
4A8F6B4914A9B6B80002F4D7 /* PBXContainerItemProxy */ = {
238-
isa = PBXContainerItemProxy;
239-
containerPortal = 4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */;
240-
proxyType = 1;
241-
remoteGlobalIDString = AAE785771419184700A6955E;
242-
remoteInfo = MGScopeBar.framework;
243-
};
244221
4ADAA9C11602ADB8007A0E6F /* PBXContainerItemProxy */ = {
245222
isa = PBXContainerItemProxy;
246223
containerPortal = 4A4EF09F142CBAD5001B8CDF /* ObjectiveGitFramework.xcodeproj */;
@@ -285,7 +262,6 @@
285262
dstPath = "";
286263
dstSubfolderSpec = 10;
287264
files = (
288-
4A8F6B4C14A9B6C90002F4D7 /* MGScopeBar.framework in CopyFiles */,
289265
4A774CC9142F482900E158CC /* ObjectiveGit.framework in CopyFiles */,
290266
);
291267
runOnlyForDeploymentPostprocessing = 0;
@@ -487,7 +463,6 @@
487463
4A5D777014A9AEB000DF6C68 /* PBSourceViewItems.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBSourceViewItems.h; sourceTree = "<group>"; };
488464
4A5D777114A9AEB000DF6C68 /* PBSourceViewRemote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBSourceViewRemote.h; sourceTree = "<group>"; };
489465
4A5D777214A9AEB000DF6C68 /* PBSourceViewRemote.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBSourceViewRemote.m; sourceTree = "<group>"; };
490-
4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MGScopeBar.xcodeproj; path = MGScopeBar/MGScopeBar.xcodeproj; sourceTree = "<group>"; };
491466
4A90A72914A9C12F00D0DA02 /* GitX_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GitX_Prefix.pch; sourceTree = "<group>"; };
492467
4A90A72B14A9C12F00D0DA02 /* README.markdown */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.markdown; sourceTree = SOURCE_ROOT; };
493468
4A90A73314A9D1E800D0DA02 /* GitX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GitX.h; path = ../Resources/GitX.h; sourceTree = "<group>"; };
@@ -574,7 +549,6 @@
574549
isa = PBXFrameworksBuildPhase;
575550
buildActionMask = 2147483647;
576551
files = (
577-
4A8F6B4B14A9B6C20002F4D7 /* MGScopeBar.framework in Frameworks */,
578552
4A4EF0BB142CBBC2001B8CDF /* ObjectiveGit.framework in Frameworks */,
579553
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
580554
F56526240E03D85900F03B52 /* WebKit.framework in Frameworks */,
@@ -992,22 +966,12 @@
992966
isa = PBXGroup;
993967
children = (
994968
4DE23D061CF31258004C3A6F /* libgit2 */,
995-
4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */,
996969
4A4EF09F142CBAD5001B8CDF /* ObjectiveGitFramework.xcodeproj */,
997970
);
998971
name = "External Sources";
999972
path = External;
1000973
sourceTree = "<group>";
1001974
};
1002-
4A8F6B3C14A9B6100002F4D7 /* Products */ = {
1003-
isa = PBXGroup;
1004-
children = (
1005-
4A8F6B4514A9B6110002F4D7 /* MGScopeBar.app */,
1006-
4A8F6B4714A9B6110002F4D7 /* MGScopeBar.framework */,
1007-
);
1008-
name = Products;
1009-
sourceTree = "<group>";
1010-
};
1011975
4DE23D061CF31258004C3A6F /* libgit2 */ = {
1012976
isa = PBXGroup;
1013977
children = (
@@ -1050,7 +1014,6 @@
10501014
);
10511015
dependencies = (
10521016
4D3F253118C37D9A000922D9 /* PBXTargetDependency */,
1053-
4A8F6B4A14A9B6B80002F4D7 /* PBXTargetDependency */,
10541017
4A68AD7314A00534006DE321 /* PBXTargetDependency */,
10551018
4A774CBD142F464D00E158CC /* PBXTargetDependency */,
10561019
551BF175112F3F3500265053 /* PBXTargetDependency */,
@@ -1106,10 +1069,6 @@
11061069
mainGroup = 29B97314FDCFA39411CA2CEA /* GitTest */;
11071070
projectDirPath = "";
11081071
projectReferences = (
1109-
{
1110-
ProductGroup = 4A8F6B3C14A9B6100002F4D7 /* Products */;
1111-
ProjectRef = 4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */;
1112-
},
11131072
{
11141073
ProductGroup = 4A4EF0A0142CBAD5001B8CDF /* Products */;
11151074
ProjectRef = 4A4EF09F142CBAD5001B8CDF /* ObjectiveGitFramework.xcodeproj */;
@@ -1140,20 +1099,6 @@
11401099
remoteRef = 4A4EF0B2142CBAD5001B8CDF /* PBXContainerItemProxy */;
11411100
sourceTree = BUILT_PRODUCTS_DIR;
11421101
};
1143-
4A8F6B4514A9B6110002F4D7 /* MGScopeBar.app */ = {
1144-
isa = PBXReferenceProxy;
1145-
fileType = wrapper.application;
1146-
path = MGScopeBar.app;
1147-
remoteRef = 4A8F6B4414A9B6110002F4D7 /* PBXContainerItemProxy */;
1148-
sourceTree = BUILT_PRODUCTS_DIR;
1149-
};
1150-
4A8F6B4714A9B6110002F4D7 /* MGScopeBar.framework */ = {
1151-
isa = PBXReferenceProxy;
1152-
fileType = wrapper.framework;
1153-
path = MGScopeBar.framework;
1154-
remoteRef = 4A8F6B4614A9B6110002F4D7 /* PBXContainerItemProxy */;
1155-
sourceTree = BUILT_PRODUCTS_DIR;
1156-
};
11571102
4ADAA9C21602ADB8007A0E6F /* ObjectiveGit-MacTests.xctest */ = {
11581103
isa = PBXReferenceProxy;
11591104
fileType = wrapper.cfbundle;
@@ -1398,11 +1343,6 @@
13981343
target = 913D5E480E55644600CECEA2 /* cli tool */;
13991344
targetProxy = 4A774CBC142F464D00E158CC /* PBXContainerItemProxy */;
14001345
};
1401-
4A8F6B4A14A9B6B80002F4D7 /* PBXTargetDependency */ = {
1402-
isa = PBXTargetDependency;
1403-
name = MGScopeBar.framework;
1404-
targetProxy = 4A8F6B4914A9B6B80002F4D7 /* PBXContainerItemProxy */;
1405-
};
14061346
4D3F253118C37D9A000922D9 /* PBXTargetDependency */ = {
14071347
isa = PBXTargetDependency;
14081348
target = 4D3F252B18C37D2E000922D9 /* Generate Scripting Header */;

0 commit comments

Comments
 (0)