update to XcodeProj 7.8.0

This commit is contained in:
yonaskolb 2020-02-07 09:34:45 +11:00
parent 98fde47c67
commit 26cb9b93a6
3 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,9 @@
#### Fixed
- Validate scheme test action and test coverage target references before generating. [#775](https://github.com/yonaskolb/XcodeGen/pull/775) @liamnichols
#### Internal
- Updated to XcodeProj 7.8.0 [#777](https://github.com/yonaskolb/XcodeGen/pull/777) @yonaskolb
## 2.13.0
#### Added

View File

@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/tuist/XcodeProj.git",
"state": {
"branch": null,
"revision": "bc3e31ea714a2ced4871b583141073405f279bab",
"version": "7.7.0"
"revision": "f32704e01d2752bdc17cde3963bee4256c1f4df4",
"version": "7.8.0"
}
},
{

View File

@ -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.7.0")),
.package(url: "https://github.com/tuist/XcodeProj.git", .exact("7.8.0")),
.package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.0"),
],
targets: [