Revert "Merge pull request #197 from rnystrom/xcconfig"

This reverts commit c5a5b1600f, reversing
changes made to f9d93e8a95.
This commit is contained in:
Ryan Nystrom
2017-08-08 22:35:19 -04:00
parent c5a5b1600f
commit 5d8990cf0d
11 changed files with 57 additions and 144 deletions

12
Setup.md Normal file
View File

@@ -0,0 +1,12 @@
# Setup
To be able to log in during development, you'll need a Client ID and Client Secret.
To get these, [register](https://github.com/settings/applications/new) 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](https://github.com/rnystrom/Freetime/blob/master/Classes/Other/Secrets.swift) with your values and you're good to go.