diff --git a/apps/macos/Package.resolved b/apps/macos/Package.resolved index 7895d4f92..097d1b7eb 100644 --- a/apps/macos/Package.resolved +++ b/apps/macos/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "7166d3b5a3be04eadfd1aca8fdfcf3caa9153bdde9a6596a410ec3f9036a94cc", + "originHash" : "4ed05a95fa9feada29b97f81b3194392e59a0c7b9edf24851f922bc2b72b0438", "pins" : [ { "identity" : "axorcist", @@ -42,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/steipete/Peekaboo.git", "state" : { - "revision" : "66914b5313388d8f5d2d4fde7b465f39b6fee07b", - "version" : "3.0.0-beta4" + "branch" : "main", + "revision" : "b2d0384d9f0f45b945d5f718f8a865bd574d83c2" } }, { diff --git a/apps/macos/Package.swift b/apps/macos/Package.swift index 0836570a6..3cd135e50 100644 --- a/apps/macos/Package.swift +++ b/apps/macos/Package.swift @@ -20,7 +20,7 @@ let package = Package( .package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.1.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.8.0"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.8.1"), - .package(url: "https://github.com/steipete/Peekaboo.git", exact: "3.0.0-beta4"), + .package(url: "https://github.com/steipete/Peekaboo.git", branch: "main"), .package(path: "../shared/ClawdbotKit"), .package(path: "../../Swabble"), ],