A simple fusee-launcher frontend for macOS (Universal). Supports macOS >= 10.9.
It has libusb statically linked, so you don't need to install anything else to use it.
All credit to Qriad who made the original launcher - this is merely a frontend.
Usage
Please note - the app will not work unless you move it outside of the distribution .dmg.
How to create
.app builds can be found on the release page. You can also build from the repo, if you wish.
- Make sure you have Xcode installed.
- Clone the libusb repository.
- Build the libusb dynamic library according to their instructions.
- Rename the produced
libusb-....dylib
tolibusb.lib
. - Move
libusb.lib
to theassets/
folder of this repository. chmod +x create_app.sh
./create_app.sh
- You're done - the app is located in the
dist
subfolder.