Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Official Support #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 May 7, 2024, this is no longer officially supported. The code owner will maintain and provide long-term support without an official guarantee.

## Summary

Installs [Xcode][xcode] on MacOS according to supplied variables.

Expand Down Expand Up @@ -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
Expand All @@ -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)

Expand All @@ -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
[spotlight]: https://support.apple.com/en-us/HT204014
Loading