diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-23 12:50:16 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-23 12:50:16 -0700 |
| commit | 23b3f338f0818a53b2499692e999a0528e5d9753 (patch) | |
| tree | 19f2d018824cdc41c0aa37dde6bde5d9054be9f2 /Hotline/Info.plist | |
| parent | 842611754debec7d1814e44e6a2cf302e84c0d66 (diff) | |
Add Bookmark exporting to Server window context menu.
Diffstat (limited to 'Hotline/Info.plist')
| -rw-r--r-- | Hotline/Info.plist | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Hotline/Info.plist b/Hotline/Info.plist index ac7a2c9..b43d991 100644 --- a/Hotline/Info.plist +++ b/Hotline/Info.plist @@ -8,10 +8,10 @@ <key>CFBundleTypeName</key> <string>Hotline Bookmark</string> <key>LSHandlerRank</key> - <string>Alternate</string> + <string>None</string> <key>LSItemContentTypes</key> <array> - <string>'HTbm'</string> + <string>'HTbm'</string> </array> </dict> </array> @@ -38,25 +38,21 @@ </array> </dict> </array> - <key>UTImportedTypeDeclarations</key> + <key>UTExportedTypeDeclarations</key> <array> <dict> - <key>UTTypeConformsTo</key> - <array/> <key>UTTypeDescription</key> <string>Hotline Bookmark</string> <key>UTTypeIconFiles</key> <array/> <key>UTTypeIdentifier</key> - <string>'HTbm'</string> + <string>'HTbm'</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> - <string>.htbm</string> + <string>.hlbm</string> </array> - <key>public.mime-type</key> - <array/> </dict> </dict> </array> |