Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
6.2.0
-
None
-
None
-
iOS (4.1.1)
Description
Hi,
When running 'cordova build ios --device [--release]', I found that at least the following settings are not being written to any of the .xcconfig files in /platforms/ios/cordova :
<preference name="target-device" value="handset"/>
<preference name="deployment-target" value="9.0"/>
These are taken directly from the docs: https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference
I noticed that much of the other preferences are written in CamelCase, maybe the docs are outdated?
BR,
Oliver
Attachments
Issue Links
- duplicates
-
CB-10137 preference 'target-device' and 'deployment-target' should modify the build.xcconfig file instead of the pbxproj
- Open