Do not open .ovpn documents in-place

Files was raising a permission error.
This commit is contained in:
Davide De Rosa 2018-10-18 00:10:14 +02:00
parent b62f7669f2
commit 483edee22e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>LSSupportsOpeningDocumentsInPlace</key> <key>LSSupportsOpeningDocumentsInPlace</key>
<true/> <false/>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>