I'm using Cordova 6.0. I'm developing for iOS. I'm using XCode 7.3.
I have my widget specified like this config.xml:
<widget id="io.cordova.hellocordova" version="2.0.0" ios-CFBundleVersion="2.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
For some reason when I run the cordova prepare ios
command it sets the bundle and version in XCode to 0.0.1
instead of 2.0.0
.
How do I fix this so it sets the correct version number.