change ios deployment target to 14.0 in examples
This commit is contained in:
parent
5015dd6bbd
commit
90f03881fd
@ -5,7 +5,7 @@
|
|||||||
"../../../../common/src",
|
"../../../../common/src",
|
||||||
"../../../../../include"
|
"../../../../../include"
|
||||||
],
|
],
|
||||||
"deploymentTarget": 16.6,
|
"deploymentTarget": 14.0,
|
||||||
"commonDir": "../../common/ios",
|
"commonDir": "../../common/ios",
|
||||||
"pluginDir": "../../common/src/cxx-fx",
|
"pluginDir": "../../common/src/cxx-fx",
|
||||||
"cSrcs": "../../common/src/cxx-fx/impl.h",
|
"cSrcs": "../../common/src/cxx-fx/impl.h",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"../../../../common/src",
|
"../../../../common/src",
|
||||||
"../../../../../include"
|
"../../../../../include"
|
||||||
],
|
],
|
||||||
"deploymentTarget": 16.6,
|
"deploymentTarget": 14.0,
|
||||||
"commonDir": "../../common/ios",
|
"commonDir": "../../common/ios",
|
||||||
"pluginDir": "../../common/src/cxx-synth",
|
"pluginDir": "../../common/src/cxx-synth",
|
||||||
"cSrcs": "../../common/src/cxx-synth/impl.h",
|
"cSrcs": "../../common/src/cxx-synth/impl.h",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"../../../../common/src",
|
"../../../../common/src",
|
||||||
"../../../../../include"
|
"../../../../../include"
|
||||||
],
|
],
|
||||||
"deploymentTarget": 16.6,
|
"deploymentTarget": 14.0,
|
||||||
"commonDir": "../../common/ios",
|
"commonDir": "../../common/ios",
|
||||||
"pluginDir": "../src"
|
"pluginDir": "../src"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user