From 262a629923b4d6114f864a1ec69cc4756a0c1812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20J=C3=A4rgren?= Date: Fri, 10 Feb 2023 22:43:36 +0100 Subject: [PATCH] Bumped minimum iOS version (#258) --- ios/Podfile | 4 ++-- ios/Runner/Info.plist | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 11c94355..0564dd31 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your projects -platform :ios, '9.0' +platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' @@ -39,7 +39,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) target.build_configurations.each do |config| - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0' + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' end end end \ No newline at end of file diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 3d514f8f..74a9f38e 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -67,5 +67,9 @@ UIViewControllerBasedStatusBarAppearance + LSApplicationQueriesSchemes + + https +