diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-07 10:19:42 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-07 10:19:42 -0800 |
| commit | 87f08cf60a5d7c1cf618463916cbac4dab88e0f8 (patch) | |
| tree | c15a94443801beff5fcb8ac5d5dbc8276726ee39 /Hotline/Info.plist | |
| parent | bcf36ef614aa46ae3d8e714add470f749fdf3714 (diff) | |
Massive refactor of transfer cients (new folder upload implementation), brand new async version of NetSocket, and a rewritten Hotline view model. New cross-server transfers UI.
Diffstat (limited to 'Hotline/Info.plist')
| -rw-r--r-- | Hotline/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Hotline/Info.plist b/Hotline/Info.plist index b43d991..82ee6ac 100644 --- a/Hotline/Info.plist +++ b/Hotline/Info.plist @@ -8,10 +8,10 @@ <key>CFBundleTypeName</key> <string>Hotline Bookmark</string> <key>LSHandlerRank</key> - <string>None</string> + <string>Owner</string> <key>LSItemContentTypes</key> <array> - <string>'HTbm'</string> + <string>'HTbm'</string> </array> </dict> </array> @@ -46,7 +46,7 @@ <key>UTTypeIconFiles</key> <array/> <key>UTTypeIdentifier</key> - <string>'HTbm'</string> + <string>'HTbm'</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> |