This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from ReactiveCocoa/cartfile
Use Carthage to manage submodules
- Loading branch information
Showing
10 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
[submodule "External/ReactiveCocoa"] | ||
path = External/ReactiveCocoa | ||
[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 | ||
[submodule "Carthage.checkout/ReactiveCocoa"] | ||
path = Carthage.checkout/ReactiveCocoa | ||
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1 | ||
github "jspahrsummers/xcconfigs" >= 0.6 | ||
github "Quick/Quick" == 0.2.0 | ||
github "Quick/Nimble" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Submodule ReactiveCocoa
added at
93068e
Submodule ReactiveCocoa
deleted from
8d1177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.