You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
In order to install the projects dependencies, run the following Carthage command in the root directory:
carthage update --no-build
GitHub Configuration Instructions
This demo requires you to create a GitHub API token that provides the app with access to content on GitHub.
Create an OAuth application on GitHub and note theClient ID and theClient Secret; also make sure to set theAuthorization callback URL toswiftflowgithub://success as shown here:
OpenCredentials.swift and enter theClient ID and theClient Secret of your OAuth application:
// In order to try out this demo you need to create an OAuth application on GitHub and provide// the credentials here.//// For more instructions take a look at the README.md in this git repository.//// Insert GitHub Token and Secret HereletgitHubClientId=""letgitHubClientSecret=""