Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13 from ReactiveCocoa/cartfile
Browse files Browse the repository at this point in the history
Use Carthage for managing submodules
  • Loading branch information
jspahrsummers committed Nov 21, 2014
2 parents 26a0a18 + 1a5811f commit 5164347
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 5 deletions.
13 changes: 11 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
[submodule "External/CocoaLumberjack"]
path = External/CocoaLumberjack
url = https://github.com/robbiehanson/CocoaLumberjack.git
[submodule "External/ReactiveCocoa"]
path = External/ReactiveCocoa
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
[submodule "Carthage.checkout/ReactiveCocoa"]
path = Carthage.checkout/ReactiveCocoa
url = https://github.com/ReactiveCocoa/ReactiveCocoa.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
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1
github "jspahrsummers/xcconfigs" >= 0.6
4 changes: 4 additions & 0 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github "Quick/Nimble" "v0.1.0"
github "Quick/Quick" "v0.2.0"
github "jspahrsummers/xcconfigs" "carthage-0.6"
github "ReactiveCocoa/ReactiveCocoa" "v2.4.1"
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: 1 addition & 0 deletions Carthage.checkout/ReactiveCocoa
Submodule ReactiveCocoa added at 93068e
1 change: 1 addition & 0 deletions Carthage.checkout/xcconfigs
Submodule xcconfigs added at 6c7a02
1 change: 0 additions & 1 deletion External/ReactiveCocoa
Submodule ReactiveCocoa deleted from 7c0afe
2 changes: 1 addition & 1 deletion RockemSockem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
882438FB177B7EDC0071C196 /* iOS */,
);
name = xcconfigs;
path = External/ReactiveCocoa/external/xcconfigs;
path = Carthage.checkout/xcconfigs;
sourceTree = "<group>";
};
882438EA177B7EDC0071C196 /* Base */ = {
Expand Down
2 changes: 1 addition & 1 deletion RockemSockem.xcworkspace/contents.xcworkspacedata

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

0 comments on commit 5164347

Please sign in to comment.