Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1 KB

README.md

File metadata and controls

38 lines (21 loc) · 1 KB

TourMate

SwiftLint Xcode Tests

CS3217 Team Project

Getting Started

To run this app, clone the repository:

git clone https://github.com/Vielheim/TourMate

Move into the project directory:

cd TourMate

Run the following command to setup the project.

sudo gem install cocoapods
pod install

Note: If you are on Macbook M1, you might face some issues using Cocoapods. Visit this link to resolve any issues.

Finally, open the TourMate.xcworkspace file to open the project on XCode. You will need to change the development team and bundle identifier accordingly to be able to build it locally.