From ecfc8dc3a9da857c0af884f5fe38e35ec61ecd26 Mon Sep 17 00:00:00 2001 From: PuPha Date: Mon, 23 Dec 2024 10:19:09 +0700 Subject: [PATCH] Update --- ios/Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 366e4f6c9..623590985 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '15.5' +# platform :ios, '15.5' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' @@ -49,6 +49,7 @@ post_install do |installer| ## dart: PermissionGroup.camera 'PERMISSION_CAMERA=1', ] + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0' end end