diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-11 20:25:40 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-11 20:25:40 -0800 |
| commit | 5a3d06c527cf03d68149449965fade0dd5ea0ed2 (patch) | |
| tree | 73a1723fb3f99fd53cf23e87901043b7fd0a3cf1 /Hotline/Info.plist | |
| parent | b58129025413367d8237b3147a9fa96bd4e6924f (diff) | |
Fix warning in console about panel not restoring. Add popover for compact transfers list items. Remove push notification entitlement.
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> |