File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ post_install do |installer |
2
+ installer . pods_project . targets . each do |target |
3
+ flutter_additional_macos_build_settings ( target )
4
+ target . build_configurations . each do |config |
5
+ config . build_settings [ 'MACOSX_DEPLOYMENT_TARGET' ] = '12.0'
6
+ end
7
+ end
8
+ end
Original file line number Diff line number Diff line change 461
461
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
462
462
GCC_WARN_UNUSED_FUNCTION = YES;
463
463
GCC_WARN_UNUSED_VARIABLE = YES;
464
- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
464
+ MACOSX_DEPLOYMENT_TARGET = 12.4 ;
465
465
MTL_ENABLE_DEBUG_INFO = NO;
466
466
SDKROOT = macosx;
467
467
SWIFT_COMPILATION_MODE = wholemodule;
543
543
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
544
544
GCC_WARN_UNUSED_FUNCTION = YES;
545
545
GCC_WARN_UNUSED_VARIABLE = YES;
546
- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
546
+ MACOSX_DEPLOYMENT_TARGET = 12.4 ;
547
547
MTL_ENABLE_DEBUG_INFO = YES;
548
548
ONLY_ACTIVE_ARCH = YES;
549
549
SDKROOT = macosx;
593
593
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
594
594
GCC_WARN_UNUSED_FUNCTION = YES;
595
595
GCC_WARN_UNUSED_VARIABLE = YES;
596
- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
596
+ MACOSX_DEPLOYMENT_TARGET = 12.4 ;
597
597
MTL_ENABLE_DEBUG_INFO = NO;
598
598
SDKROOT = macosx;
599
599
SWIFT_COMPILATION_MODE = wholemodule;
You can’t perform that action at this time.
0 commit comments