Official iOS apps for HackIllinois. Please read this README before continuing.
Master only hosts released versions of the Hackillinois application. Currently 1.0.1 build(1).
Dev hosts a semi-stable version of the next release and all work should be done on branches off dev and commited via PR's.
- Cocoapods
- XCode 9
- Swift 4
- iOS 11.0
git clone https://github.com/HackIllinois/iOS.git
cd iOS
pod install
open Hackillinois.xcworkspace
Remember you must use the .xcworkspace file for development, rather than the .xcodeproj file.