GitHawkRoutes Save

GitHawk routes and deep links.

Project README

GitHawkRoutes

Strongly-typed deep-links into GitHawk.

Installation

Just add GitHawkRoutes to your Podfile and pod install. Done!

pod 'GitHawkRoutes'

Usage

Create one of the available routes:

import GitHawkRoutes

let repo = RepoRoute(
  owner: "GitHawkApp",
  repo: "GitHawk",
  branch: "master"
)

Then simply use our UIApplication extension to have your app open GitHawk:

UIApplication.shared.open(githawk: repo)

Really, that's it!

Beware using the master branch of this repo as the App Store version of GitHawk may be behind. In that case, the route will just open GitHawk.

Acknowledgements

Open Source Agenda is not affiliated with "GitHawkRoutes" Project. README Source: GitHawkApp/GitHawkRoutes
Stars
54
Open Issues
2
Last Commit
5 years ago
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating