Files
GitHawk/Setup.md
Ryan Nystrom 5d8990cf0d Revert "Merge pull request #197 from rnystrom/xcconfig"
This reverts commit c5a5b1600f, reversing
changes made to f9d93e8a95.
2017-08-08 22:35:19 -04:00

692 B

Setup

To be able to log in during development, you'll need a Client ID and Client Secret. To get these, register a new OAuth application on GitHub.

Registering

Here, you will need to fill in an Application name, Homepage URL and Authorization callback URL. Make sure the Authorization callback URL is set to freetime://. The others can be filled in as you wish.

You'll be redirected to the application page where you can access your Client ID and Client Secret. Simply change the standard values in Secrets.swift with your values and you're good to go.