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 57
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 #110 from ReactiveCocoa/cartfile
Use Carthage for managing submodules
- Loading branch information
Showing
12 changed files
with
36 additions
and
14 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,6 +1,15 @@ | ||
[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/Archimedes"] | ||
path = Carthage.checkout/Archimedes | ||
url = https://github.com/github/Archimedes.git | ||
[submodule "Carthage.checkout/ReactiveCocoa"] | ||
path = Carthage.checkout/ReactiveCocoa | ||
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git | ||
[submodule "External/Archimedes"] | ||
path = External/Archimedes | ||
url = https://github.com/github/Archimedes | ||
[submodule "Carthage.checkout/xcconfigs"] | ||
path = Carthage.checkout/xcconfigs | ||
url = https://github.com/jspahrsummers/xcconfigs.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,5 @@ | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1 | ||
github "github/Archimedes" ~> 1.1.2 | ||
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,5 @@ | ||
github "Quick/Nimble" "v0.1.0" | ||
github "Quick/Quick" "v0.2.0" | ||
github "ReactiveCocoa/ReactiveCocoa" "v2.4.1" | ||
github "github/Archimedes" "1.1.2" | ||
github "jspahrsummers/xcconfigs" "carthage-0.6" |
Submodule Archimedes
added at
461224
Submodule ReactiveCocoa
added at
93068e
Submodule Archimedes
deleted from
1b8da7
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.