/AlcatrazTour

An iOS app which shows Xcode plugins ranking.

Primary LanguageSwiftMIT LicenseMIT

AlcatrazTour

An iOS app which shows Xcode plugins ranking.

appstore

Screen Shots

ss1 ss1

Requirements

  • iOS 8.0 or later

How to build?

  1. Create a new app here.
  2. Get consumerKey and consumerSecret.
  3. Write below to SecretConstants.swift.
let GithubKey =
[
    "consumerKey": "yourConsumerKey",
    "consumerSecret": "yourConsumerSecret"
]
  1. Open AlcatrazTour.xcworkspace with Xcode and build.