Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
32 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
32 lines (24 loc) · 1.14 KB

GistList iOS

GistList is a GitHub-integrated task manager for iOS. It keeps your task list synchronized and versioned with Gist. Because your task list is stored in markdown, it's viewable & editable from your browser. Simply navigate to your Gists and your task list will be there. If you like the app, consider starring the repository!

See an Example Gist

https://gist.github.com/aaron9000/3d3e0d82810970bfcd9c

Project Setup

  • brew install awscli
  • brew install xctool
  • sudo gem install shenzhen
  • sudo gem install cocoapods
  • pod install
  • Edit TokensAndKeys.m to taste
  • Update your profiles & app identifiers

Libraries Used

Running the Tests

Run tests via XCode's test runner (cmd + U)

Made by Apptivus