- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually i can't set that parameter, so in iTunes Connect i can't add more than one build to the same version (useful to correct a mistake)
see "Additional versioning" in Cordova documentation
https://cordova.apache.org/docs/en/4.0.0/config_ref/#additional-versioning
I tried to add it manually in the intelxdk.config.ios.xml
it was:
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="com.edilkamin.ekwifire" version="1.0.3">
i wrote:
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="com.edilkamin.ekwifire" version="1.0.3" ios-CFBundleVersion="1.0.3.1">
but the file is overwritten by xdk when i build so my changes are lost
is there any workaround?
thanks
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The CF Bundle Version has been available for iOS in the XDK for quite sometime. In the project setting, its the last setting in Build Settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ops... sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For every project, you can set the CF Bundle version in the Projects > selected project > Cordova Hybrid Mobile App Settings > Build Settings > iOS.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page