-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
188 lines (188 loc) · 5.38 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
name: ReferenceApp
options:
bundleIdPrefix: com.spruceid.mobile
packages:
SpruceIDMobileSdk:
url: https://github.com/spruceid/mobile-sdk-swift
from: 0.3.0
# revision: "9376148"
# path: "../wallet-sdk-swift"
SQLite:
url: https://github.com/stephencelis/SQLite.swift.git
revision: a95fc6df17d108bd99210db5e8a9bac90fe984b8
version: 0.15.3
RiveRuntime:
url: https://github.com/rive-app/rive-ios
revision: fa6c4ee
version: 6.1.6
settings:
ENABLE_USER_SCRIPT_SANDBOXING: YES
ENABLE_MODULE_VERIFIER: YES
DEVELOPMENT_TEAM: FZVYR3KYL4
# "CODE_SIGN_IDENTITY": "Spruce Systems, Inc. (FZVYR3KYL4)"
targets:
App:
type: application
supportedDestinations: [iOS]
platform: iOS
deploymentTarget: "16.4"
sources:
- path: "Targets/App/Sources"
createIntermediateGroups: true
- path: "Resources"
createIntermediateGroups: true
- path: Targets/AppUIKit/Sources/jsonLdContexts
createIntermediateGroups: true
dependencies:
- target: AppAppKit
- target: AppUIKit
- package: RiveRuntime
info:
path: Info.plist
properties:
CFBundleVersion: "0.0.3"
CFBundleShortVersionString: "0.0.3"
CFBundleDisplayName: "SpruceKit Demo"
CFBundleIconName: "AppIcon"
CFBundlePackageType: "APPL"
CFBundleURLTypes:
- CFBundleTypeRole: Viewer
CFBundleURLName: OID4VP
CFBundleURLSchemes:
- openid4vp
- CFBundleTypeRole: Viewer
CFBundleURLName: SPRUCEID
CFBundleURLSchemes:
- spruceid
NSBluetoothAlwaysUsageDescription: "Secure transmission of mobile DL data"
NSCameraUsageDescription: "We need to access your camera for scanning"
ITSAppUsesNonExemptEncryption: "NO"
LSRequiresIPhoneOS: true
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations: {}
UILaunchScreen: {}
UIRequiredDeviceCapabilities:
- armv7
- telephony
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
UIRequiresFullScreen: true
UIUserInterfaceStyle: "Light"
UIAppFonts:
- Inter-Black.ttf
- Inter-BlackItalic.ttf
- Inter-Bold.ttf
- Inter-BoldItalic.ttf
- Inter-ExtraBold.ttf
- Inter-ExtraBoldItalic.ttf
- Inter-ExtraLight.ttf
- Inter-ExtraLightItalic.ttf
- Inter-Italic.ttf
- Inter-Light.ttf
- Inter-LightItalic.ttf
- Inter-Medium.ttf
- Inter-MediumItalic.ttf
- Inter-Regular.ttf
- Inter-Semibold.ttf
- Inter-SemiboldItalic.ttf
- Inter-Thin.ttf
- Inter-ThinItalic.ttf
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: NO
AppAppKit:
type: framework
supportedDestinations: [iOS]
platform: iOS
deploymentTarget: "16.4"
sources:
- path: "Targets/AppAppKit/Sources"
createIntermediateGroups: true
settings:
base:
INFOPLIST_FILE: Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile.kit
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: NO
AppAppKitTests:
type: bundle.unit-test
supportedDestinations: [iOS]
platform: iOS
deploymentTarget: "16.4"
sources:
- path: "Targets/AppAppKit/Tests"
createIntermediateGroups: true
dependencies:
- target: AppAppKit
settings:
base:
INFOPLIST_FILE: Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile.kittests
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: NO
AppUIKit:
type: framework
supportedDestinations: [iOS]
platform: iOS
deploymentTarget: "16.4"
sources:
- path: "Targets/AppUIKit/Sources"
createIntermediateGroups: true
dependencies:
- package: SpruceIDMobileSdk
- package: SQLite
- package: RiveRuntime
settings:
base:
INFOPLIST_FILE: Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile.ui
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: NO
AppUIKitTests:
type: bundle.unit-test
supportedDestinations: [iOS]
platform: iOS
deploymentTarget: "16.4"
sources:
- path: "Targets/AppUIKit/Tests"
createIntermediateGroups: true
dependencies:
- target: AppUIKit
settings:
base:
INFOPLIST_FILE: Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile.uitests
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: NO
configs:
debug: debug
release: release
schemes:
release:
shared: true
build:
targets:
App: [build, archive]
run:
targets:
App: [run]
archive:
config: release
debug:
shared: true
build:
targets:
App: [build, archive]
run:
targets:
App: [run]
archive:
config: debug