I have the following in the config.xml of my ionic app:
<widget android-versionCode="1630" id="com.boardline" ios-CFBundleVersion="1630" version="1.63" versionCode="1630" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
but Application Loader gives me the following warning:
The value for the key CFBundleShortVersionString [1.63] in the info.plist must contain a higher version number...
whereas I explicitly put ios-CFBundleVersion="1630"
...
Can you help me figure this out ? I need the ios CFBundle Version to be 1630 and the ionic app version to be 1.63.
Thanks