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