Skip to content

Commit

Permalink
Revert "Don't use Carthage for xcconfigs"
Browse files Browse the repository at this point in the history
This reverts commit 8806d6b.

Conflicts:
	Carthage.checkout/xcconfigs
  • Loading branch information
jspahrsummers committed Nov 21, 2014
1 parent 8806d6b commit 8ef937e
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,6 +4,6 @@
[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
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
1 change: 1 addition & 0 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
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 @@ -1101,7 +1101,7 @@
D047263C19E49FE8006002AA /* README.md */,
);
name = Configuration;
path = Configuration;
path = Carthage.checkout/xcconfigs;
sourceTree = "<group>";
};
D047262619E49FE8006002AA /* Base */ = {
Expand Down

0 comments on commit 8ef937e

Please sign in to comment.