-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathproject.yml
38 lines (38 loc) · 1.04 KB
/
project.yml
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
35
36
37
38
name: MAVSDK-Swift-Example
options:
deploymentTarget:
iOS: "14.0"
bundleIdPrefix: io.mavlink.mavsdk
settings:
ENABLE_BITCODE: NO
SWIFT_OBJC_BRIDGING_HEADER: "$(PROJECT_DIR)/MAVSDK-Swift-Example/Helpers/FFMpeg/RtspClient-Bridging-Header.h"
packages:
Mavsdk:
url: https://github.com/MAVLink/MAVSDK-Swift
exactVersion: 1.1.0
FFmpeg-iOS:
url: https://github.com/kewlbear/FFmpeg-iOS
minorVersion: 0.0.3
targets:
MAVSDK_Swift_Example:
type: application
platform: iOS
info:
path: MAVSDK-Swift-Example/Info.plist
properties:
UISupportedInterfaceOrientations:
[
UIInterfaceOrientationPortrait,
UIInterfaceOrientationLandscapeLeft,
UIInterfaceOrientationLandscapeRight,
UIInterfaceOrientationPortraitUpsideDown,
]
settings:
sources: [MAVSDK-Swift-Example]
dependencies:
- package: Mavsdk
product: Mavsdk
- package: Mavsdk
product: MavsdkServer
- package: FFmpeg-iOS
product: FFmpeg-iOS