File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Hello World/SUEX_HelloWorld.xcodeproj Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 503
503
../ThirdParty/include/ruby/2.5/mac,
504
504
"../ThirdParty/include/ruby/2.5/mac/x86_64-darwin14",
505
505
);
506
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
506
507
};
507
508
name = Debug;
508
509
};
522
523
../ThirdParty/include/ruby/2.5/mac,
523
524
"../ThirdParty/include/ruby/2.5/mac/x86_64-darwin14",
524
525
);
526
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
525
527
};
526
528
name = Release;
527
529
};
541
543
../ThirdParty/include/ruby/2.7/mac,
542
544
"../ThirdParty/include/ruby/2.7/mac/x86_64-darwin14",
543
545
);
546
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
544
547
};
545
548
name = Debug;
546
549
};
560
563
../ThirdParty/include/ruby/2.7/mac,
561
564
"../ThirdParty/include/ruby/2.7/mac/x86_64-darwin14",
562
565
);
566
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
563
567
};
564
568
name = Release;
565
569
};
579
583
../ThirdParty/include/ruby/2.2/mac,
580
584
"../ThirdParty/include/ruby/2.2/mac/x86_64-darwin14",
581
585
);
586
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
582
587
};
583
588
name = Debug;
584
589
};
598
603
../ThirdParty/include/ruby/2.2/mac,
599
604
"../ThirdParty/include/ruby/2.2/mac/x86_64-darwin14",
600
605
);
606
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
601
607
};
602
608
name = Release;
603
609
};
You can’t perform that action at this time.
0 commit comments