This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
forked from ReactiveCocoa/ReactiveCocoa
-
Notifications
You must be signed in to change notification settings - Fork 5
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 ReactiveCocoa#1648 from jconst/swift-development
More ways to merge HotSignals; Update to carthage 0.4
- Loading branch information
Showing
15 changed files
with
93 additions
and
18 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 |
---|---|---|
|
@@ -14,4 +14,4 @@ xcuserdata | |
profile | ||
*.moved-aside | ||
|
||
Carthage.build | ||
Carthage/Build |
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,12 @@ | ||
[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/LlamaKit"] | ||
path = Carthage.checkout/LlamaKit | ||
path = Carthage/Checkouts/LlamaKit | ||
url = https://github.com/Carthage/LlamaKit.git |
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,4 @@ | ||
github "Carthage/LlamaKit" "carthage-0.1.1" | ||
github "Quick/Nimble" "v0.2.0" | ||
github "Quick/Quick" "v0.2.0" | ||
github "jspahrsummers/xcconfigs" "0.7" |
Submodule Nimble
deleted from
81a2d8
Submodule xcconfigs
deleted from
6c7a02
Submodule LlamaKit
updated
from 000000 to ac2c2d
Submodule Quick
updated
from 000000 to 315ae2
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
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
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