Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | URL of the Mobile Administrator instance Example value: http://localhost:8080 |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 | ||
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build | ||
Value | Value of the Slug property that identifies the Mobile Administrator project
|
Important: | The bundle ID for the Mobile Designer project must match the bundle ID for the Mobile Administrator project. |
Note: | If you do not specify a value for this property, Mobile Designer uses the bundle ID that it generates by using the value of the ios.bundle property from the sdk.properties file, the application name, device name, and language. Because Mobile Designer includes the device name and language in the bundle ID, two devices for the same platform have different bundle IDs. However, Mobile Administrator supports only one bundle ID per platform. Use this property to override the bundle ID Mobile Designer generates for the final binary. |
Platforms | iOS |
Ant tasks | Upload-Binaries Upload-Binaries-Last |
Value | Bundle ID |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | access_token if you want to use an access token for authentication. When you specify access_token, use the mobile.admin.auth.access_token property to provide the access token. Software AG recommends that you use an access token for authentication. basic if you want to use basic authentication. When you specify basic, use the following properties to provide a user name, password, and/or to indicate whether you want Mobile Designer to prompt for a password: |
Note: | This property is only applicable when you set the mobile.admin.use.authentication property to access_token. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | Access token that Mobile Administrator generated for a user account. |
Note: | This property is only applicable when you set the mobile.admin.use.authentication property to basic. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | true if you want Mobile Designer to prompt for a password. If you specify true and you also specify the password in the mobile.admin.basic.auth.pass property, Mobile Designer uses the password you supply at the prompt and ignores the value of the mobile.admin.basic.auth.pass property. false if you do not want Mobile Designer to prompt for a password. If you specify false, be sure to specify the password in the mobile.admin.basic.auth.pass property. |
Note: | This property is only applicable when you set the mobile.admin.use.authentication property to basic. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | User name of a Mobile Administrator user account Be sure to specify a user account that has permissions to act against the Mobile Administrator project that corresponds to the Mobile Designer project. For a description of the required permissions, see Requirements for Using the
Mobile Administrator Plug-in for a Project. |
Note: | This property is only applicable when you set the mobile.admin.use.authentication property to basic. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 | ||
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build | ||
Value | Password of the Mobile Administrator user account.
|
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | Set the value to the project.temp.last.version.properties.file project property |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 | ||
Ant tasks | Upload-Binaries Remote-Multi-Build | ||
Value | INCREMENT if you want Mobile Designer to increment the last version number by one.
LATEST if you want Mobile Designer to use the last version number. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last Remote-Multi-Build |
Value | true if you want to mark the uploaded final binaries as stable. false if the uploaded final binaries are not stable. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Upload-Binaries Upload-Binaries-Last |
Value | true if you want to display a web page containing a link that you can use to download the mobile application if the build is successful. false if you do not want to display a web page containing a link for the application if the build is successful. |
Note: | You create build configurations from Mobile Administrator on the Build tab for the project. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 | ||
Ant tasks | Remote-Multi-Build | ||
Value | true if you want Mobile Designer to use existing build configurations to build targets false if you want Mobile Designer to create new build configuration in the corresponding Mobile Administrator project based on information you supply on the Remote Multi-Build dialogs.
|
Note: | Specify either the mobile.admin.data.transmission.zip.includes property or the mobile.admin.data.transmission.zip.excludes. If you specify both properties, Mobile Designer uses only the mobile.admin.data.transmission.zip.includes property. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Remote-Multi-Build |
Value | Semicolon-separated list of project files and folders to include. Specify the files and folders that are required to remotely build the project. |
Note: | Specify either the mobile.admin.data.transmission.zip.includes property or the mobile.admin.data.transmission.zip.excludes. If you specify both properties, Mobile Designer uses only the mobile.admin.data.transmission.zip.includes property. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Remote-Multi-Build |
Value | Semicolon-separated list of project files and folders to exclude. Specify only files and folders that are not required to remotely build the project. |
Platforms | Android iOS Windows Phone 8.x Windows RT Windows 8 |
Ant tasks | Remote-Multi-Build |
Value | Semicolon-separated list of prefixes that identify the start of file and/or folder names to ignore. Example value: .svn |