This repo contains the iOS Source Code for RoveSoRemote, aka RoveSoApple, for the current iteration of the MRDT Rover designed to compete at the University Rover Challenge. The app is developed to run on iPhones running iOS 15.4 or newer.
There are a few steps to get started editing, RoveSoApple
- Clone the repo in an appropriate place, ideally on a Mac.
git clone <url>
- Install CocoaPods
sudo gem install cocoapods
- Install required packages in the RoveSoApple directory
pod install
- Open the xcworkspace file
RoveSoApple/RoveSoApple.xcworkspace
Xcode