Hammerspoon / Spoons

The official repository of Spoon plugins
https://www.hammerspoon.org/Spoons/
450 stars 141 forks source link

URLDispatcher doesn't forward Handoff requests for iOS Brave to URLDispatcher fallback Brave #291

Open megalithic opened 1 year ago

megalithic commented 1 year ago

I just recently started using the URLDispatcher spoon (super great!), and noticed that the MacOS/iOS handoff feature stopped working when I use iOS Brave and have Brave set as my fallback/default in the URLDispatcher config (iOS Safari -> MacOS Safari) works though.

Some relevant Brave Info.plist entries:

<key>NSUserActivityTypes</key>
<array>
    <string>NSUserActivityTypeBrowsingWeb</string>
</array>

<key>SMPrivilegedExecutables</key>
<dict>
    <key>org.chromium.Chromium.UpdaterPrivilegedHelper</key>
    <string>identifier org.chromium.Chromium.UpdaterPrivilegedHelper</string>
</dict>

Hammerspoon version 0.9.99 (6812) MacOS version Ventura 13.2.1