From fec7db189056769cfe279443bff2b4cb7343c3c6 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Sat, 23 Jan 2021 19:03:21 -0500 Subject: [PATCH] Debug MOde --- web_native/ios/Runner/Info-Debug.plist | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 web_native/ios/Runner/Info-Debug.plist diff --git a/web_native/ios/Runner/Info-Debug.plist b/web_native/ios/Runner/Info-Debug.plist new file mode 100644 index 0000000..51df025 --- /dev/null +++ b/web_native/ios/Runner/Info-Debug.plist @@ -0,0 +1,52 @@ + + + + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + Imagini + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + imagini + CFBundlePackageType + APPL + CFBundleShortVersionString + $(FLUTTER_BUILD_NAME) + CFBundleSignature + ???? + CFBundleVersion + $(FLUTTER_BUILD_NUMBER) + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + +