diff --git a/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson b/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson index 410b64b5bcd1..a67f18019279 100644 --- a/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson @@ -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", diff --git a/Tasks/XcodeV5/task.json b/Tasks/XcodeV5/task.json index 85b131456d72..c25fdc650305 100644 --- a/Tasks/XcodeV5/task.json +++ b/Tasks/XcodeV5/task.json @@ -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" ], @@ -96,6 +96,7 @@ "10": "Xcode 10", "11": "Xcode 11", "12": "Xcode 12", + "13": "Xcode 13", "default": "Default", "specifyPath": "Specify path" } diff --git a/Tasks/XcodeV5/task.loc.json b/Tasks/XcodeV5/task.loc.json index e4b940a28852..4e3de9faa157 100644 --- a/Tasks/XcodeV5/task.loc.json +++ b/Tasks/XcodeV5/task.loc.json @@ -12,7 +12,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 193, + "Minor": 198, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -96,6 +96,7 @@ "10": "Xcode 10", "11": "Xcode 11", "12": "Xcode 12", + "13": "Xcode 13", "default": "Default", "specifyPath": "Specify path" }