Software Archive
Read-only legacy content
17061 Discussions

Please add CFBundleVersion field in iOS project tab

Giorgio_B_1
Beginner
263 Views

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

0 Kudos
3 Replies
John_H_Intel2
Employee
263 Views

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.

0 Kudos
Giorgio_B_1
Beginner
263 Views

ops... sorry.

0 Kudos
Elroy_A_Intel
Employee
263 Views

For every project, you can set the CF Bundle version in the Projects > selected project > Cordova Hybrid Mobile App Settings > Build Settings > iOS.

0 Kudos
Reply