20 lines
671 B
Plaintext
20 lines
671 B
Plaintext
<!-- Add this file next to your tauri.conf.json file -->
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSRequiresSecureRestorableState</key>
|
|
<true/>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>app.anothervision.pasteBar</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>pastebar</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist> |