Skip to content

Commit

Permalink
Don't use Carthage for xcconfigs
Browse files Browse the repository at this point in the history
We always want this to be present, so we don’t want Carthage to
skip it because of its path.
  • Loading branch information
jspahrsummers committed Nov 21, 2014
1 parent 07f64a3 commit 8806d6b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 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 "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
[submodule "Configuration"]
path = Configuration
url = https://github.com/jspahrsummers/xcconfigs.git
1 change: 0 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
1 change: 0 additions & 1 deletion Cartfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
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 = Carthage.checkout/xcconfigs;
path = Configuration;
sourceTree = "<group>";
};
D047262619E49FE8006002AA /* Base */ = {
Expand Down

0 comments on commit 8806d6b

Please sign in to comment.