We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e5901 commit 9175bf0Copy full SHA for 9175bf0
Package.swift
@@ -84,7 +84,7 @@ let package = Package(
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.14.10")),
86
.package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.6.1")),
87
- .package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.45.0")),
+ .package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.46.1")),
88
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.5"),
89
],
90
targets: targets
0 commit comments