medi-vision
  • Getting Started
  • Installing the iOS App
  • Business Logic
    • Git Repository
  • Handy links
  • JIRA board
  • API Documentation
Powered by GitBook
On this page
  • Prerequisites
  • Cloning the GIT repository

Was this helpful?

Installing the iOS App

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

PreviousGetting Started

Last updated 4 years ago

Was this helpful?

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

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 , then clone it using:

git clone git@git.medi.de:ios/medi_vision_standalone.git

SwiftLint
git repository