Skip to content

Commit

Permalink
fix: remove conflicting app transport properties
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Mar 10, 2024
1 parent 6f78f18 commit c966276
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions ios/Fintunes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<string>83</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
Expand All @@ -42,6 +42,8 @@
<string>audio</string>
<string>fetch</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand All @@ -54,13 +56,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportsDocumentBrowser</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>UISupportsDocumentBrowser</key>
<true/>
</dict>
</plist>

0 comments on commit c966276

Please sign in to comment.