Skip to content

Commit f03dbcf

Browse files
committed
Upgrade the macOS version to the lowest thing that Xcode now likes
1 parent 0b5bf22 commit f03dbcf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

kmake/src/Exporters/XCodeExporter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ export class XCodeExporter extends Exporter {
704704
this.p('IPHONEOS_DEPLOYMENT_TARGET = 11.0;', 4);
705705
}
706706
else {
707-
this.p('MACOSX_DEPLOYMENT_TARGET = 10.13;', 4);
707+
this.p('MACOSX_DEPLOYMENT_TARGET = 11.5;', 4);
708708
}
709709
this.p('MTL_ENABLE_DEBUG_INFO = YES;', 4);
710710
this.p('ONLY_ACTIVE_ARCH = YES;', 4);
@@ -792,7 +792,7 @@ export class XCodeExporter extends Exporter {
792792
this.p('IPHONEOS_DEPLOYMENT_TARGET = 11.0;', 4);
793793
}
794794
else {
795-
this.p('MACOSX_DEPLOYMENT_TARGET = 10.13;', 4);
795+
this.p('MACOSX_DEPLOYMENT_TARGET = 11.5;', 4);
796796
}
797797
this.p('MTL_ENABLE_DEBUG_INFO = NO;', 4);
798798
if (platform === Platform.iOS) {

lib/kmake/Exporters/XCodeExporter.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/kmake/Exporters/XCodeExporter.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)