forked from mavlink/MAVSDK-Swift-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
42 lines (42 loc) · 1.39 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
39
40
41
42
name: MAVSDK-Swift-Example
options:
deploymentTarget:
iOS: "11.2"
bundleIdPrefix: io.mavlink.mavsdk
settings:
ENABLE_BITCODE: NO
targets:
MAVSDK_Swift_Example:
type: application
platform: iOS
info:
path: Sources/MAVSDK-Swift-Example/Info.plist
properties:
UILaunchStoryboardName: LaunchScreen
UIMainStoryboardFile: Main
UISupportedInterfaceOrientations: [UIInterfaceOrientationPortrait, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight, UIInterfaceOrientationPortraitUpsideDown]
settings:
configs:
debug:
SWIFT_OBJC_BRIDGING_HEADER: "Sources/MAVSDK-Swift-Example/MAVSDK-Swift-Example-Bridging-Header.h"
release:
SWIFT_OBJC_BRIDGING_HEADER: "Sources/MAVSDK-Swift-Example/MAVSDK-Swift-Example-Bridging-Header.h"
sources: [Sources/MAVSDK-Swift-Example]
dependencies:
- carthage: mavsdk_server
- carthage: BoringSSL
- carthage: CgRPC
- carthage: MAVSDK_Swift
- carthage: MobileVLCKit
embed: false
- carthage: RxBlocking
- carthage: RxSwift
- carthage: SwiftGRPC
- carthage: SwiftProtobuf
- sdk: AVFoundation.framework
- sdk: AudioToolbox.framework
- sdk: CoreMedia.framework
- sdk: libbz2.tbd
- sdk: libiconv.tbd
- sdk: VideoToolbox.framework
directlyEmbedCarthageDependencies: true