* minor string changes
This commit is contained in:
Madhuri Gummalla 2016-08-22 14:47:50 -04:00 коммит произвёл GitHub
Родитель 72ef0f54a8
Коммит 4f8a6134d9
4 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -87,11 +87,11 @@ Allows you to release updates to your iOS TestFlight beta app or production app
2. **Upload Metadata** *(Checkbox)* - Upload app metadata to the App Store (e.g. title, description, changelog).
3. **Metadata Path** *(File path)* - Path to the Metadata to publish.
3. **Metadata Path** *(File path)* - Path to the metadata to publish.
4. **Upload Screenshots** *(Checkbox)* - Upload screenshots of the app to the App Store.
5. **Screenshots Path** *(File path)* - Path to the Screenshots to publish.
5. **Screenshots Path** *(File path)* - Path to the screenshots to publish.
6. **Submit for Review** *(Checkbox)* - Automatically submit the new version for review after the upload is completed.

Просмотреть файл

@ -2,7 +2,7 @@
"id": "CBBF7F14-C386-4C1F-80A3-FE500E2BD976",
"name": "AppStorePromote",
"friendlyName": "App Store Promote",
"description": "VSTS Task to release a build already in iTunes Connect to the Apple Store",
"description": "Release a build in iTunes Connect to the Apple App Store",
"author": "Microsoft Corporation",
"category": "Deploy",
"visibility": [
@ -109,7 +109,7 @@
"label": "Team Id",
"required": false,
"groupName": "advanced",
"helpMarkDown": "The id of your team if you are in multiple teams"
"helpMarkDown": "The ID of your team if you are in multiple teams"
},
{
"name": "teamName",

Просмотреть файл

@ -2,7 +2,7 @@
"id": "2e371150-da5e-11e5-83da-0943b1acc572",
"name": "AppStoreRelease",
"friendlyName": "App Store Release",
"description": "VSTS Task to release your ios app to the Apple Store",
"description": "Release an iOS app to the Apple App Store",
"author": "Microsoft Corporation",
"category": "Deploy",
"visibility": [
@ -83,7 +83,7 @@
"label": "Binary Path",
"defaultValue": "",
"required": true,
"helpMarkDown": "Path to the binary to publish."
"helpMarkDown": "Path to the binary to publish (i.e. IPA)."
},
{
"name": "releaseTrack",
@ -123,7 +123,7 @@
"label": "Metadata Path",
"defaultValue": "",
"required": false,
"helpMarkDown": "Path to the Metadata to publish.",
"helpMarkDown": "Path to the metadata to publish.",
"groupName": "releaseOptions",
"visibleRule": "uploadMetadata = true"
},
@ -143,7 +143,7 @@
"label": "Screenshots Path",
"defaultValue": "",
"required": false,
"helpMarkDown": "Path to the Screenshots to publish.",
"helpMarkDown": "Path to the screenshots to publish.",
"groupName": "releaseOptions",
"visibleRule": "uploadScreenshots = true"
},
@ -193,7 +193,7 @@
"label": "Skip Submission",
"required": false,
"defaultValue": false,
"helpMarkDown": "Upload the ipa but don't distribute it to the testers.",
"helpMarkDown": "Upload the IPA but don't distribute it to the testers.",
"groupName": "releaseOptions",
"visibleRule": "releaseTrack = TestFlight"
},
@ -203,7 +203,7 @@
"label": "Team Id",
"required": false,
"groupName": "advanced",
"helpMarkDown": "The id of your team if you are in multiple teams."
"helpMarkDown": "The ID of your team if you are in multiple teams."
},
{
"name": "teamName",

Просмотреть файл

@ -79,11 +79,11 @@ Allows you to release updates to your iOS TestFlight beta app or production app
2. **Upload Metadata** *(Checkbox)* - Upload app metadata to the App Store (e.g. title, description, changelog).
3. **Metadata Path** *(File path)* - Path to the Metadata to publish.
3. **Metadata Path** *(File path)* - Path to the metadata to publish.
4. **Upload Screenshots** *(Checkbox)* - Upload screenshots of the app to the App Store.
5. **Screenshots Path** *(File path)* - Path to the Screenshots to publish.
5. **Screenshots Path** *(File path)* - Path to the screenshots to publish.
6. **Submit for Review** *(Checkbox)* - Automatically submit the new version for review after the upload is completed.