Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 739 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 739 Bytes

MAVSDK Swift Starter App

  • This is just a start framework for anyone that wants to start building an iOS app using the MAVSDK-Swift framework. You can download this then change everything for your project. It's just a starter single page app with MAVSDK-Swift imported. Best of luck!

  • Prior to using this you should read through these instructions to make sure you have everything installed correctly.

  1. Clone the project
  2. Go into terminal then proejct folder and run carthage bootstrap --platform ios to download all dependencies.
  3. Set signing and company name in project.
  4. Build to make sure everything compiled correctly.
  5. Start building your app.