You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app version number is 1
I prefer 1 to 1.0
My next version will be number 2, then 3, etc.
I prefer 1, 2, 3 to 1.0, 1.1, 1.2, etc. It's here a personal choice and off topic. Just Like what Messenger app from Facebook does, they are at their version number 100 (plain integer 100 and not 100.0)
But when I put 1 for the value of CFBundleShortVersionString in my Info.plist file,
I have this CodePush error:
[Error] The "CFBundleShortVersionString" key in the "ios/MyApp/Info.plist" file needs to specify a valid semver string, containing both a major and minor version (e.g. 1.3.2, 1.1).
Why does CodePush block a plain integer version number?
It should allow me to use 1 as a version number.
The text was updated successfully, but these errors were encountered:
* Improved messages to make intention of creating different apps for different platforms more clear
Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717
* Minor tweak for readme
* Add ability to use plain integer number for app version
See #377 for details
My app version number is 1
I prefer 1 to 1.0
My next version will be number 2, then 3, etc.
I prefer 1, 2, 3 to 1.0, 1.1, 1.2, etc.
It's here a personal choice and off topic. Just Like what Messenger app from Facebook does, they are at their version number 100 (plain integer 100 and not 100.0)
But when I put 1 for the value of CFBundleShortVersionString in my Info.plist file,
I have this CodePush error:
Why does CodePush block a plain integer version number?
It should allow me to use 1 as a version number.
The text was updated successfully, but these errors were encountered: