macos: bump deployment target

This commit is contained in:
luboslenco
2026-05-22 11:57:17 +02:00
parent d59c727d55
commit cc5cc81328
+1 -1
View File
@@ -1618,7 +1618,7 @@ class XCodeExporter extends Exporter {
this.p('IPHONEOS_DEPLOYMENT_TARGET = 18.0;', 4);
}
else {
this.p('MACOSX_DEPLOYMENT_TARGET = 13.0;', 4);
this.p('MACOSX_DEPLOYMENT_TARGET = 14.0;', 4);
}
this.p('MTL_ENABLE_DEBUG_INFO = NO;', 4);
this.p('ONLY_ACTIVE_ARCH = YES;', 4);