Skip to content

HackIllinois/iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 23, 2019
7c942e2 · Feb 23, 2019
Dec 30, 2018
Feb 21, 2019
Feb 21, 2019
Feb 21, 2019
Feb 21, 2019
Jun 29, 2016
Jun 29, 2016
Jun 29, 2016
Feb 3, 2019
Jan 15, 2019
Feb 23, 2018
Feb 8, 2019
Jan 9, 2019

Repository files navigation

iOS

Official iOS apps for HackIllinois. Please read this README before continuing.

Branch Information

master Build Status

Master only hosts released versions of the Hackillinois application. Currently 1.0.1 build(1).

dev Build Status

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.

Requirements

  1. Cocoapods
  2. XCode 9
  3. Swift 4
  4. iOS 11.0

Installation

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.