Installing the iOS App

These instructions will help you get the project up and running on your local machine for development and testing purposes.

Prerequisites

Xcode setup

Make sure your Xcode uses tabs for indentation: Xcode > Preferences > Text Editing > Indentation

Make sure your Xcode uses Unicode as default text encoding Xcode > Preferences > Text Editing > Editing

Make sure your Xcode uses LF for line endings: Xcode > Preferences > Text Editing > Editing.

SwiftLint

SwiftLint is recommended to help you follow Swift code style and conventions.

brew install swiftlint

Cloning the GIT repository

Make sure you have an access to the git repository, then clone it using:

git clone [email protected]:ios/medi_vision_standalone.git

Last updated

Was this helpful?