From bb88431693f7308f6dcb2486c9b9cd004993ebb3 Mon Sep 17 00:00:00 2001 From: Anahit Sarao Date: Wed, 19 Jul 2023 09:18:54 -0700 Subject: [PATCH 1/2] Remove Official Support --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fd17a1..1be3a49 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ ![GPL-3.0 licensed][badge-license] [![Build Status](https://github.com/macstadium/ansible-role-xcode/workflows/Publish%20role/badge.svg?branch=master)](https://github.com/macstadium/ansible-role-xcode/actions?query=workflow%3A%22Publish+role%22+branch%3Amaster) +## Official Support Deprecation + +As of July 19, 2023 this is no longer officially supported. The code owner will still maintain and provide long term support, without official guarantee. + +## Summary Installs [Xcode][xcode] on MacOS according to supplied variables. @@ -31,13 +36,12 @@ The major Xcode version to be installed. The way extra packages are installed va xcode_build: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -The path to the `xcodebuild` tool. +The path to the `xcodebuild` tool. xcode_packages_location: /Applications/Xcode.app/Contents/Resources/Packages The directory containing all extra Xcode packages to be installed. - The installation archive extraction timeout in seconds. xcode_xip_extraction_timeout @@ -63,7 +67,7 @@ None. This role was created in 2019 by [MacStadium, Inc][macstadium]. -#### Maintainer(s) +### Maintainer(s) - [Ivan Spasov](https://github.com/ispasov) @@ -72,4 +76,4 @@ This role was created in 2019 by [MacStadium, Inc][macstadium]. [link-license]: https://raw.githubusercontent.com/macstadium/ansible-role-xcode/master/LICENSE [xcode]: https://developer.apple.com/xcode/ [apple-downloads]: https://developer.apple.com/download/more/ -[spotlight]: https://support.apple.com/en-us/HT204014 \ No newline at end of file +[spotlight]: https://support.apple.com/en-us/HT204014 From 21b2e8c7d21d29a69f8e4c9b1d3f5c7be9ceccf8 Mon Sep 17 00:00:00 2001 From: Anahit Sarao Date: Tue, 7 May 2024 07:24:39 -0700 Subject: [PATCH 2/2] Update README.md Bump Date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be3a49..3387740 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Official Support Deprecation -As of July 19, 2023 this is no longer officially supported. The code owner will still maintain and provide long term support, without official guarantee. +As of May 7, 2024, this is no longer officially supported. The code owner will maintain and provide long-term support without an official guarantee. ## Summary