macos - How to map a custom protocol to an application on the Mac? - Stack Overflow - stackoverflow.com

PHOTO EMBED

Fri Dec 04 2020 03:27:41 GMT+0000 (Coordinated Universal Time)

Saved by @canering #xml

<key>CFBundleURLTypes</key>
<array>
    <dict>
        <key>CFBundleURLName</key>
        <string>Local File</string>
        <key>CFBundleURLSchemes</key>
        <array>
            <string>local</string>
        </array>
    </dict>
</array>
content_copyCOPY

https://stackoverflow.com/questions/471581/how-to-map-a-custom-protocol-to-an-application-on-the-mac/3704396#3704396