File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{cookiecutter.out_dir}}/macos Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- platform :osx , '10.15 '
1+ platform :osx , '11.0 '
22
33# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 457457 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
458458 GCC_WARN_UNUSED_FUNCTION = YES;
459459 GCC_WARN_UNUSED_VARIABLE = YES;
460- MACOSX_DEPLOYMENT_TARGET = 10.15 ;
460+ MACOSX_DEPLOYMENT_TARGET = 11.0 ;
461461 MTL_ENABLE_DEBUG_INFO = NO;
462462 SDKROOT = macosx;
463463 SWIFT_COMPILATION_MODE = wholemodule;
536536 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
537537 GCC_WARN_UNUSED_FUNCTION = YES;
538538 GCC_WARN_UNUSED_VARIABLE = YES;
539- MACOSX_DEPLOYMENT_TARGET = 10.15 ;
539+ MACOSX_DEPLOYMENT_TARGET = 11.0 ;
540540 MTL_ENABLE_DEBUG_INFO = YES;
541541 ONLY_ACTIVE_ARCH = YES;
542542 SDKROOT = macosx;
583583 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
584584 GCC_WARN_UNUSED_FUNCTION = YES;
585585 GCC_WARN_UNUSED_VARIABLE = YES;
586- MACOSX_DEPLOYMENT_TARGET = 10.15 ;
586+ MACOSX_DEPLOYMENT_TARGET = 11.0 ;
587587 MTL_ENABLE_DEBUG_INFO = NO;
588588 SDKROOT = macosx;
589589 SWIFT_COMPILATION_MODE = wholemodule;
You can’t perform that action at this time.
0 commit comments