Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 575 Bytes

NCL City Sensors AR App

Dissertation Project for MSc Cloud Computing to develop an AR App for iOS

Setup

  1. Get the latest version of Xcode from the App Store.
  2. Install Xcode Comman Line Tools through the terminal:
xcode-select --install
  1. Make sure you have CocoaPods installed:
sudo gem install cocoapods
  1. Go to the repo root directory and install all required dependencies:
pod install
  1. Close all running Xcode applications and open the newly generated CitySensors.xcworkspace file.
  2. Build and run the project as usual.