This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 319
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 #218 from octokit/cartfile
Use Carthage to manage submodules
- Loading branch information
Showing
14 changed files
with
79 additions
and
55 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,15 +1,24 @@ | ||
[submodule "External/AFNetworking"] | ||
path = External/AFNetworking | ||
url = https://github.com/github/AFNetworking.git | ||
[submodule "External/Mantle"] | ||
path = External/Mantle | ||
url = https://github.com/Mantle/Mantle.git | ||
[submodule "External/ReactiveCocoa"] | ||
path = External/ReactiveCocoa | ||
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git | ||
[submodule "External/ISO8601DateFormatter"] | ||
path = External/ISO8601DateFormatter | ||
url = https://github.com/boredzo/iso-8601-date-formatter.git | ||
[submodule "External/OHHTTPStubs"] | ||
path = External/OHHTTPStubs | ||
url = https://github.com/github/OHHTTPStubs.git | ||
[submodule "Carthage.checkout/Mantle"] | ||
path = Carthage.checkout/Mantle | ||
url = https://github.com/Mantle/Mantle.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/ReactiveCocoa"] | ||
path = Carthage.checkout/ReactiveCocoa | ||
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git | ||
[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 "Mantle/Mantle" ~> 1.5.2 | ||
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,5 @@ | ||
github "Mantle/Mantle" "1.5.2" | ||
github "Quick/Nimble" "v0.1.0" | ||
github "Quick/Quick" "v0.2.0" | ||
github "ReactiveCocoa/ReactiveCocoa" "v2.4.1" | ||
github "jspahrsummers/xcconfigs" "carthage-0.6" |
Submodule ReactiveCocoa
added at
93068e
Submodule Mantle
deleted from
9a7d85
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
Submodule ReactiveCocoa
deleted from
11a890
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.
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