diff options
Diffstat (limited to 'Hotline/Info.plist')
| -rw-r--r-- | Hotline/Info.plist | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Hotline/Info.plist b/Hotline/Info.plist index 82ee6ac..59b1e50 100644 --- a/Hotline/Info.plist +++ b/Hotline/Info.plist @@ -7,11 +7,13 @@ <dict> <key>CFBundleTypeName</key> <string>Hotline Bookmark</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> <key>LSHandlerRank</key> <string>Owner</string> <key>LSItemContentTypes</key> <array> - <string>'HTbm'</string> + <string>'HTbm'</string> </array> </dict> </array> @@ -19,7 +21,7 @@ <array> <dict> <key>CFBundleTypeRole</key> - <string>Viewer</string> + <string>Editor</string> <key>CFBundleURLName</key> <string>co.goodmake.hotline</string> <key>CFBundleURLSchemes</key> @@ -29,7 +31,7 @@ </dict> <dict> <key>CFBundleTypeRole</key> - <string>Viewer</string> + <string>Editor</string> <key>CFBundleURLName</key> <string>co.goodmake.hotline</string> <key>CFBundleURLSchemes</key> @@ -46,7 +48,7 @@ <key>UTTypeIconFiles</key> <array/> <key>UTTypeIdentifier</key> - <string>'HTbm'</string> + <string>'HTbm'</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> |