Replies: 3 comments 3 replies
-
cc @pepicrft |
Beta Was this translation helpful? Give feedback.
-
yes but they are currently hardcoded |
Beta Was this translation helpful? Give feedback.
-
Using
Similarly, how involved is the installation? It's been a long time since I last had to automate the installation in a macOS environment, but I don't remember it being many lines of code. My point is that it might be possible to install it without dependencies. |
Beta Was this translation helpful? Give feedback.
-
I'd like to try my hand at developing a mise plugin for managing Xcode versions. Unfortunately, Xcode releases are done in a pretty non-standard way. Apple doesn't publish version information on GitHub or in git tags (it's tracked manually by the community at https://xcodereleases.com), and installing Xcode versions is a non-trivial process, requiring authentication with an Apple ID.
Relying on a couple dependencies would make an Xcode version plugin way easier. Specifically, using
jq
to parse the JSON api provided by xcodereleases.com andxcodes
to handle authentication and installation of Xcode versions.Is there any precedent for a mise plugin depending on other mise plugins?
Beta Was this translation helpful? Give feedback.
All reactions