change ios deployment target to 14.0 in examples

This commit is contained in:
Stefano D'Angelo 2024-12-04 10:26:34 +01:00
parent 5015dd6bbd
commit 90f03881fd
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"../../../../common/src",
"../../../../../include"
],
"deploymentTarget": 16.6,
"deploymentTarget": 14.0,
"commonDir": "../../common/ios",
"pluginDir": "../../common/src/cxx-fx",
"cSrcs": "../../common/src/cxx-fx/impl.h",

View File

@ -5,7 +5,7 @@
"../../../../common/src",
"../../../../../include"
],
"deploymentTarget": 16.6,
"deploymentTarget": 14.0,
"commonDir": "../../common/ios",
"pluginDir": "../../common/src/cxx-synth",
"cSrcs": "../../common/src/cxx-synth/impl.h",

View File

@ -5,7 +5,7 @@
"../../../../common/src",
"../../../../../include"
],
"deploymentTarget": 16.6,
"deploymentTarget": 14.0,
"commonDir": "../../common/ios",
"pluginDir": "../src"
}