From c9662769faec8771b6a70da815ec36e62c8c43a2 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 10 Mar 2024 22:53:46 +0100 Subject: [PATCH] fix: remove conflicting app transport properties --- ios/Fintunes/Info.plist | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ios/Fintunes/Info.plist b/ios/Fintunes/Info.plist index 00189099..58ec8472 100644 --- a/ios/Fintunes/Info.plist +++ b/ios/Fintunes/Info.plist @@ -24,12 +24,12 @@ 83 LSRequiresIPhoneOS + LSSupportsOpeningDocumentsInPlace + NSAppTransportSecurity NSAllowsArbitraryLoads - NSAllowsLocalNetworking - NSLocationWhenInUseUsageDescription @@ -42,6 +42,8 @@ audio fetch + UIFileSharingEnabled + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -54,13 +56,9 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UISupportsDocumentBrowser + UIViewControllerBasedStatusBarAppearance - UIFileSharingEnabled - - LSSupportsOpeningDocumentsInPlace - - UISupportsDocumentBrowser -