File tree Expand file tree Collapse file tree
packages/battery_plus/battery_plus
example/macos/Runner.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 553553 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
554554 GCC_WARN_UNUSED_FUNCTION = YES;
555555 GCC_WARN_UNUSED_VARIABLE = YES;
556- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
556+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
557557 MTL_ENABLE_DEBUG_INFO = NO;
558558 SDKROOT = macosx;
559559 SWIFT_COMPILATION_MODE = wholemodule;
632632 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
633633 GCC_WARN_UNUSED_FUNCTION = YES;
634634 GCC_WARN_UNUSED_VARIABLE = YES;
635- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
635+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
636636 MTL_ENABLE_DEBUG_INFO = YES;
637637 ONLY_ACTIVE_ARCH = YES;
638638 SDKROOT = macosx;
679679 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
680680 GCC_WARN_UNUSED_FUNCTION = YES;
681681 GCC_WARN_UNUSED_VARIABLE = YES;
682- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
682+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
683683 MTL_ENABLE_DEBUG_INFO = NO;
684684 SDKROOT = macosx;
685685 SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let package = Package (
77 name: " battery_plus " ,
88 platforms: [
9- . iOS( " 12 .0" )
9+ . iOS( " 13 .0" )
1010 ] ,
1111 products: [
1212 . library( name: " battery-plus " , targets: [ " battery_plus " ] )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let package = Package (
77 name: " battery_plus " ,
88 platforms: [
9- . macOS( " 10.14 " )
9+ . macOS( " 10.15 " )
1010 ] ,
1111 products: [
1212 . library( name: " battery-plus " , targets: [ " battery_plus " ] )
You can’t perform that action at this time.
0 commit comments