File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
example/macos/Runner.xcodeproj Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## NEXT
2+
3+ - Updated MACOSX_DEPLOYMENT_TARGET from version 10.11 to 10.14 in the example project settings.
4+
15## 14.0.2
26
37- Adds section about ` UIBackgroundModes ` to the README.
Original file line number Diff line number Diff line change 404404 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
405405 GCC_WARN_UNUSED_FUNCTION = YES;
406406 GCC_WARN_UNUSED_VARIABLE = YES;
407- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
407+ MACOSX_DEPLOYMENT_TARGET = 10.14 ;
408408 MTL_ENABLE_DEBUG_INFO = NO;
409409 SDKROOT = macosx;
410410 SWIFT_COMPILATION_MODE = wholemodule;
483483 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
484484 GCC_WARN_UNUSED_FUNCTION = YES;
485485 GCC_WARN_UNUSED_VARIABLE = YES;
486- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
486+ MACOSX_DEPLOYMENT_TARGET = 10.14 ;
487487 MTL_ENABLE_DEBUG_INFO = YES;
488488 ONLY_ACTIVE_ARCH = YES;
489489 SDKROOT = macosx;
530530 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
531531 GCC_WARN_UNUSED_FUNCTION = YES;
532532 GCC_WARN_UNUSED_VARIABLE = YES;
533- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
533+ MACOSX_DEPLOYMENT_TARGET = 10.14 ;
534534 MTL_ENABLE_DEBUG_INFO = NO;
535535 SDKROOT = macosx;
536536 SWIFT_COMPILATION_MODE = wholemodule;
You can’t perform that action at this time.
0 commit comments