diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-27 23:38:04 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-27 23:38:04 +0100 |
| commit | 213710bf5bd6413c747bf126db50816ef5de5a6e (patch) | |
| tree | 912f8cf87955a08077c92fea8ad934f50b7ab975 /Hotline/Info.plist | |
| parent | f466b21dc02f78c984ba6748e703f6780a7a0db4 (diff) | |
| parent | 6a95b53616a4abfa306ddce43151cf4fefbd20ed (diff) | |
Merge remote-tracking branch 'upstream/main'
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> |