diff --git a/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved b/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved index d5a6b0de1..ed109f98e 100644 --- a/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nathantannar4/Transmission", "state" : { - "revision" : "3dac53ae4bddc7ab99e6374622a9c5eefbe50eed", - "version" : "1.1.4" + "revision" : "9517912f8f528c777f86f7896b5c35d7e43fa916", + "version" : "1.0.1" } }, { diff --git a/apple/OmnivoreKit/Package.swift b/apple/OmnivoreKit/Package.swift index 93c47d10a..4683efbfa 100644 --- a/apple/OmnivoreKit/Package.swift +++ b/apple/OmnivoreKit/Package.swift @@ -71,9 +71,9 @@ var dependencies: [Package.Dependency] { .package(url: "https://github.com/google/GoogleSignIn-iOS", from: "6.2.2"), .package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.0.0"), .package(url: "https://github.com/PostHog/posthog-ios.git", from: "2.0.0"), - .package(url: "https://github.com/nathantannar4/Engine", exact: "1.5.1"), - .package(url: "https://github.com/nathantannar4/Turbocharger", exact: "1.1.4"), - .package(url: "https://github.com/nathantannar4/Transmission", from: "1.1.4") +// .package(url: "https://github.com/nathantannar4/Engine", exact: "1.0.1"), +// .package(url: "https://github.com/nathantannar4/Turbocharger", exact: "1.1.4"), + .package(url: "https://github.com/nathantannar4/Transmission", exact: "1.0.1") ] // Comment out following line for macOS build deps.append(.package(url: "https://github.com/PSPDFKit/PSPDFKit-SP", from: "13.1.0")) diff --git a/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift b/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift index 23c9bd1b3..465518fb1 100644 --- a/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift +++ b/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift @@ -301,7 +301,7 @@ public final class OmnivoreWebView: WKWebView { case Selector(("_lookup:")): return (currentMenu == .defaultMenu) case Selector(("_define:")): return (currentMenu == .defaultMenu) case Selector(("_translate:")): return (currentMenu == .defaultMenu) - case Selector(("_findSelected:")): return (currentMenu == .defaultMenu) + // case Selector(("_findSelected:")): return (currentMenu == .defaultMenu) default: return false } }