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 #35 from ReactiveCocoa/carthage-0.5
Migrate to Carthage 0.5
- Loading branch information
Showing
13 changed files
with
24 additions
and
20 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,12 +1,16 @@ | ||
[submodule "Carthage.checkout/Nimble"] | ||
path = Carthage.checkout/Nimble | ||
path = Carthage/Checkouts/Nimble | ||
url = https://github.com/Quick/Nimble.git | ||
[submodule "Carthage.checkout/Quick"] | ||
path = Carthage.checkout/Quick | ||
path = Carthage/Checkouts/Quick | ||
url = https://github.com/Quick/Quick.git | ||
[submodule "Carthage.checkout/xcconfigs"] | ||
path = Carthage.checkout/xcconfigs | ||
path = Carthage/Checkouts/xcconfigs | ||
url = https://github.com/jspahrsummers/xcconfigs.git | ||
[submodule "Carthage.checkout/ReactiveCocoa"] | ||
path = Carthage.checkout/ReactiveCocoa | ||
path = Carthage/Checkouts/ReactiveCocoa | ||
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git | ||
[submodule "Carthage/Checkouts/Nimble"] | ||
url = https://github.com/Quick/Nimble.git | ||
[submodule "Carthage/Checkouts/Quick"] | ||
url = https://github.com/Quick/Quick.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 |
---|---|---|
@@ -1,4 +1 @@ | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1 | ||
github "jspahrsummers/xcconfigs" >= 0.6 | ||
github "Quick/Quick" == 0.2.0 | ||
github "Quick/Nimble" | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.3 |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
github "jspahrsummers/xcconfigs" >= 0.7 | ||
github "Quick/Quick" ~> 0.2 | ||
github "Quick/Nimble" ~> 0.2 |
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.2.0" | ||
github "Quick/Quick" "v0.2.2" | ||
github "ReactiveCocoa/ReactiveCocoa" "v2.4.3" | ||
github "jspahrsummers/xcconfigs" "0.7" |
Submodule Quick
deleted from
315ae2
Submodule ReactiveCocoa
deleted from
57181b
Submodule Nimble
updated
from 000000 to 6f787e
Submodule ReactiveCocoa
added at
a6bc3a
Submodule xcconfigs
updated
from 000000 to 6c6423
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.