mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-11-12 21:48:44 +03:00
upgrade xcodeproject
This commit is contained in:
parent
50b1f73c7f
commit
e393c01571
@ -47,13 +47,13 @@
|
||||
"package": "Yams",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/jpsim/Yams.git",
|
||||
"version": "0.3.4"
|
||||
"version": "0.3.5"
|
||||
},
|
||||
{
|
||||
"package": "xcodeproj",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/carambalabs/xcodeproj.git",
|
||||
"version": "0.0.9"
|
||||
"version": "0.1.0"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
|
@ -16,6 +16,6 @@ let package = Package(
|
||||
.Package(url: "https://github.com/yonaskolb/JSONUtilities.git", majorVersion: 3, minor: 3),
|
||||
.Package(url: "https://github.com/kylef/Spectre.git", majorVersion: 0, minor: 7),
|
||||
.Package(url: "https://github.com/onevcat/Rainbow", majorVersion: 2),
|
||||
.Package(url: "https://github.com/carambalabs/xcodeproj.git", majorVersion: 0, minor: 0),
|
||||
.Package(url: "https://github.com/carambalabs/xcodeproj.git", majorVersion: 0, minor: 1),
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user