From 5a1ed47fd92f76c6b0931e4b2e5700584ee469d8 Mon Sep 17 00:00:00 2001 From: Gavin Kasdorf Date: Fri, 7 Jul 2023 15:24:46 -0700 Subject: [PATCH] =?UTF-8?q?please=20don't=20give=20us=20local=20network=20?= =?UTF-8?q?permission=20=F0=9F=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Memmy/Info.plist | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ios/Memmy/Info.plist b/ios/Memmy/Info.plist index 9f9fcfb0b..50ec04b8f 100644 --- a/ios/Memmy/Info.plist +++ b/ios/Memmy/Info.plist @@ -2,8 +2,8 @@ - ITSAppUsesNonExemptEncryption - + NSLocalNetworkUsageDescription + Someone posted a link to an internal IP address. Please disregard this message and deny access. CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -40,6 +40,8 @@ CFBundleVersion 2 + ITSAppUsesNonExemptEncryption + LSRequiresIPhoneOS NSAppTransportSecurity @@ -76,16 +78,13 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown UIUserInterfaceStyle Automatic