Github user tripodsan commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/496#discussion_r53429286
--- Diff: www/docs/en/dev/config_ref/index.md ---
@@ -58,7 +58,8 @@ platform. See [Icons and Splash Screens](images.html) for
more information.
id(string) | *Required* <br/> Specifies the app's reverse-domain
identifier, and the `version` its full version number expressed in
major/minor/patch notation.
version(string) | *Required* <br/> Full version number expressed in
major/minor/patch notation.
versionCode(string) | ==Android== <br/> Alternative version for
Android. For further details, see [Android
versioning](http://developer.android.com/tools/publishing/versioning.html)
- CFBundleVersion(string) | ==iOS== <br/> Alternative version for iOS.
For further details, see [iOS
versioning](https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364).
+ ios-CFBundleVersion(string) | ==iOS== <br/> Alternative version for
iOS. For further details, see [iOS
versioning](https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364).
+ osx-CFBundleVersion(string) | ==OS X== <br/> Alternative version for
OS X. For further details, see [OS X
versioning](https://developer.apple.com/library/prerelease/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364).
--- End diff --
cordova-ios uses `ios-CFBundleVersion` (which is wrong in the current doc),
so I thought it would be weird to use the same for osx. I'm all for having the
same attribute for both platforms.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]