You can clone the git repository from github (1), or just download a zip file that contains the project (2).
-
Clone the git repository on your destination folder:
git clone https://github.com/rodrigosuhr/WhenHubHackathon.git -
Download this zip file and unzip it in your destination folder.
-
Open the project in Xcode:
double click on your_destination_folder/WhenHubHackathon/WhenHubApp.xcworkspace -
In the file WhenHubAPIConstants.swift, change the property ACCESS_TOKEN, filling it with your own access token string:
import Foundation class WhenHubAPIConstants { static let ACCESS_TOKEN = "AccessTokenString" }
-
Run the project in Xcode, choosing any iPhone simulator.