Skip to content

unipheas/MAVSDK-Swift-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example app using MAVSDK for iOS (Swift)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.7%
  • Other 1.3%