File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Uncomment this line to define a global platform for your project
2- platform :ios , '12 .0'
2+ platform :ios , '11 .0'
33
44# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
@@ -44,7 +44,7 @@ post_install do |installer|
4444 installer . pods_project . targets . each do |target |
4545 flutter_additional_ios_build_settings ( target )
4646 target . build_configurations . each do |config |
47- config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '12 .0'
47+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '11 .0'
4848 end
4949 end
5050end
Original file line number Diff line number Diff line change 460460 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
461461 GCC_WARN_UNUSED_FUNCTION = YES;
462462 GCC_WARN_UNUSED_VARIABLE = YES;
463- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
463+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
464464 MTL_ENABLE_DEBUG_INFO = NO;
465465 SDKROOT = iphoneos;
466466 SUPPORTED_PLATFORMS = iphoneos;
631631 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
632632 GCC_WARN_UNUSED_FUNCTION = YES;
633633 GCC_WARN_UNUSED_VARIABLE = YES;
634- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
634+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
635635 MTL_ENABLE_DEBUG_INFO = YES;
636636 ONLY_ACTIVE_ARCH = YES;
637637 SDKROOT = iphoneos;
681681 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
682682 GCC_WARN_UNUSED_FUNCTION = YES;
683683 GCC_WARN_UNUSED_VARIABLE = YES;
684- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
684+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
685685 MTL_ENABLE_DEBUG_INFO = NO;
686686 SDKROOT = iphoneos;
687687 SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1515 s . dependency 'Sentry/HybridSDK' , '8.19.0'
1616 s . ios . dependency 'Flutter'
1717 s . osx . dependency 'FlutterMacOS'
18- s . ios . deployment_target = '12 .0'
18+ s . ios . deployment_target = '11 .0'
1919 # Flutter 3.7 requires 10.14
2020 s . osx . deployment_target = '10.13'
2121
Original file line number Diff line number Diff line change 1- version = 3.16.8
1+ version = 3.16.9
22repo = https://github.com/flutter/flutter
Original file line number Diff line number Diff line change 11# Uncomment this line to define a global platform for your project
2- platform :ios , '12 .0'
2+ # platform :ios, '11 .0'
33
44# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
You can’t perform that action at this time.
0 commit comments