Skip to content

Commit

Permalink
Merge branch 'cartfile' into swift-cartfile
Browse files Browse the repository at this point in the history
Conflicts:
	Carthage.checkout/xcconfigs
  • Loading branch information
jspahrsummers committed Nov 21, 2014
2 parents 02daaa8 + 8ef937e commit 3d5a41f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[submodule "Carthage.checkout/Quick"]
path = Carthage.checkout/Quick
url = https://github.com/Quick/Quick.git
[submodule "Configuration"]
path = Configuration
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
[submodule "Carthage.checkout/LlamaKit"]
path = Carthage.checkout/LlamaKit
Expand Down
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
github "LlamaKit/LlamaKit" == 0.1
1 change: 1 addition & 0 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "LlamaKit/LlamaKit" "v0.1.0"
github "Quick/Nimble" "v0.1.0"
github "Quick/Quick" "v0.2.0"
github "jspahrsummers/xcconfigs" "0.6"
2 changes: 1 addition & 1 deletion ReactiveCocoa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@
D047263C19E49FE8006002AA /* README.md */,
);
name = Configuration;
path = Configuration;
path = Carthage.checkout/xcconfigs;
sourceTree = "<group>";
};
D047262619E49FE8006002AA /* Base */ = {
Expand Down

0 comments on commit 3d5a41f

Please sign in to comment.