Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 668 Bytes

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