CONTRIBUTING.md

January 2, 2021 ยท View on GitHub

Tools required

  1. Xcode

Updated versions preferred

Steps

  1. Clone this repo and open the project in Xcode.
  2. Register your application at Musixmatch. You will get an API Key after registration.
  3. Add a new Empty file at the root of your project and name it as Secrets.txt.
  4. Add your API key in Secrets.txt. The file should contain just the API key like this - xxx1234xxx1234
  5. 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.