You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MacOs it's pretty easy to declare the support for custom URLs, just add this snipped to the pInfo file of the application. However, there is non trivial to intercept the event, as there is a multi-year ongoing discussion about these events, maybe by mapping the specific event rather than allowing any arbitrary event would be easier.
And register the App as handler with: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -f /Applications/Ockam\ Desktop.app/
And confirm the registration with: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump URLSchemeBinding | grep ockam
The text was updated successfully, but these errors were encountered:
Blocking: #5577
In MacOs it's pretty easy to declare the support for custom URLs, just add this snipped to the
pInfo
file of the application. However, there is non trivial to intercept the event, as there is a multi-year ongoing discussion about these events, maybe by mapping the specific event rather than allowing any arbitrary event would be easier.And register the App as handler with:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -f /Applications/Ockam\ Desktop.app/
And confirm the registration with:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump URLSchemeBinding | grep ockam
The text was updated successfully, but these errors were encountered: