Skip to content

Commit 492c6be

Browse files
committed
Merge pull request #431 from libgit2/carthage-0.5
Migrate to Carthage 0.5
2 parents 5021887 + 8e54413 commit 492c6be

File tree

11 files changed

+17
-13
lines changed

11 files changed

+17
-13
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

Cartfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
github "jspahrsummers/xcconfigs" >= 0.7
2-
github "Quick/Quick" == 0.2.0
3-
github "Quick/Nimble"

Cartfile.private

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github "jspahrsummers/xcconfigs" >= 0.7
2+
github "Quick/Quick" ~> 0.2
3+
github "Quick/Nimble" ~> 0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Quick/Nimble" "v0.2.0"
2-
github "Quick/Quick" "v0.2.0"
2+
github "Quick/Quick" "v0.2.2"
33
github "jspahrsummers/xcconfigs" "0.7"

Carthage.checkout/Quick

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/Quick

Submodule Quick added at b0e9828

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)