Associate with ovpn/conf/zip files (#605)

Closes #604
This commit is contained in:
Davide 2024-09-25 18:14:26 +02:00 committed by GitHub
parent 82126a72f1
commit 752dc6229f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -21,6 +21,34 @@
<key>tunnelId</key>
<string>$(CFG_TUNNEL_ID)</string>
</dict>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>All files</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.text</string>
<string>public.zip-archive</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>ovpn</string>
<string>conf</string>
<string>zip</string>
</array>
</dict>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>