- Xcode
Updated versions preferred
- Clone this repo and open the project in Xcode.
- Register your application at Musixmatch. You will get an API Key after registration.
- Add a new
Empty
file at the root of your project and name it asSecrets.txt
. - Add your API key in
Secrets.txt
. The file should contain just the API key like this -xxx1234xxx1234
- Build and run the solution. It should run without any errors.
For additional help in understanding how to build macOS menu bar app using SwiftUI, please check out this project.