ChargePoint / xcparse

Command line tool & Swift framework for parsing Xcode 11+ xcresult
MIT License
393 stars 47 forks source link

Please add support for `mise` #86

Open Blackjacx opened 10 months ago

Blackjacx commented 10 months ago

Mise is a modern and powerful development tool installer and version manager very similar to asdf. It would be really cool if you could add xcparse to its registry so all people out there can install it using this manager ❤️

Under the hood it uses asdf's plugin system.

The description or the plugin registry can be foud here and the plugin registry repo itself here.

This is the guide for how to create an asdf plugin.