Add own definition of .ovpn file type

Fixes #6
This commit is contained in:
Davide De Rosa 2018-10-20 19:03:33 +02:00
parent 2edffea08a
commit d064ac0f0f
1 changed files with 38 additions and 0 deletions

View File

@ -6,6 +6,19 @@
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Passepartout</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>ovpn</string>
<key>LSItemContentTypes</key>
<array>
<string>app.passepartoutvpn.formats.ovpn</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@ -51,5 +64,30 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.text</string>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
<string>OpenVPN configuration file</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>app.passepartoutvpn.formats.ovpn</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ovpn</string>
<string>OVPN</string>
</array>
</dict>
</dict>
<dict/>
</array>
</dict>
</plist>