mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2025-01-07 14:02:56 +03:00
update to XcodeProj 7.3.0
This commit is contained in:
parent
e38360d5e3
commit
0ea8f90fb5
@ -11,6 +11,7 @@
|
||||
|
||||
#### Changed
|
||||
- Deprecated `$old_form` variables in favor of `${new_form}` variables [#704](https://github.com/yonaskolb/XcodeGen/pull/704) @rcari
|
||||
- Updated XcodeProj to 7.3.0 [#709](https://github.com/yonaskolb/XcodeGen/pull/709) @yonaskolb
|
||||
|
||||
## 2.10.1
|
||||
|
||||
|
@ -37,15 +37,6 @@
|
||||
"version": "3.1.5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "Shell",
|
||||
"repositoryURL": "https://github.com/tuist/Shell",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "d38121f89401db902b0d0bfc30b987e2c84c254e",
|
||||
"version": "2.0.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "Spectre",
|
||||
"repositoryURL": "https://github.com/kylef/Spectre.git",
|
||||
@ -69,8 +60,8 @@
|
||||
"repositoryURL": "https://github.com/tuist/xcodeproj.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "aefcbf59cea5b0831837ed2f385e6dfd80d82cc9",
|
||||
"version": "7.1.0"
|
||||
"revision": "8340e42ad3780de55325a17cd1310b024850d467",
|
||||
"version": "7.3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ let package = Package(
|
||||
.package(url: "https://github.com/yonaskolb/JSONUtilities.git", from: "4.2.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/tuist/xcodeproj.git", .exact("7.1.0")),
|
||||
.package(url: "https://github.com/tuist/xcodeproj.git", from: "7.3.0"),
|
||||
.package(url: "https://github.com/jakeheis/SwiftCLI.git", .upToNextMinor(from: "5.3.2")),
|
||||
],
|
||||
targets: [
|
||||
|
Loading…
Reference in New Issue
Block a user