Tool Name
xcodes
Homepage / Documentation URL
https://github.com/XcodesOrg/xcodes
What should the resource manage?
Xcodes is a tool for managing xcode versions on a system. It's similar to rbenv or nvm but for xcode versions.
Looking through the docs it looks like that an interactive interface may be required to use xcodes? Can you do research on this? The best possible approach is to allow interactivity (usign stdin: true) and allowing non-interactive installs as well via passing info through parameters.
Xcodes is useful so that all iOS developers are on the same version of xcode all of the time
Installation Notes (optional)
Since xcode is macOS only, we only need to support MacOS for this resource.
Use the most common installation on the github (in this case it looks like installing via homebrew)
Use Cases (optional)
No response
Tool Name
xcodes
Homepage / Documentation URL
https://github.com/XcodesOrg/xcodes
What should the resource manage?
Xcodes is a tool for managing xcode versions on a system. It's similar to rbenv or nvm but for xcode versions.
Looking through the docs it looks like that an interactive interface may be required to use xcodes? Can you do research on this? The best possible approach is to allow interactivity (usign stdin: true) and allowing non-interactive installs as well via passing info through parameters.
Xcodes is useful so that all iOS developers are on the same version of xcode all of the time
Installation Notes (optional)
Since xcode is macOS only, we only need to support MacOS for this resource.
Use the most common installation on the github (in this case it looks like installing via homebrew)
Use Cases (optional)
No response