Skip to content

Commit 2000f65

Browse files
committed
Bump to MachOKit 0.35.0
1 parent 8b05184 commit 2000f65

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ extension Package.Dependency {
1111
if useSPMPrebuildVersion {
1212
return .MachOKitSPM
1313
} else {
14-
return .MachOKitMain
14+
return .MachOKitOrigin
1515
}
1616
}()
1717

1818
static let MachOKitOrigin = Package.Dependency.package(
1919
url: "https://github.com/p-x9/MachOKit.git",
20-
from: "0.34.0"
20+
from: "0.35.0"
2121
)
2222

2323
static let MachOKitMain = Package.Dependency.package(
@@ -27,7 +27,7 @@ extension Package.Dependency {
2727

2828
static let MachOKitSPM = Package.Dependency.package(
2929
url: "https://github.com/p-x9/MachOKit-SPM",
30-
from: "0.34.0"
30+
from: "0.35.0"
3131
)
3232
}
3333

@@ -90,7 +90,7 @@ let package = Package(
9090
dependencies: [
9191
.MachOKit,
9292
.package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.1"),
93-
.package(url: "https://github.com/MxIris-Library-Forks/AssociatedObject", branch: "main"),
93+
.package(url: "https://github.com/p-x9/AssociatedObject", from: "0.13.0"),
9494
.package(url: "https://github.com/p-x9/swift-fileio.git", from: "0.9.0"),
9595
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
9696
.package(url: "https://github.com/onevcat/Rainbow", .upToNextMajor(from: "4.0.0")),

0 commit comments

Comments
 (0)