fix: ability open links in diffrent browsers on iOS

Co-Authored-By: Mo Bitar <mo@standardnotes.org>
This commit is contained in:
Radek Czemerys
2020-10-12 20:45:29 +02:00
parent 4ced943a4b
commit 4a123dc466
2 changed files with 10 additions and 0 deletions

View File

@@ -70,6 +70,11 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

@@ -48,6 +48,11 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>