Repository: cordova-docs Updated Branches: refs/heads/master af2ede151 -> c35148256
Add docs for defaultlocale to config.xml This allows customizing the default language of the application on iOS. Ref CB-9789 See also https://github.com/apache/cordova-ios/pull/237 This closes #627 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/c3514825 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/c3514825 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/c3514825 Branch: refs/heads/master Commit: c351482561aa3c92a928ddb45520c1059640527c Parents: af2ede1 Author: Darryl Pogue <[email protected]> Authored: Wed Aug 17 16:22:24 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Aug 22 17:50:44 2016 -0700 ---------------------------------------------------------------------- www/docs/en/dev/config_ref/index.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c3514825/www/docs/en/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md index 548dfef..a33fb3c 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -63,6 +63,7 @@ Attributes(type) <br/> <span class="sub-header">Only for platform:</span> | Desc 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. android-versionCode(string) <br/> ==Android== | Alternative version for Android. Sets the [version code](http://developer.android.com/tools/publishing/versioning.html) for the application. See [the Android guide](../guide/platforms/android/index.html#setting-the-version-code) for information on how this attribute may be modified. +defaultlocale <br /> ==iOS== | Specified the default language of the app, as an IANA language code. ios-CFBundleVersion(string) <br/> ==iOS== | 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) <br/> ==OS X== | 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). windows-packageVersion(string) <br/> ==Windows== | Alternative version for Windows. For futher details, see [Windows versioning](https://msdn.microsoft.com/en-us/library/windows/apps/br211441.aspx) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
