forked from mavlink/MAVSDK-Swift-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
34 lines (34 loc) · 914 Bytes
/
project.yml
File metadata and controls
34 lines (34 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: MAVSDK-Swift-Example
options:
deploymentTarget:
iOS: "13.0"
bundleIdPrefix: io.mavlink.mavsdk
settings:
ENABLE_BITCODE: NO
packages:
MAVSDK-Swift:
url: https://github.com/mavlink/MAVSDK-Swift
minorVersion: 0.9.0
targets:
MAVSDK_Swift_Example:
type: application
platform: iOS
info:
path: MAVSDK-Swift-Example/Info.plist
properties:
UILaunchStoryboardName: LaunchScreen
UIMainStoryboardFile: Main
UISupportedInterfaceOrientations:
[
UIInterfaceOrientationPortrait,
UIInterfaceOrientationLandscapeLeft,
UIInterfaceOrientationLandscapeRight,
UIInterfaceOrientationPortraitUpsideDown,
]
settings:
sources: [MAVSDK-Swift-Example]
dependencies:
- package: MAVSDK-Swift
product: MAVSDK_Swift
- package: MAVSDK-Swift
product: MavsdkServer