Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.15 KB

🚗🚕🚙🚚🚜🚑 Anyway iOS

iOS version for https://github.com/hasadna/anyway

Requirements

Anyway-iOS requires iOS 8.0+ and Xcode 7.2.

Getting Started

  • Install latest version of Xcode 7
  • Fork this repo
  • $ git clone https://github.com/__YOU__/Anyway-iOS.git
  • $ cd Anyway-iOS
  • $ open Anyway.xcworkspace
  • To run on device make sure it has iOS 8 or newer

Cocoapods

This project uses Cocoapods, always use the Anyway.xcworkspace file. Read more here: https://cocoapods.org

Running On Device

Since Xcode 7 we can compile and run Xcode projects without paying the 99$ Developer Account fee. The proccess should be mostly straight forward, if you encounter any issues try reading through this Stackoverflow thread

Contributing

The issues in this repo contain also tasks, TODO's and FIXME's. Feel free to grab one of them and pull-request away...

Please try to follow the Swift API Design Guidelines (don't panic it's pretty concise...)