Skip to content

Commit

Permalink
Move LlamaKit to Cartfile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 20, 2014
1 parent df6b588 commit 4d8f1ba
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
[submodule "External/LlamaKit"]
path = External/LlamaKit
url = https://github.com/ReactiveCocoa/LlamaKit.git
[submodule "Carthage.checkout/LlamaKit"]
path = Carthage.checkout/LlamaKit
url = https://github.com/LlamaKit/LlamaKit.git
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
github "LlamaKit/LlamaKit" == 0.1
1 change: 1 addition & 0 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "LlamaKit/LlamaKit" "v0.1.0"
github "Quick/Nimble" "v0.1.0"
github "Quick/Quick" "v0.2.0"
github "jspahrsummers/xcconfigs" "0.6"
1 change: 1 addition & 0 deletions Carthage.checkout/LlamaKit
Submodule LlamaKit added at 7f09e4
1 change: 0 additions & 1 deletion External/LlamaKit
Submodule LlamaKit deleted from 5b9d9a
2 changes: 1 addition & 1 deletion ReactiveCocoa.xcworkspace/contents.xcworkspacedata

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

0 comments on commit 4d8f1ba

Please sign in to comment.