diff --git a/apps/macos/Package.resolved b/apps/macos/Package.resolved index ad30810241..5d908bd5b6 100644 --- a/apps/macos/Package.resolved +++ b/apps/macos/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "31972864afdac74537794e1a3b7bd22484c09ec1be8e3624fb9ea582e9222ad9", + "originHash" : "9af2c6575fc5bafbe55d54118ae743a8e6c6d66d68d5bebf6d181edf7c7e6572", "pins" : [ { "identity" : "axorcist", @@ -42,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/orchetect/MenuBarExtraAccess", "state" : { - "revision" : "707dff6f55217b3ef5b6be84ced3e83511d4df5c", - "version" : "1.2.2" + "revision" : "33bb0e4b1e407feac791e047dcaaf9c69b25fd26", + "version" : "1.3.0" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Blaizzy/mlx-audio-swift", "state" : { - "revision" : "fcbd04daa1bfebe881932f630af2ba6ce9af3274", - "version" : "0.1.2" + "revision" : "d302a5c6080d2bb97bae38c7418f82abb76013b6", + "version" : "0.1.3" } }, { @@ -69,8 +69,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ml-explore/mlx-swift-lm.git", "state" : { - "revision" : "25b00d4e22e61ec9c41efda47990cd2084ec87ff", - "version" : "2.31.3" + "revision" : "1c05248bb0899e2a7a4962b84d319cf12f4e12aa", + "version" : "3.31.3" } }, { @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "21d8df80440b1ca3b65fa82e40782f1e5a9e6ba2", - "version" : "2.9.0" + "revision" : "b6496a74a087257ef5e6da1c5b29a447a60f5bd7", + "version" : "2.9.4" } }, { @@ -168,8 +168,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "bbd81b6725ae874c69e9b8c8804d462356b55523", - "version" : "1.10.1" + "revision" : "a878e7f8f46cfc0e1125e565b5c08e7d5272dc9a", + "version" : "1.14.0" } }, { @@ -199,6 +199,15 @@ "version" : "0.4.0" } }, + { + "identity" : "swift-syntax", + "kind" : "remoteSourceControl", + "location" : "https://github.com/swiftlang/swift-syntax.git", + "state" : { + "revision" : "0687f71944021d616d34d922343dcef086855920", + "version" : "600.0.1" + } + }, { "identity" : "swift-system", "kind" : "remoteSourceControl", diff --git a/apps/macos/Package.swift b/apps/macos/Package.swift index 688bb94b16..a7c5b50c4d 100644 --- a/apps/macos/Package.swift +++ b/apps/macos/Package.swift @@ -15,12 +15,12 @@ let package = Package( .executable(name: "openclaw-mac", targets: ["OpenClawMacCLI"]), ], dependencies: [ - .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.2.2"), + .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.3.0"), .package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.4.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.9.0"), .package(url: "https://github.com/steipete/Peekaboo.git", branch: "main"), - .package(url: "https://github.com/Blaizzy/mlx-audio-swift", exact: "0.1.2"), + .package(url: "https://github.com/Blaizzy/mlx-audio-swift", exact: "0.1.3"), .package(path: "../shared/OpenClawKit"), .package(path: "../../Swabble"), ],