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

Commit 5164347

Browse files
committed
Merge pull request #13 from ReactiveCocoa/cartfile
Use Carthage for managing submodules
2 parents 26a0a18 + 1a5811f commit 5164347

File tree

10 files changed

+23
-5
lines changed

10 files changed

+23
-5
lines changed

.gitmodules

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
[submodule "External/CocoaLumberjack"]
88
path = External/CocoaLumberjack
99
url = https://github.com/robbiehanson/CocoaLumberjack.git
10-
[submodule "External/ReactiveCocoa"]
11-
path = External/ReactiveCocoa
10+
[submodule "Carthage.checkout/xcconfigs"]
11+
path = Carthage.checkout/xcconfigs
12+
url = https://github.com/jspahrsummers/xcconfigs.git
13+
[submodule "Carthage.checkout/ReactiveCocoa"]
14+
path = Carthage.checkout/ReactiveCocoa
1215
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git
16+
[submodule "Carthage.checkout/Nimble"]
17+
path = Carthage.checkout/Nimble
18+
url = https://github.com/Quick/Nimble.git
19+
[submodule "Carthage.checkout/Quick"]
20+
path = Carthage.checkout/Quick
21+
url = https://github.com/Quick/Quick.git

Cartfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1
2+
github "jspahrsummers/xcconfigs" >= 0.6

Cartfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github "Quick/Nimble" "v0.1.0"
2+
github "Quick/Quick" "v0.2.0"
3+
github "jspahrsummers/xcconfigs" "carthage-0.6"
4+
github "ReactiveCocoa/ReactiveCocoa" "v2.4.1"

Carthage.checkout/Nimble

Submodule Nimble added at 81a2d8a

Carthage.checkout/Quick

Submodule Quick added at 315ae2a

Carthage.checkout/ReactiveCocoa

Submodule ReactiveCocoa added at 93068e3

Carthage.checkout/xcconfigs

Submodule xcconfigs added at 6c7a02a

External/ReactiveCocoa

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

RockemSockem.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
882438FB177B7EDC0071C196 /* iOS */,
195195
);
196196
name = xcconfigs;
197-
path = External/ReactiveCocoa/external/xcconfigs;
197+
path = Carthage.checkout/xcconfigs;
198198
sourceTree = "<group>";
199199
};
200200
882438EA177B7EDC0071C196 /* Base */ = {

RockemSockem.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)