mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Bump xcodeproj to 4.3.1
This commit is contained in:
+3
-3
@@ -66,11 +66,11 @@
|
||||
},
|
||||
{
|
||||
"package": "xcproj",
|
||||
"repositoryURL": "https://github.com/xcodeswift/xcproj.git",
|
||||
"repositoryURL": "https://github.com/tuist/xcodeproj.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "e787c68092e28fe2b34205fc1b62de431922c243",
|
||||
"version": "4.3.0"
|
||||
"revision": "5253c22f208558264e3a64a3a29f11537ca1b41a",
|
||||
"version": "4.3.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ let package = Package(
|
||||
.package(url: "https://github.com/yonaskolb/JSONUtilities.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0"),
|
||||
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
|
||||
.package(url: "https://github.com/xcodeswift/xcproj.git", from: "4.1.0"),
|
||||
.package(url: "https://github.com/tuist/xcodeproj.git", from: "4.3.1"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "XcodeGen", dependencies: [
|
||||
|
||||
Reference in New Issue
Block a user