diff --git a/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson b/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson
index 879294102eaa..410b64b5bcd1 100644
--- a/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson
+++ b/Tasks/XcodeV5/Strings/resources.resjson/en-US/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.label.scheme": "Scheme",
"loc.input.help.scheme": "(Optional) Enter a scheme name defined in Xcode. It must be a shared scheme, with its Shared checkbox enabled under Managed Schemes in Xcode. If you specify a Workspace or project path above without specifying a scheme, and the workspace has a single shared scheme, it will be automatically used.",
"loc.input.label.xcodeVersion": "Xcode version",
- "loc.input.help.xcodeVersion": "Specify the target version of Xcode. Select `Default` to use the default version of Xcode on the agent machine. Selecting a version number (e.g. `Xcode 9`) relies on environment variables being set on the agent machine for the version's location (e.g. `XCODE_9_DEVELOPER_DIR=/Applications/Xcode_9.0.0.app/Contents/Developer`). Select `Specify path` to provide a specific path to the Xcode developer directory.",
+ "loc.input.help.xcodeVersion": "Specify the target version of Xcode. Select `Default` to use the default version of Xcode on the agent machine. Selecting a version number (e.g. `Xcode 9`) relies on environment variables being set on the agent machine for the version's location (e.g. `XCODE_9_DEVELOPER_DIR=/Applications/Xcode_9.0.0.app/Contents/Developer`). Select `Specify path` to provide a specific path to the Xcode developer directory.
Note: XCode 12 is installed on macOS-10.15 (or higher)",
"loc.input.label.xcodeDeveloperDir": "Xcode developer path",
"loc.input.help.xcodeDeveloperDir": "(Optional) Enter a path to a specific Xcode developer directory (e.g. `/Applications/Xcode_9.0.0.app/Contents/Developer`). This is useful when multiple versions of Xcode are installed on the agent machine.",
"loc.input.label.packageApp": "Create app package",
diff --git a/Tasks/XcodeV5/task.json b/Tasks/XcodeV5/task.json
index 31df27386433..f1e1a3132353 100644
--- a/Tasks/XcodeV5/task.json
+++ b/Tasks/XcodeV5/task.json
@@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
- "Minor": 179,
+ "Minor": 184,
"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.",
@@ -87,7 +87,7 @@
"type": "pickList",
"label": "Xcode version",
"required": false,
- "helpMarkDown": "Specify the target version of Xcode. Select `Default` to use the default version of Xcode on the agent machine. Selecting a version number (e.g. `Xcode 9`) relies on environment variables being set on the agent machine for the version's location (e.g. `XCODE_9_DEVELOPER_DIR=/Applications/Xcode_9.0.0.app/Contents/Developer`). Select `Specify path` to provide a specific path to the Xcode developer directory.",
+ "helpMarkDown": "Specify the target version of Xcode. Select `Default` to use the default version of Xcode on the agent machine. Selecting a version number (e.g. `Xcode 9`) relies on environment variables being set on the agent machine for the version's location (e.g. `XCODE_9_DEVELOPER_DIR=/Applications/Xcode_9.0.0.app/Contents/Developer`). Select `Specify path` to provide a specific path to the Xcode developer directory.
Note: XCode 12 is installed on macOS-10.15 (or higher)",
"defaultValue": "default",
".comment": "//If you update the options here, be sure to update the Xcode.json build template as well.",
"options": {
@@ -95,6 +95,7 @@
"9": "Xcode 9",
"10": "Xcode 10",
"11": "Xcode 11",
+ "12": "Xcode 12",
"default": "Default",
"specifyPath": "Specify path"
}
diff --git a/Tasks/XcodeV5/task.loc.json b/Tasks/XcodeV5/task.loc.json
index 628076075e1d..a3c04a2400a9 100644
--- a/Tasks/XcodeV5/task.loc.json
+++ b/Tasks/XcodeV5/task.loc.json
@@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
- "Minor": 179,
+ "Minor": 184,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -95,6 +95,7 @@
"9": "Xcode 9",
"10": "Xcode 10",
"11": "Xcode 11",
+ "12": "Xcode 12",
"default": "Default",
"specifyPath": "Specify path"
}