Repository: cordova-docs Updated Branches: refs/heads/master c0e235764 -> 06cb8cf03
resort and group attributes of widget table This closes #740 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/06cb8cf0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/06cb8cf0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/06cb8cf0 Branch: refs/heads/master Commit: 06cb8cf037d8e77f8626c08544cf1a1f02aa4059 Parents: c0e2357 Author: Jan Piotrowski <[email protected]> Authored: Thu Sep 28 18:38:04 2017 +0200 Committer: Audrey So <[email protected]> Committed: Wed Oct 4 11:05:32 2017 -0700 ---------------------------------------------------------------------- www/docs/en/dev/config_ref/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/06cb8cf0/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 b42972e..84db484 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -63,14 +63,14 @@ Attributes(type) <br/> <span class="sub-header">Only for platform:</span> | Desc id(string) | *Required* <br/> Specifies the app's reverse-domain identifier. 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. -android-packageName(string) <br/> ==Android== | Alternative package name for Android, overrides `id`. -android-activityName(string) <br/> ==Android== | Set the activity name for your app in AndroidManifest.xml. Note that this is only set once after the Android platform is first added. -ios-CFBundleIdentifier(string) <br/> ==iOS== | Alternative bundle id for iOS. Overrides `id`. 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) +android-packageName(string) <br/> ==Android== | Alternative package name for Android, overrides `id`. +ios-CFBundleIdentifier(string) <br/> ==iOS== | Alternative bundle id for iOS. Overrides `id`. packageName(string) <br/> ==Windows== | *Default: Cordova.Example* <br/> Package name for Windows. +defaultlocale <br /> ==iOS== | Specified the default language of the app, as an IANA language code. +android-activityName(string) <br/> ==Android== | Set the activity name for your app in AndroidManifest.xml. Note that this is only set once after the Android platform is first added. xmlns(string) | *Required* <br/> Namespace for the config.xml document. xmlns:cdv(string) | *Required* <br/> Namespace prefix. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
