diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-02 23:19:57 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-02 23:19:57 +0100 |
| commit | c676230cbc7da1c2c4d5540f89da32e9228deffd (patch) | |
| tree | b47f940282ee552b2608d847a9ce5e06b5749f29 /Hotline/Info.plist | |
| parent | 77b3ac3c051fc4e8fa126cd21e261be28f4aad1a (diff) | |
Add autoconnect + reconnect logic
Diffstat (limited to 'Hotline/Info.plist')
| -rw-r--r-- | Hotline/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hotline/Info.plist b/Hotline/Info.plist index b43d991..a84b52a 100644 --- a/Hotline/Info.plist +++ b/Hotline/Info.plist @@ -5,6 +5,8 @@ <key>CFBundleDocumentTypes</key> <array> <dict> + <key>CFBundleTypeRole</key> + <string>Editor</string> <key>CFBundleTypeName</key> <string>Hotline Bookmark</string> <key>LSHandlerRank</key> |