https://github.com/rxri/spicetify-macos-helper
https://github.com/rxri/spicetify-macos-helper
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rxri/spicetify-macos-helper
- Owner: rxri
- License: gpl-3.0
- Archived: true
- Created: 2024-07-20T21:55:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T19:05:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:37:06.704Z (over 1 year ago)
- Language: Swift
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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`.