-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.yml
46 lines (46 loc) · 1.11 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
name: MobileSdk
options:
bundleIdPrefix: com.spruceid.mobile.sdk
packages:
SpruceIDMobileSdkRs:
url: https://github.com/spruceid/mobile-sdk-rs
from: 0.2.1
SwiftAlgorithms:
url: https://github.com/apple/swift-algorithms
from: 1.2.0
SwiftLint:
url: https://github.com/realm/SwiftLint
from: 0.54.0
settings:
ENABLE_USER_SCRIPT_SANDBOXING: YES
GENERATE_INFOPLIST_FILE: YES
DEVELOPMENT_TEAM: FZVYR3KYL4
targets:
MobileSdk:
type: library.dynamic
platform: iOS
deploymentTarget: "14.0"
sources:
- Sources
dependencies:
- package: SpruceIDMobileSdkRs
- package: SwiftAlgorithms
product: Algorithms
scheme:
testTargets:
- MobileSdkTests
info:
path: Info.plist
properties:
NSBluetoothAlwaysUsageDescription: "Secure transmission of mobile DL data"
NSCameraUsageDescription: "QR Code Scanner"
buildToolPlugins:
- plugin: SwiftLintPlugin
package: SwiftLint
MobileSdkTests:
platform: iOS
type: bundle.unit-test
sources:
- Tests
dependencies:
- target: MobileSdk