Skip to content

Commit d4f2296

Browse files
committed
Update deployment targets per target.
1 parent 5a1749b commit d4f2296

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Hello World/SUEX_HelloWorld.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@
503503
../ThirdParty/include/ruby/2.5/mac,
504504
"../ThirdParty/include/ruby/2.5/mac/x86_64-darwin14",
505505
);
506+
MACOSX_DEPLOYMENT_TARGET = 10.10;
506507
};
507508
name = Debug;
508509
};
@@ -522,6 +523,7 @@
522523
../ThirdParty/include/ruby/2.5/mac,
523524
"../ThirdParty/include/ruby/2.5/mac/x86_64-darwin14",
524525
);
526+
MACOSX_DEPLOYMENT_TARGET = 10.10;
525527
};
526528
name = Release;
527529
};
@@ -541,6 +543,7 @@
541543
../ThirdParty/include/ruby/2.7/mac,
542544
"../ThirdParty/include/ruby/2.7/mac/x86_64-darwin14",
543545
);
546+
MACOSX_DEPLOYMENT_TARGET = 10.13;
544547
};
545548
name = Debug;
546549
};
@@ -560,6 +563,7 @@
560563
../ThirdParty/include/ruby/2.7/mac,
561564
"../ThirdParty/include/ruby/2.7/mac/x86_64-darwin14",
562565
);
566+
MACOSX_DEPLOYMENT_TARGET = 10.13;
563567
};
564568
name = Release;
565569
};
@@ -579,6 +583,7 @@
579583
../ThirdParty/include/ruby/2.2/mac,
580584
"../ThirdParty/include/ruby/2.2/mac/x86_64-darwin14",
581585
);
586+
MACOSX_DEPLOYMENT_TARGET = 10.11;
582587
};
583588
name = Debug;
584589
};
@@ -598,6 +603,7 @@
598603
../ThirdParty/include/ruby/2.2/mac,
599604
"../ThirdParty/include/ruby/2.2/mac/x86_64-darwin14",
600605
);
606+
MACOSX_DEPLOYMENT_TARGET = 10.11;
601607
};
602608
name = Release;
603609
};

0 commit comments

Comments
 (0)