ios: bump deployment target

This commit is contained in:
luboslenco
2026-05-22 11:57:05 +02:00
parent f67f534535
commit d59c727d55
+1 -1
View File
@@ -1615,7 +1615,7 @@ class XCodeExporter extends Exporter {
this.p('GCC_WARN_UNUSED_FUNCTION = YES;', 4);
this.p('GCC_WARN_UNUSED_VARIABLE = YES;', 4);
if (platform === 'ios') {
this.p('IPHONEOS_DEPLOYMENT_TARGET = 16.0;', 4);
this.p('IPHONEOS_DEPLOYMENT_TARGET = 18.0;', 4);
}
else {
this.p('MACOSX_DEPLOYMENT_TARGET = 13.0;', 4);