Skip to content

Commit

Permalink
[XcodeV5] Add Xcode ver. 13 support (#15602)
Browse files Browse the repository at this point in the history
* Add Xcode 13 support to task options
* Update release notes description of the task
  • Loading branch information
KonstantinTyukalov authored Dec 17, 2021
1 parent 97fd368 commit 862952f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 - 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.releaseNotes": "This version of the task is compatible with Xcode 8 - 13. 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
5 changes: 3 additions & 2 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": 193,
"Minor": 198,
"Patch": 0
},
"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.",
"releaseNotes": "This version of the task is compatible with Xcode 8 - 13. 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 @@ -96,6 +96,7 @@
"10": "Xcode 10",
"11": "Xcode 11",
"12": "Xcode 12",
"13": "Xcode 13",
"default": "Default",
"specifyPath": "Specify path"
}
Expand Down
3 changes: 2 additions & 1 deletion Tasks/XcodeV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 193,
"Minor": 198,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down Expand Up @@ -96,6 +96,7 @@
"10": "Xcode 10",
"11": "Xcode 11",
"12": "Xcode 12",
"13": "Xcode 13",
"default": "Default",
"specifyPath": "Specify path"
}
Expand Down

0 comments on commit 862952f

Please sign in to comment.