Skip to content

Commit

Permalink
Merge pull request #431 from Mantle/carthage-0.5
Browse files Browse the repository at this point in the history
Migrate to Carthage 0.5
  • Loading branch information
robrix committed Dec 30, 2014
2 parents ad7fb69 + 2b4c868 commit f797bd4
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 15 deletions.
10 changes: 7 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[submodule "Carthage.checkout/Nimble"]
path = Carthage.checkout/Nimble
path = Carthage/Checkouts/Nimble
url = https://github.com/Quick/Nimble.git
[submodule "Carthage.checkout/Quick"]
path = Carthage.checkout/Quick
path = Carthage/Checkouts/Quick
url = https://github.com/Quick/Quick.git
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
path = Carthage/Checkouts/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
[submodule "Carthage/Checkouts/Nimble"]
url = https://github.com/Quick/Nimble.git
[submodule "Carthage/Checkouts/Quick"]
url = https://github.com/Quick/Quick.git
3 changes: 0 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
3 changes: 0 additions & 3 deletions Cartfile.lock

This file was deleted.

3 changes: 3 additions & 0 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "jspahrsummers/xcconfigs" >= 0.7
github "Quick/Quick" ~> 0.2
github "Quick/Nimble" ~> 0.2
3 changes: 3 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "Quick/Nimble" "v0.2.0"
github "Quick/Quick" "v0.2.2"
github "jspahrsummers/xcconfigs" "0.7"
1 change: 0 additions & 1 deletion Carthage.checkout/Nimble
Submodule Nimble deleted from 81a2d8
1 change: 0 additions & 1 deletion Carthage.checkout/Quick
Submodule Quick deleted from 315ae2
1 change: 0 additions & 1 deletion Carthage.checkout/xcconfigs
Submodule xcconfigs deleted from 6c7a02
1 change: 1 addition & 0 deletions Carthage/Checkouts/Nimble
Submodule Nimble added at 6f787e
1 change: 1 addition & 0 deletions Carthage/Checkouts/Quick
Submodule Quick added at b0e982
1 change: 1 addition & 0 deletions Carthage/Checkouts/xcconfigs
Submodule xcconfigs added at 6c6423
2 changes: 1 addition & 1 deletion Mantle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
D094E4941777619600906BF7 /* README.md */,
);
name = Configuration;
path = Carthage.checkout/xcconfigs;
path = Carthage/Checkouts/xcconfigs;
sourceTree = "<group>";
};
D094E4801777619600906BF7 /* Base */ = {
Expand Down
4 changes: 2 additions & 2 deletions Mantle.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f797bd4

Please sign in to comment.