-
Notifications
You must be signed in to change notification settings - Fork 11
/
project.yml
53 lines (48 loc) · 1.27 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
name: FingerprintJSPro
options:
deploymentTarget:
iOS: 10.0
settings:
MARKETING_VERSION: 1.1.0
CURRENT_PROJECT_VERSION: 2
TARGETED_DEVICE_FAMILY: 1,2
PRODUCT_BUNDLE_IDENTIFIER: com.fingerprintjspro.$(TARGET_NAME)
CODE_SIGN_STYLE: Automatic
packages:
FingerprintJSPro:
path: ./
targets:
FingerprintJSPro:
platform: iOS
type: framework
sources: Sources/FingerprintJSPro
info:
path: Sources/FingerprintJSPro/Resources/Info.plist
properties:
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
Demo:
platform: iOS
type: application
sources: Sources/Demo
info:
path: Sources/Demo/Info.plist
properties:
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
UILaunchStoryboardName: LaunchScreen
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true
dependencies:
- package: FingerprintJSPro
DemoJavaScript:
platform: iOS
deploymentTarget: 14.0
type: application
sources: Sources/DemoJavaScript
settings:
info:
path: Sources/DemoJavaScript/Info.plist
properties:
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
UILaunchStoryboardName: LaunchScreen
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true