From 8e47ccfc4023e101803f051c97373839847ca4a5 Mon Sep 17 00:00:00 2001 From: "konstantin.tyukalov" Date: Tue, 14 Dec 2021 13:54:22 +0300 Subject: [PATCH 1/2] [XcodeV5] Add Xcode 13 support to task options --- Tasks/XcodeV5/task.json | 3 ++- Tasks/XcodeV5/task.loc.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tasks/XcodeV5/task.json b/Tasks/XcodeV5/task.json index 85b131456d72..2d814ce8901e 100644 --- a/Tasks/XcodeV5/task.json +++ b/Tasks/XcodeV5/task.json @@ -12,7 +12,7 @@ "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.", @@ -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" } From 7149889c00d6b3b584840e5cc6888dd0e45e5449 Mon Sep 17 00:00:00 2001 From: "konstantin.tyukalov" Date: Tue, 14 Dec 2021 13:58:14 +0300 Subject: [PATCH 2/2] [XcodeV5] Update release notes description of task --- Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/XcodeV5/task.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 2d814ce8901e..c25fdc650305 100644 --- a/Tasks/XcodeV5/task.json +++ b/Tasks/XcodeV5/task.json @@ -15,7 +15,7 @@ "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" ],