Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
[phonegap-build] Add author tag to docs
Browse files Browse the repository at this point in the history
closes #206, closes phonegap/build#497
  • Loading branch information
Ryan Willoughby committed Jun 27, 2016
1 parent 1e05f6d commit a8d8858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/4-phonegap-build/2-configuring/0-index.html.md
Expand Up @@ -40,7 +40,11 @@ The name of the application.
<description>
```

A description for your application.
```xml
<author>
```

The author of the application, either a company or individual (required for Windows 10 builds).

```xml
<platform>
Expand All @@ -54,6 +58,8 @@ You can have zero or more of these elements present in your <code>config.xml</co
<platform name="winphone" />
```

All of the above fields are standard Cordova config.xml tags. For more detailed info about the above elements, and all the others available, see [the Cordova config.xml documentation](http://cordova.apache.org/docs/en/latest/config_ref/index.html). Most of these will work on PhoneGap Build, but if you face issues with any specific tags, [let us know](https://forums.adobe.com/community/phonegap/build).

<a class="anchor" id="example"></a>

## Example Config.xml
Expand Down
2 changes: 1 addition & 1 deletion docs/4-phonegap-build/3-signing/3-windows.html.md
Expand Up @@ -24,7 +24,7 @@ Go to your [PhoneGap Build Account Settings](https://buildstage.phonegap.com/peo

### In addition:

1. The `author` field in your `config.xml` must match the Publisher Display Name from *Windows Dev Center -> Account Settings*, i.e:
1. The `author` field in your `config.xml` is required and must match the Publisher Display Name from *Windows Dev Center -> Account Settings*, i.e:

```xml
<author>Adobe Systems Canada Inc</author>
Expand Down

0 comments on commit a8d8858

Please sign in to comment.