Skip to content

Commit

Permalink
[XcodeV5] Added Xcode 11 to the version selector (#12936)
Browse files Browse the repository at this point in the history
Added possibility to pick Xcode version 11 from the version selector.
  • Loading branch information
alexander-smolyakov authored May 21, 2020
1 parent 33d0382 commit 17dd7c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613730) or [see the Xcode documentation](https://developer.apple.com/xcode/)",
"loc.description": "Build, test, or archive an Xcode workspace on macOS. Optionally package an app.",
"loc.instanceNameFormat": "Xcode $(actions)",
"loc.releaseNotes": "This version of the task is compatible with Xcode 8, Xcode 9 and Xcode 10. Features that were solely to maintain compatibility with Xcode 7 have been removed. This task has better options for using Microsoft-hosted macOS agents.",
"loc.releaseNotes": "This version of the task is compatible with Xcode 8 - 11. Features that were solely to maintain compatibility with Xcode 7 have been removed. This task has better options for using Microsoft-hosted macOS agents.",
"loc.group.displayName.sign": "Signing & provisioning",
"loc.group.displayName.package": "Package options",
"loc.group.displayName.devices": "Devices & simulators",
Expand Down
7 changes: 4 additions & 3 deletions Tasks/XcodeV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 152,
"Patch": 1
"Minor": 170,
"Patch": 0
},
"releaseNotes": "This version of the task is compatible with Xcode 8, Xcode 9 and Xcode 10. Features that were solely to maintain compatibility with Xcode 7 have been removed. This task has better options for using Microsoft-hosted macOS agents.",
"releaseNotes": "This version of the task is compatible with Xcode 8 - 11. Features that were solely to maintain compatibility with Xcode 7 have been removed. This task has better options for using Microsoft-hosted macOS agents.",
"demands": [
"xcode"
],
Expand Down Expand Up @@ -94,6 +94,7 @@
"8": "Xcode 8",
"9": "Xcode 9",
"10": "Xcode 10",
"11": "Xcode 11",
"default": "Default",
"specifyPath": "Specify path"
}
Expand Down
5 changes: 3 additions & 2 deletions Tasks/XcodeV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 152,
"Patch": 1
"Minor": 170,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"demands": [
Expand Down Expand Up @@ -94,6 +94,7 @@
"8": "Xcode 8",
"9": "Xcode 9",
"10": "Xcode 10",
"11": "Xcode 11",
"default": "Default",
"specifyPath": "Specify path"
}
Expand Down

0 comments on commit 17dd7c0

Please sign in to comment.