We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2329b91 commit d4075e0Copy full SHA for d4075e0
Package.swift
@@ -80,7 +80,7 @@ let package = Package(
80
dependencies: [
81
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
82
.package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.8")),
83
- .package(url: "https://github.com/tuist/XcodeProj", .upToNextMajor(from: "9.4.0")),
+ .package(url: "https://github.com/tuist/XcodeProj", .upToNextMajor(from: "9.4.1")),
84
.package(url: "https://github.com/tuist/Command.git", from: "0.13.0"),
85
.package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.9.1")),
86
.package(url: "https://github.com/apple/swift-service-context", .upToNextMajor(from: "1.2.0")),
0 commit comments