From 5a3d06c527cf03d68149449965fade0dd5ea0ed2 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 11 Nov 2025 20:25:40 -0800 Subject: Fix warning in console about panel not restoring. Add popover for compact transfers list items. Remove push notification entitlement. --- Hotline/Info.plist | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Hotline/Info.plist') 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 @@ CFBundleTypeName Hotline Bookmark + CFBundleTypeRole + Editor LSHandlerRank Owner LSItemContentTypes - 'HTbm' + 'HTbm' @@ -19,7 +21,7 @@ CFBundleTypeRole - Viewer + Editor CFBundleURLName co.goodmake.hotline CFBundleURLSchemes @@ -29,7 +31,7 @@ CFBundleTypeRole - Viewer + Editor CFBundleURLName co.goodmake.hotline CFBundleURLSchemes @@ -46,7 +48,7 @@ UTTypeIconFiles UTTypeIdentifier - 'HTbm' + 'HTbm' UTTypeTagSpecification public.filename-extension -- cgit