Skip to content

Commit

Permalink
Merge pull request #421 from libgit2/cartfile
Browse files Browse the repository at this point in the history
Use Carthage to manage submodules
  • Loading branch information
jspahrsummers committed Nov 21, 2014
2 parents cb82b87 + be8b1f1 commit 4d1cb9c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 10 deletions.
15 changes: 9 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[submodule "libgit2"]
path = External/libgit2
url = https://github.com/libgit2/libgit2.git
[submodule "Configuration"]
path = External/Configuration
url = https://github.com/jspahrsummers/xcconfigs.git
[submodule "openssl"]
path = External/openssl
url = https://github.com/openssl/openssl.git
[submodule "libssh2"]
path = External/libssh2
url = git://git.libssh2.org/libssh2.git
[submodule "External/Quick"]
path = External/Quick
url = https://github.com/github/Quick.git
[submodule "Carthage.checkout/Nimble"]
path = Carthage.checkout/Nimble
url = https://github.com/Quick/Nimble.git
[submodule "Carthage.checkout/Quick"]
path = Carthage.checkout/Quick
url = https://github.com/Quick/Quick.git
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
3 changes: 3 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
3 changes: 3 additions & 0 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "Quick/Nimble" "v0.1.0"
github "Quick/Quick" "v0.2.0"
github "jspahrsummers/xcconfigs" "carthage-0.6"
1 change: 1 addition & 0 deletions Carthage.checkout/Nimble
Submodule Nimble added at 81a2d8
1 change: 1 addition & 0 deletions Carthage.checkout/Quick
Submodule Quick added at 315ae2
1 change: 0 additions & 1 deletion External/Quick
Submodule Quick deleted from ec6d0d
2 changes: 1 addition & 1 deletion ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@
D0D8186C174421EB00995A2E /* README.md */,
);
name = Configuration;
path = External/Configuration;
path = Carthage.checkout/xcconfigs;
sourceTree = "<group>";
};
D0D81862174421EB00995A2E /* iOS */ = {
Expand Down
4 changes: 2 additions & 2 deletions ObjectiveGitFramework.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d1cb9c

Please sign in to comment.