CONTRIBUTING.md
January 2, 2021 ยท View on GitHub
Tools required
- Xcode
Updated versions preferred
Steps
- 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
Emptyfile 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.
macOS menu bar app
For additional help in understanding how to build macOS menu bar app using SwiftUI, please check out this project.