Skip to content

Commit 63c995b

Browse files
committed
Update to Carthage 0.5 directory structure
1 parent 5021887 commit 63c995b

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

.gitmodules

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
path = External/libssh2
99
url = git://git.libssh2.org/libssh2.git
1010
[submodule "Carthage.checkout/Nimble"]
11-
path = Carthage.checkout/Nimble
11+
path = Carthage/Checkouts/Nimble
1212
url = https://github.com/Quick/Nimble.git
1313
[submodule "Carthage.checkout/Quick"]
14-
path = Carthage.checkout/Quick
14+
path = Carthage/Checkouts/Quick
1515
url = https://github.com/Quick/Quick.git
1616
[submodule "Carthage.checkout/xcconfigs"]
17-
path = Carthage.checkout/xcconfigs
17+
path = Carthage/Checkouts/xcconfigs
1818
url = https://github.com/jspahrsummers/xcconfigs.git
19+
[submodule "Carthage/Checkouts/Nimble"]
20+
url = https://github.com/Quick/Nimble.git
21+
[submodule "Carthage/Checkouts/Quick"]
22+
url = https://github.com/Quick/Quick.git
File renamed without changes.

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
D0D8186C174421EB00995A2E /* README.md */,
906906
);
907907
name = Configuration;
908-
path = Carthage.checkout/xcconfigs;
908+
path = Carthage/Checkouts/xcconfigs;
909909
sourceTree = "<group>";
910910
};
911911
D0D81862174421EB00995A2E /* iOS */ = {

ObjectiveGitFramework.xcworkspace/contents.xcworkspacedata

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)