Skip to content

Commit

Permalink
Merge pull request #988 from Icenium/ab-29-docs/app-id
Browse files Browse the repository at this point in the history
Fixing App ID reqs
  • Loading branch information
rosen-vladimirov committed Apr 29, 2015
2 parents 8186949 + b6581f0 commit ad5f981
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/man_pages/project/creation/create-hybrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WARNING: Always run this command in an empty directory or specify `--path` to an
### Attributes
* `<App name>` is the name of the application. The maximum length is 30 characters. You can use only the following characters: A-Z, a-z, 0-9, underscore (_), dot (.), hyphen (-) and space ( ).
* `<Template>` is the source template that you want to use. The default value is `KendoUI.TabStrip`. You can use the following templates: <%=#{cordovaProject.projectTemplatesString}%>.
* `<App ID>` must consist of at least three alphanumeric strings, separated by a dot (.). Each string must start with a letter. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps.
* `<App ID>` must consist of one or more alphanumeric strings, separated by a dot. The strings must be valid uniform type identifiers (UTIs), containing letters, numbers, hyphens, underscores or periods. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps.
<% if(isHtml) { %>
### Command Limitations

Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/creation/create-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Creates a new project for native development from a NativeScript template in the
### Attributes
* `<App name>` is the name of the application. The maximum length is 30 characters. You can use only the following characters: A-Z, a-z, 0-9, underscore (_), dot (.), hyphen (-) and space ( ).
* `<Template>` is the source template that you want to use. The default value is `Blank`. You can use the following templates: <%=#{nativeScriptProject.projectTemplatesString}%>.
* `<App ID>` must consist of at least three alphanumeric strings, separated by a dot (.). Each string must start with a letter. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps.
* `<App ID>` must consist of one or more alphanumeric strings, separated by a dot. The strings must be valid uniform type identifiers (UTIs), containing letters, numbers, hyphens, underscores or periods. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps.
<% if(isHtml) { %>
### Command Limitations

Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/creation/create-screenbuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Creates a new project for hybrid development with Screen Builder. <% if(isHtml)

### Attributes
* `<App name>` is the name of the application. The maximum length is 30 characters. You can use only the following characters: A-Z, a-z, 0-9, underscore (_), dot (.), hyphen (-) and space ( ).
* `<App ID>` must consist of at least three alphanumeric strings, separated by a dot (.). Each string must start with a letter. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps.
* `<App ID>` must consist of one or more alphanumeric strings, separated by a dot. The strings must be valid uniform type identifiers (UTIs), containing letters, numbers, hyphens, underscores or periods. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps.

<% if(isHtml) { %>
### Related Commands
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/creation/init-hybrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more information about how to configure your project properties, see [appbui
* `--appid` - Sets the application identifier for your app.

### Attributes
* `<App ID>` must consist of at least three alphanumeric strings, separated by a dot (.). Each string must start with a letter. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps. If not specified, the application identifier is set to `com.telerik.<current directory name>`.
* `<App ID>` must consist of one or more alphanumeric strings, separated by a dot. The strings must be valid uniform type identifiers (UTIs), containing letters, numbers, hyphens, underscores or periods. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps. If not specified, the application identifier is set to `com.telerik.<current directory name>`.
<% if(isHtml) { %>
This operation creates one or more of the following AppBuilder-specific files, if missing:
* .abproject
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/creation/init-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Initializes an existing NativeScript project for development in the current dire
* `--appid` - Sets the application identifier for your app.

### Attributes
* `<App ID>` must consist of at least three alphanumeric strings, separated by a dot (.). Each string must start with a letter. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps. If not specified, the application identifier is set to `com.telerik.<current directory name>`.
* `<App ID>` must consist of one or more alphanumeric strings, separated by a dot. The strings must be valid uniform type identifiers (UTIs), containing letters, numbers, hyphens, underscores or periods. The application identifier corresponds to the Bundle ID for iOS apps and to the package identifier for Android apps. If not specified, the application identifier is set to `com.telerik.<current directory name>`.

<% if(isHtml) { %>
This operation creates one or more of the following AppBuilder-specific files, if missing:
Expand Down

0 comments on commit ad5f981

Please sign in to comment.