diff options
Diffstat (limited to 'Hotline/Info.plist')
| -rw-r--r-- | Hotline/Info.plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Hotline/Info.plist b/Hotline/Info.plist index a84b52a..608b0b3 100644 --- a/Hotline/Info.plist +++ b/Hotline/Info.plist @@ -9,8 +9,10 @@ <string>Editor</string> <key>CFBundleTypeName</key> <string>Hotline Bookmark</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> <key>LSHandlerRank</key> - <string>None</string> + <string>Owner</string> <key>LSItemContentTypes</key> <array> <string>'HTbm'</string> @@ -21,7 +23,7 @@ <array> <dict> <key>CFBundleTypeRole</key> - <string>Viewer</string> + <string>Editor</string> <key>CFBundleURLName</key> <string>co.goodmake.hotline</string> <key>CFBundleURLSchemes</key> @@ -31,7 +33,7 @@ </dict> <dict> <key>CFBundleTypeRole</key> - <string>Viewer</string> + <string>Editor</string> <key>CFBundleURLName</key> <string>co.goodmake.hotline</string> <key>CFBundleURLSchemes</key> |