An iOS app which shows Xcode plugins ranking.
- iOS 8.0 or later
- Create a new app here.
- Get consumerKey and consumerSecret.
- Write below to SecretConstants.swift.
let GithubKey =
[
"consumerKey": "yourConsumerKey",
"consumerSecret": "yourConsumerSecret"
]
- Open AlcatrazTour.xcworkspace with Xcode and build.