We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fbb06 commit 108c085Copy full SHA for 108c085
Package.swift
@@ -85,7 +85,7 @@ let package = Package(
85
.package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.7.7")),
86
.package(url: "https://github.com/apple/swift-service-context", .upToNextMajor(from: "1.2.0")),
87
.package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.3.0")),
88
- .package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.28.0")),
+ .package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.29.0")),
89
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.3"),
90
],
91
targets: targets
0 commit comments