File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
88 platforms: [
99 . iOS( . v10) ,
1010 . tvOS( . v10) ,
11- . macOS( . v10_10 )
11+ . macOS( . v10_13 )
1212 ] ,
1313 products: [
1414 . library(
Original file line number Diff line number Diff line change 27742774 "@executable_path/../Frameworks",
27752775 "@loader_path/Frameworks",
27762776 );
2777- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
2777+ MACOSX_DEPLOYMENT_TARGET = 10.13 ;
27782778 MARKETING_VERSION = 1.5.1;
27792779 MTL_ENABLE_DEBUG_INFO = YES;
27802780 ONLY_ACTIVE_ARCH = NO;
28492849 "@executable_path/../Frameworks",
28502850 "@loader_path/Frameworks",
28512851 );
2852- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
2852+ MACOSX_DEPLOYMENT_TARGET = 10.13 ;
28532853 MARKETING_VERSION = 1.5.1;
28542854 MTL_ENABLE_DEBUG_INFO = NO;
28552855 ONLY_ACTIVE_ARCH = NO;
You can’t perform that action at this time.
0 commit comments