mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Use a fork of Guanaco which supports Swift 2.3
This commit is contained in:
parent
76b3c9224e
commit
40c40c6b2d
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,7 +3,7 @@
|
|||||||
url = https://github.com/libgit2/libgit2.git
|
url = https://github.com/libgit2/libgit2.git
|
||||||
[submodule "Carthage/Checkouts/Guanaco"]
|
[submodule "Carthage/Checkouts/Guanaco"]
|
||||||
path = Carthage/Checkouts/Guanaco
|
path = Carthage/Checkouts/Guanaco
|
||||||
url = https://github.com/modocache/Guanaco.git
|
url = https://github.com/mattrubin/Guanaco.git
|
||||||
[submodule "Carthage/Checkouts/Nimble"]
|
[submodule "Carthage/Checkouts/Nimble"]
|
||||||
path = Carthage/Checkouts/Nimble
|
path = Carthage/Checkouts/Nimble
|
||||||
url = https://github.com/Quick/Nimble.git
|
url = https://github.com/Quick/Nimble.git
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
github "jspahrsummers/xcconfigs" >= 0.10
|
github "jspahrsummers/xcconfigs" >= 0.10
|
||||||
github "Quick/Quick" ~> 0.9.3
|
github "Quick/Quick" ~> 0.9.3
|
||||||
github "Quick/Nimble" ~> 4.1.0
|
github "Quick/Nimble" ~> 4.1.0
|
||||||
github "modocache/Guanaco" "5031bf67297afbe61ac0f2fbf3e3e8400b3f8888"
|
github "mattrubin/Guanaco" "swift-2.3"
|
||||||
github "ZipArchive/ZipArchive" ~> 1.1
|
github "ZipArchive/ZipArchive" ~> 1.1
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
github "modocache/Guanaco" "5031bf67297afbe61ac0f2fbf3e3e8400b3f8888"
|
|
||||||
github "Quick/Nimble" "v4.1.0"
|
github "Quick/Nimble" "v4.1.0"
|
||||||
github "Quick/Quick" "v0.9.3"
|
github "Quick/Quick" "v0.9.3"
|
||||||
github "antitypical/Result" "2.1.3"
|
github "antitypical/Result" "2.1.3"
|
||||||
github "ZipArchive/ZipArchive" "v1.1"
|
github "ZipArchive/ZipArchive" "v1.1"
|
||||||
github "jspahrsummers/xcconfigs" "0.10"
|
github "jspahrsummers/xcconfigs" "0.10"
|
||||||
|
github "mattrubin/Guanaco" "6920a9fea8826dc80b04ba15ec235fb9ba928d83"
|
||||||
|
|||||||
2
Carthage/Checkouts/Guanaco
vendored
2
Carthage/Checkouts/Guanaco
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 5031bf67297afbe61ac0f2fbf3e3e8400b3f8888
|
Subproject commit 6920a9fea8826dc80b04ba15ec235fb9ba928d83
|
||||||
Loading…
Reference in New Issue
Block a user