File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 491
491
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
492
492
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
493
493
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
494
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
494
+ MACOSX_DEPLOYMENT_TARGET = 10.12 ;
495
495
"OTHER_LDFLAGS[sdk=macosx*]" = (
496
496
"-framework",
497
497
SwiftFoundation,
518
518
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
519
519
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
520
520
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
521
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
521
+ MACOSX_DEPLOYMENT_TARGET = 10.12 ;
522
522
"OTHER_LDFLAGS[sdk=macosx*]" = (
523
523
"-framework",
524
524
SwiftFoundation,
You can’t perform that action at this time.
0 commit comments