From 7b718a2b4a02720baab0130f4a6aba00a4b93e06 Mon Sep 17 00:00:00 2001 From: Alexander Smolyakov Date: Mon, 11 May 2020 17:21:19 +0300 Subject: [PATCH] Add Xcode 11 to the version selector --- .../Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/XcodeV5/task.json | 7 ++++--- Tasks/XcodeV5/task.loc.json | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson b/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson index b23aa5d8958c..9d2d97d0e4a5 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, 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", diff --git a/Tasks/XcodeV5/task.json b/Tasks/XcodeV5/task.json index c793c3ac83f5..00dda4fcaf27 100644 --- a/Tasks/XcodeV5/task.json +++ b/Tasks/XcodeV5/task.json @@ -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" ], @@ -94,6 +94,7 @@ "8": "Xcode 8", "9": "Xcode 9", "10": "Xcode 10", + "11": "Xcode 11", "default": "Default", "specifyPath": "Specify path" } diff --git a/Tasks/XcodeV5/task.loc.json b/Tasks/XcodeV5/task.loc.json index 9d7228cf4d74..1ca4e746e005 100644 --- a/Tasks/XcodeV5/task.loc.json +++ b/Tasks/XcodeV5/task.loc.json @@ -12,8 +12,8 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 152, - "Patch": 1 + "Minor": 170, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "demands": [ @@ -94,6 +94,7 @@ "8": "Xcode 8", "9": "Xcode 9", "10": "Xcode 10", + "11": "Xcode 11", "default": "Default", "specifyPath": "Specify path" }