Skip to content

Commit cfa54ee

Browse files
authored
Bump xcodeproj dependency > 8.0.0 and fix Xcode 13.0 buid errors (#39)
1 parent 57d0054 commit cfa54ee

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Package.resolved

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.executable(name: "Shark", targets: ["Shark"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.5.0")),
12+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "8.0.0")),
1313
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.1"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)