generated from bitwarden/template
-
Notifications
You must be signed in to change notification settings - Fork 32
/
project.yml
479 lines (473 loc) · 14.5 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
name: Bitwarden
fileGroups:
- Configs
- Docs
configs:
Debug: debug
Release: release
options:
createIntermediateGroups: true
deploymentTarget:
iOS: 15.0
watchOS: 8.0
groupSortPosition: top
usesTabs: false
indentWidth: 4
tabWidth: 4
settings:
MARKETING_VERSION: 2024.6.0 # Bump this for a new version update.
CURRENT_PROJECT_VERSION: 1
include:
- path: Configs/local-sdk.yml
relativePaths: false
enable: ${LOCAL_SDK}
packages:
BitwardenSdk:
url: https://github.com/bitwarden/sdk-swift
revision: 02332b257970cde14e48a8708e12e722f4a236d9
branch: unstable
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
exactVersion: 10.24.0
Networking:
path: Networking
SwiftUIIntrospect:
url: https://github.com/siteline/SwiftUI-Introspect
exactVersion: 1.3.0
SnapshotTesting:
url: https://github.com/pointfreeco/swift-snapshot-testing
exactVersion: 1.17.5
ViewInspector:
url: https://github.com/nalexn/ViewInspector
exactVersion: 0.10.0
schemes:
AuthenticatorBridgeKit:
build:
targets:
AuthenticatorBridgeKit: all
AuthenticatorBridgeKitTests: [test]
test:
gatherCoverageData: true
targets:
- AuthenticatorBridgeKitTests
Bitwarden:
build:
targets:
Bitwarden: all
BitwardenTests: [test]
test:
commandLineArguments:
"-testing": true
environmentVariables:
TZ: UTC
gatherCoverageData: true
language: en
region: US
coverageTargets:
- AuthenticatorBridgeKit
- Bitwarden
- BitwardenActionExtension
- BitwardenAutoFillExtension
- BitwardenShareExtension
- BitwardenShared
targets:
- AuthenticatorBridgeKitTests
- BitwardenTests
- BitwardenActionExtensionTests
- BitwardenAutoFillExtensionTests
- BitwardenShareExtensionTests
- BitwardenSharedTests
- package: Networking/NetworkingTests
BitwardenActionExtension:
build:
targets:
BitwardenActionExtension: all
BitwardenActionExtensionTests: [test]
test:
environmentVariables:
TZ: UTC
gatherCoverageData: true
language: en
region: US
targets:
- BitwardenActionExtensionTests
BitwardenAutoFillExtension:
build:
targets:
BitwardenAutoFillExtension: all
BitwardenAutoFillExtensionTests: [test]
test:
environmentVariables:
TZ: UTC
gatherCoverageData: true
language: en
region: US
targets:
- BitwardenAutoFillExtensionTests
BitwardenShareExtension:
build:
targets:
BitwardenShareExtension: all
BitwardenShareExtensionTests: [test]
test:
environmentVariables:
TZ: UTC
gatherCoverageData: true
language: en
region: US
targets:
- BitwardenShareExtensionTests
BitwardenShared:
build:
targets:
BitwardenShared: all
BitwardenSharedTests: [test]
test:
commandLineArguments:
"-testing": true
environmentVariables:
TZ: UTC
gatherCoverageData: true
language: en
region: US
targets:
- BitwardenSharedTests
BitwardenWatchApp:
build:
targets:
BitwardenWatchApp: all
BitwardenWatchWidgetExtension:
build:
targets:
BitwardenWatchWidgetExtension: all
targets:
AuthenticatorBridgeKit:
type: framework
platform: iOS
configFiles:
Debug: Configs/AuthenticatorBridgeKit.xcconfig
Release: Configs/AuthenticatorBridgeKit.xcconfig
settings:
base:
APPLICATION_EXTENSION_API_ONLY: true
INFOPLIST_FILE: AuthenticatorBridgeKit/Info.plist
sources:
- path: AuthenticatorBridgeKit
excludes:
- "**/Tests/*"
AuthenticatorBridgeKitTests:
type: bundle.unit-test
platform: iOS
settings:
base:
INFOPLIST_FILE: AuthenticatorBridgeKit/Tests/TestHelpers/Support/Info.plist
sources:
- path: AuthenticatorBridgeKit
includes:
- "**/Tests/*"
dependencies:
- target: AuthenticatorBridgeKit
randomExecutionOrder: true
Bitwarden:
type: application
platform: iOS
configFiles:
Debug: Configs/Bitwarden-Debug.xcconfig
Release: Configs/Bitwarden-Release.xcconfig
settings:
base:
INFOPLIST_FILE: Bitwarden/Application/Support/Info.plist
sources:
- path: Bitwarden
excludes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- "**/swiftgen.yml"
- "**/GoogleService-Info.*.plist"
- "**/__Snapshots__/*"
- path: Bitwarden
includes:
- "**/__Snapshots__/*"
- "**/GoogleService-Info.*.plist"
buildPhase: none
- path: Bitwarden/Application/Support/GoogleService-Info.plist
buildPhase: resources
- path: README.md
buildPhase: none
- path: swiftgen.yml
buildPhase: none
dependencies:
- target: AuthenticatorBridgeKit
- target: BitwardenShared
- target: BitwardenActionExtension
- target: BitwardenAutoFillExtension
- target: BitwardenShareExtension
- target: BitwardenWatchApp
- package: Firebase
product: FirebaseCrashlytics
preBuildScripts:
- path: Scripts/update_acknowledgements.sh
name: "Settings.bundle: Update Acknowledgements"
outputFiles:
- $(SRCROOT)/Bitwarden/Application/Support/Settings.bundle/Acknowledgements.plist
- $(SRCROOT)/Bitwarden/Application/Support/Settings.bundle/Acknowledgements.latest_results.txt
- $(SRCROOT)/Bitwarden/Application/Support/Settings.bundle/Acknowledgements
postCompileScripts:
- script: |
if [[ ! "$PATH" =~ "/opt/homebrew/bin" ]]; then
PATH="/opt/homebrew/bin:$PATH"
fi
mint run swiftlint
name: Swiftlint
basedOnDependencyAnalysis: false
- script: |
if [[ ! "$PATH" =~ "/opt/homebrew/bin" ]]; then
PATH="/opt/homebrew/bin:$PATH"
fi
mint run swiftformat --lint --lenient .
name: SwiftFormat Lint
basedOnDependencyAnalysis: false
postBuildScripts:
- path: Scripts/update_settings_version_number.sh
name: "Settings.bundle: Update Version Number"
basedOnDependencyAnalysis: false
- path: Scripts/upload_dsym_to_crashlytics.sh
name: "Upload dSYM files to Crashlytics"
basedOnDependencyAnalysis: false
inputFiles:
- ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}
- ${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}
BitwardenTests:
type: bundle.unit-test
platform: iOS
settings:
base:
INFOPLIST_FILE: Bitwarden/Application/TestHelpers/Support/Info.plist
sources:
- path: Bitwarden
includes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- path: GlobalTestHelpers
dependencies:
- target: AuthenticatorBridgeKit
- target: Bitwarden
- target: BitwardenShared
- package: SnapshotTesting
- package: ViewInspector
randomExecutionOrder: true
BitwardenActionExtension:
type: app-extension
platform: iOS
configFiles:
Debug: Configs/BitwardenActionExtension.xcconfig
Release: Configs/BitwardenActionExtension.xcconfig
settings:
base:
CODE_SIGN_ENTITLEMENTS: BitwardenActionExtension/Application/Support/BitwardenActionExtension.entitlements
INFOPLIST_FILE: BitwardenActionExtension/Application/Support/Info.plist
sources:
- path: BitwardenActionExtension
excludes:
- "**/*Tests.*"
- "**/TestHelpers/*"
dependencies:
- target: BitwardenShared
BitwardenActionExtensionTests:
type: bundle.unit-test
platform: iOS
settings:
base:
INFOPLIST_FILE: BitwardenActionExtension/Application/TestHelpers/Support/Info.plist
sources:
- path: BitwardenActionExtension
includes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- path: GlobalTestHelpers
dependencies:
- target: BitwardenActionExtension
- target: BitwardenShared
- package: SnapshotTesting
- package: ViewInspector
randomExecutionOrder: true
BitwardenAutoFillExtension:
type: app-extension
platform: iOS
configFiles:
Debug: Configs/BitwardenAutoFillExtension.xcconfig
Release: Configs/BitwardenAutoFillExtension.xcconfig
settings:
base:
CODE_SIGN_ENTITLEMENTS: BitwardenAutoFillExtension/Application/Support/BitwardenAutoFill.entitlements
INFOPLIST_FILE: BitwardenAutoFillExtension/Application/Support/Info.plist
sources:
- path: BitwardenAutoFillExtension
excludes:
- "**/*Tests.*"
- "**/TestHelpers/*"
dependencies:
- target: BitwardenShared
BitwardenAutoFillExtensionTests:
type: bundle.unit-test
platform: iOS
settings:
base:
INFOPLIST_FILE: BitwardenAutoFillExtension/Application/TestHelpers/Support/Info.plist
sources:
- path: BitwardenAutoFillExtension
includes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- path: GlobalTestHelpers
dependencies:
- target: BitwardenAutoFillExtension
- target: BitwardenShared
- package: SnapshotTesting
- package: ViewInspector
randomExecutionOrder: true
BitwardenShareExtension:
type: app-extension
platform: iOS
configFiles:
Debug: Configs/BitwardenShareExtension.xcconfig
Release: Configs/BitwardenShareExtension.xcconfig
settings:
base:
INFOPLIST_FILE: BitwardenShareExtension/Application/Support/Info.plist
CODE_SIGN_ENTITLEMENTS: BitwardenShareExtension/Application/Support/BitwardenShareExtension.entitlements
sources:
- path: BitwardenShareExtension
excludes:
- "**/*Tests.*"
- "**/TestHelpers/*"
dependencies:
- target: BitwardenShared
BitwardenShareExtensionTests:
type: bundle.unit-test
platform: iOS
settings:
base:
INFOPLIST_FILE: BitwardenShareExtension/Application/TestHelpers/Support/Info.plist
sources:
- path: BitwardenShareExtension
includes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- path: GlobalTestHelpers
dependencies:
- target: BitwardenShareExtension
- target: BitwardenShared
- package: SnapshotTesting
- package: ViewInspector
randomExecutionOrder: true
BitwardenShared:
type: framework
platform: iOS
configFiles:
Debug: Configs/BitwardenShared-Debug.xcconfig
Release: Configs/BitwardenShared-Release.xcconfig
settings:
base:
APPLICATION_EXTENSION_API_ONLY: true
DEVELOPMENT_ASSET_PATHS:
- BitwardenShared/UI/Auth/PreviewContent
- BitwardenShared/UI/Platform/PreviewContent
- BitwardenShared/UI/Tools/PreviewContent
- BitwardenShared/UI/Vault/PreviewContent
INFOPLIST_FILE: BitwardenShared/UI/Platform/Application/Support/Info.plist
sources:
- path: BitwardenShared
excludes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- "**/Fixtures/*"
- "**/__Snapshots__/*"
- path: BitwardenShared
includes:
- "**/__Snapshots__/*"
buildPhase: none
- path: BitwardenShared/UI/Platform/Application/Support/Generated/Assets.swift
optional: true
- path: BitwardenShared/UI/Platform/Application/Support/Generated/Fonts.swift
optional: true
- path: BitwardenShared/UI/Platform/Application/Support/Generated/Localizations.swift
optional: true
- path: BitwardenWatchShared
dependencies:
- target: AuthenticatorBridgeKit
- package: BitwardenSdk
- package: Networking
- package: SwiftUIIntrospect
preBuildScripts:
- name: SwiftGen
script: |
if [[ ! "$PATH" =~ "/opt/homebrew/bin" ]]; then
PATH="/opt/homebrew/bin:$PATH"
fi
mint run swiftgen config run --config "swiftgen.yml"
basedOnDependencyAnalysis: false
outputFiles:
- $(SRCROOT)/BitwardenShared/UI/Platform/Application/Support/Generated/Assets.swift
- $(SRCROOT)/BitwardenShared/UI/Platform/Application/Support/Generated/Fonts.swift
- $(SRCROOT)/BitwardenShared/UI/Platform/Application/Support/Generated/Localizations.swift
BitwardenSharedTests:
type: bundle.unit-test
platform: iOS
settings:
base:
BUNDLE_LOADER: "$(TEST_HOST)"
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/Bitwarden.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Bitwarden"
INFOPLIST_FILE: BitwardenShared/UI/Platform/Application/TestHelpers/Support/Info.plist
sources:
- path: BitwardenShared
includes:
- "**/*Tests.*"
- "**/TestHelpers/*"
- "**/Fixtures/*"
- path: GlobalTestHelpers
dependencies:
- target: Bitwarden
- target: BitwardenShared
- package: SnapshotTesting
- package: SnapshotTesting
product: InlineSnapshotTesting
- package: ViewInspector
randomExecutionOrder: true
BitwardenWatchApp:
type: application
platform: watchOS
configFiles:
Debug: Configs/BitwardenWatchApp-Debug.xcconfig
Release: Configs/BitwardenWatchApp-Release.xcconfig
settings:
base:
INFOPLIST_FILE: BitwardenWatchApp/Info.plist
sources:
- path: BitwardenWatchApp
- path: BitwardenWatchShared
- path: BitwardenWatchApp/GoogleService-Info.plist
buildPhase: resources
dependencies:
- target: BitwardenWatchWidgetExtension
- package: Firebase
product: FirebaseCrashlytics
postBuildScripts:
- path: Scripts/upload_watch_dsym_to_crashlytics.sh
name: "Upload watch dSYM files to Crashlytics"
basedOnDependencyAnalysis: false
inputFiles:
- ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}
- ${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}
BitwardenWatchWidgetExtension:
type: app-extension
platform: watchOS
deploymentTarget: 9.0
configFiles:
Debug: Configs/BitwardenWatchWidgetExtension.xcconfig
Release: Configs/BitwardenWatchWidgetExtension.xcconfig
settings:
base:
INFOPLIST_FILE: BitwardenWatchWidgetExtension/Application/Support/Info.plist
sources:
- path: BitwardenWatchWidgetExtension