Skip to content

Commit

Permalink
update to carthage 0.4 directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jconst committed Dec 25, 2014
1 parent e94a432 commit 4875c6c
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ xcuserdata
profile
*.moved-aside

Carthage.build
Carthage/Build
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[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.checkout/LlamaKit"]
path = Carthage.checkout/LlamaKit
path = Carthage/Checkouts/LlamaKit
url = https://github.com/Carthage/LlamaKit.git
4 changes: 0 additions & 4 deletions Cartfile.lock

This file was deleted.

4 changes: 4 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github "Carthage/LlamaKit" "carthage-0.1.1"
github "Quick/Nimble" "v0.2.0"
github "Quick/Quick" "v0.2.0"
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/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/xcconfigs
Submodule xcconfigs added at 6c6423
2 changes: 1 addition & 1 deletion ReactiveCocoa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@
D047263C19E49FE8006002AA /* README.md */,
);
name = Configuration;
path = Carthage.checkout/xcconfigs;
path = Carthage/Checkouts/xcconfigs;
sourceTree = "<group>";
};
D047262619E49FE8006002AA /* Base */ = {
Expand Down
6 changes: 3 additions & 3 deletions ReactiveCocoa.xcworkspace/contents.xcworkspacedata

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

0 comments on commit 4875c6c

Please sign in to comment.