forked from mavlink/MAVSDK-Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
56 lines (56 loc) · 1.43 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: MAVSDK-Swift
options:
deploymentTarget:
iOS: "9.0"
bundleIdPrefix: io.mavlink.mavsdk
settings:
VALID_ARCHS[sdk=iphonesimulator*]: x86_64
targets:
MAVSDK-Swift:
name: MAVSDK_Swift
type: framework
platform: iOS
info:
path: Sources/MAVSDK-Swift/Info.plist
scheme:
testTargets:
- MAVSDK_SwiftTests
- MAVSDK_SwiftIntegrationTests
sources: [Sources/MAVSDK-Swift]
dependencies:
- carthage: mavsdk_server
- carthage: BoringSSL
- carthage: CgRPC
- carthage: RxSwift
- carthage: SwiftGRPC
- carthage: SwiftProtobuf
MAVSDK-SwiftTests:
name: MAVSDK_SwiftTests
type: bundle.unit-test
platform: iOS
sources: [Sources/MAVSDK-SwiftTests]
dependencies:
- target: MAVSDK_Swift
- carthage: mavsdk_server
- carthage: BoringSSL
- carthage: CgRPC
- carthage: RxBlocking
- carthage: RxSwift
- carthage: RxTest
- carthage: SwiftGRPC
- carthage: SwiftProtobuf
MAVSDK-SwiftIntegrationTests:
name: MAVSDK_SwiftIntegrationTests
type: bundle.unit-test
platform: iOS
sources: [Sources/MAVSDK-SwiftIntegrationTests]
dependencies:
- target: MAVSDK_Swift
- carthage: mavsdk_server
- carthage: BoringSSL
- carthage: CgRPC
- carthage: RxBlocking
- carthage: RxSwift
- carthage: RxTest
- carthage: SwiftGRPC
- carthage: SwiftProtobuf