Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit e93e2ac

Browse files
committed
Merge pull request ReactiveCocoa#1648 from jconst/swift-development
More ways to merge HotSignals; Update to carthage 0.4
2 parents e94a432 + d7890e4 commit e93e2ac

File tree

15 files changed

+93
-18
lines changed

15 files changed

+93
-18
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ xcuserdata
1414
profile
1515
*.moved-aside
1616

17-
Carthage.build
17+
Carthage/Build

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[submodule "Carthage.checkout/Nimble"]
2-
path = Carthage.checkout/Nimble
2+
path = Carthage/Checkouts/Nimble
33
url = https://github.com/Quick/Nimble.git
44
[submodule "Carthage.checkout/Quick"]
5-
path = Carthage.checkout/Quick
5+
path = Carthage/Checkouts/Quick
66
url = https://github.com/Quick/Quick.git
77
[submodule "Carthage.checkout/xcconfigs"]
8-
path = Carthage.checkout/xcconfigs
8+
path = Carthage/Checkouts/xcconfigs
99
url = https://github.com/jspahrsummers/xcconfigs.git
1010
[submodule "Carthage.checkout/LlamaKit"]
11-
path = Carthage.checkout/LlamaKit
11+
path = Carthage/Checkouts/LlamaKit
1212
url = https://github.com/Carthage/LlamaKit.git

Cartfile.lock

Lines changed: 0 additions & 4 deletions
This file was deleted.

Cartfile.resolved

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github "Carthage/LlamaKit" "carthage-0.1.1"
2+
github "Quick/Nimble" "v0.2.0"
3+
github "Quick/Quick" "v0.2.0"
4+
github "jspahrsummers/xcconfigs" "0.7"

Carthage.checkout/Nimble

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage.checkout/xcconfigs

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/Nimble

Submodule Nimble added at 6f787ee

Carthage/Checkouts/xcconfigs

Submodule xcconfigs added at 6c64238

0 commit comments

Comments
 (0)