/MAVSDK-Swift-Example

Example app using MAVSDK for iOS (Swift)

Primary LanguageSwift

Example app using the Dronecode SDK on iOS

Getting started

  1. Create the Xcode project file from project.yml with xcodegen (that can be installed with Homebrew: $ brew install xcodegen):
xcodegen
  1. Make sure you have RubyGems installed, then install the xcodeproj gem:
gem install --user xcodeproj
  1. Get the dependencies with Carthage:
carthage bootstrap --platform ios
  1. Open DronecodeSDK-Swift-Example.xcodeproj with Xcode.
  2. Set the signing team in the "General" tab of target DronecodeSDK_Swift_Example