Skip to content

Commit 22655f3

Browse files
authored
Bump zsign to 1.7.0 (#180)
Includes the (speculative) fix for #14
1 parent 9af49f6 commit 22655f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 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
@@ -42,7 +42,7 @@ let package = Package(
4242
dependencies: [
4343
.package(url: "https://github.com/xtool-org/xtool-core", .upToNextMinor(from: "1.4.0")),
4444
.package(url: "https://github.com/xtool-org/SwiftyMobileDevice", .upToNextMinor(from: "1.5.0")),
45-
.package(url: "https://github.com/xtool-org/zsign", .upToNextMinor(from: "1.6.0")),
45+
.package(url: "https://github.com/xtool-org/zsign", .upToNextMinor(from: "1.7.0")),
4646

4747
.package(url: "https://github.com/apple/swift-system", from: "1.4.0"),
4848
.package(url: "https://github.com/apple/swift-http-types", from: "1.3.1"),

0 commit comments

Comments
 (0)