An open API service indexing awesome lists of open source software.

https://github.com/rxri/spicetify-macos-helper


https://github.com/rxri/spicetify-macos-helper

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# macOS helper

This is a helper app for macOS that helps populating PATH with spicetify binary, setting up the LaunchAgents and handles URI scheme.

## Building

```bash
# Assuming you've already built spicetify binary
mkdir bin
cp bin/
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcodebuild -project spicetify.xcodeproj -scheme spicetify -configuration [Release|Debug] build SYMROOT="$(pwd)/build"
```

After building, you can find the helper app in `build/[Release|Debug]/spicetify.app`.