forked from Lotos8754/My-Wallet-V3-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
644 lines (637 loc) · 19.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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
attributes:
ORGANIZATIONNAME: Blockchain Luxembourg S.A
include:
Modules/BlockchainComponentLibrary/project.yml
configs:
Debug Dev: debug
Debug Production: debug
Debug Staging: debug
Debug Alpha: debug
Release Alpha: release
Release: release
Release Internal: release
Release Staging: release
fileGroups:
- README.md
name: Blockchain
options:
bundleIdPrefix: com.rainydayapps
defaultConfig: Release
deploymentTarget:
iOS: '14.0'
groupSortPosition: bottom
platform: iOS
postGenCommand: swift run --package-path scripts/Add\ Test\ Targets/ add_test_targets --configuration release
schemeTemplates:
BlockchainScheme:
analyze:
config: ${debugConfig}
archive:
config: ${releaseConfig}
customArchiveName: Blockchain
build:
targets:
BlockchainApp: build
profile:
config: ${releaseConfig}
run:
config: ${debugConfig}
environmentVariables:
- variable: BLOCKCHAIN_DEBUG_NETWORK_REQUEST
value: "TRUE"
isEnabled: false
- variable: OS_ACTIVITY_MODE
value: disable
isEnabled: false
commandLineArguments:
"-_UIConstraintBasedLayoutLogUnsatisfiable NO": true
test:
config: ${debugConfig}
gatherCoverageData: true
targets:
- name: BlockchainTests
randomExecutionOrder: true
schemes:
Blockchain:
templateAttributes:
debugConfig: Debug Production
releaseConfig: Release
templates:
- BlockchainScheme
Blockchain (Dev):
templateAttributes:
debugConfig: Debug Dev
releaseConfig: Release
templates:
- BlockchainScheme
Blockchain (Internal Production):
templateAttributes:
debugConfig: Debug Production
releaseConfig: Release Internal
templates:
- BlockchainScheme
Blockchain (Staging):
templateAttributes:
debugConfig: Debug Staging
releaseConfig: Release Staging
templates:
- BlockchainScheme
Blockchain (Alpha):
templateAttributes:
debugConfig: Debug Alpha
releaseConfig: Release Alpha
templates:
- BlockchainScheme
settingGroups:
base_ios:
base:
TARGETED_DEVICE_FAMILY: 1
base_signing:
base:
CODE_SIGN_ENTITLEMENTS: Blockchain/Blockchain.entitlements
CODE_SIGN_STYLE: Manual
DEVELOPMENT_TEAM: NZ6PH75U7K
debug_signing_dev:
base:
CODE_SIGN_IDENTITY: iPhone Developer
PROVISIONING_PROFILE_SPECIFIER: match Development com.rainydayapps.Blockchain.dev
groups:
- base_signing
debug_signing_staging:
base:
CODE_SIGN_IDENTITY: iPhone Developer
PROVISIONING_PROFILE_SPECIFIER: match Development com.rainydayapps.Blockchain.staging
groups:
- base_signing
release_signing_staging:
base:
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: match AppStore com.rainydayapps.Blockchain.staging
groups:
- base_signing
debug_signing_alpha:
base:
CODE_SIGN_IDENTITY: iPhone Developer
PROVISIONING_PROFILE_SPECIFIER: match Development com.rainydayapps.Blockchain.alpha
groups:
- base_signing
release_signing_alpha:
base:
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: match AppStore com.rainydayapps.Blockchain.alpha
groups:
- base_signing
debug_signing:
base:
CODE_SIGN_IDENTITY: iPhone Developer
PROVISIONING_PROFILE_SPECIFIER: match Development com.rainydayapps.Blockchain
groups:
- base_signing
release_signing_internal:
base:
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: match AdHoc com.rainydayapps.Blockchain
groups:
- base_signing
release_signing:
base:
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: match AppStore com.rainydayapps.Blockchain
groups:
- base_signing
settings:
base:
CODE_SIGN_STYLE: Manual
ENABLE_BITCODE: false
SUPPORTS_MACCATALYST: false
VALID_ARCHS: arm64
VALID_ARCHS[sdk=iphonesimulator*]: x86_64
configs:
Debug Dev:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD
Debug Production:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD
Debug Staging:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD
Debug Alpha:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD -DALPHA_BUILD
Release Internal:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD
Release Staging:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD
Release Alpha:
OTHER_SWIFT_FLAGS: -DINTERNAL_BUILD -DALPHA_BUILD
packages:
SnapshotTesting:
url: https://github.com/pointfreeco/swift-snapshot-testing
version: 1.9.0
ComposableArchitecture:
url: https://github.com/pointfreeco/swift-composable-architecture
version: 0.42.0
Intercom:
url: https://github.com/intercom/intercom-ios.git
version: 14.0.2
DIKit:
url: https://github.com/dchatzieleftheriou-bc/DIKit.git
branch: safe-property-wrappers-locks
BigInt:
url: https://github.com/attaswift/BigInt.git
version: 5.3.0
RxSwift:
url: https://github.com/ReactiveX/RxSwift.git
version: 6.5.0
RIBs:
url: https://github.com/uber/RIBs.git
version: 0.13.0
Pulse:
url: https://github.com/kean/Pulse.git
version: 2.0.3
Sardine:
url: https://github.com/oliveratkinson-bc/swift-sardine.git
version: 1.0.19
LinkKit:
url: https://github.com/plaid/plaid-link-ios
from: 3.1.0
RecaptchaEnterprise:
url: https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk
from: 18.0.3
Analytics:
path: Modules/Analytics
BlockchainNamespace:
path: Modules/BlockchainNamespace
DelegatedSelfCustody:
path: Modules/DelegatedSelfCustody
FeatureUnifiedActivity:
path: Modules/FeatureUnifiedActivity
RxAnalytics:
path: Modules/RxAnalytics
CommonCrypto:
path: Modules/CommonCrypto
ComposableArchitectureExtensions:
path: Modules/ComposableArchitectureExtensions
CryptoAssets:
path: Modules/CryptoAssets
FeatureApp:
path: Modules/FeatureApp
FeatureAppUpgrade:
path: Modules/FeatureAppUpgrade
FeatureAccountPicker:
path: Modules/FeatureAccountPicker
FeatureActivity:
path: Modules/FeatureActivity
FeatureAddressSearch:
path: Modules/FeatureAddressSearch
FeatureAuthentication:
path: Modules/FeatureAuthentication
FeatureCardPayment:
path: Modules/FeatureCardPayment
FeatureCardIssuing:
path: Modules/FeatureCardIssuing
FeatureCustomerSupport:
path: Modules/FeatureCustomerSupport
FeatureDashboard:
path: Modules/FeatureDashboard
FeatureCryptoDomain:
path: Modules/FeatureCryptoDomain
FeatureCoin:
path: Modules/FeatureCoin
FeatureDebug:
path: Modules/FeatureDebug
FeatureForm:
path: Modules/FeatureForm
FeatureInterest:
path: Modules/FeatureInterest
FeatureKYC:
path: Modules/FeatureKYC
FeatureNFT:
path: Modules/FeatureNFT
Observability:
path: Modules/Observability
FeatureOpenBanking:
path: Modules/FeatureOpenBanking
FeatureOnboarding:
path: Modules/FeatureOnboarding
FeatureProducts:
path: Modules/FeatureProducts
FeatureQRCodeScanner:
path: Modules/FeatureQRCodeScanner
FeatureSettings:
path: Modules/FeatureSettings
FeatureNotificationPreferences:
path: Modules/FeatureNotificationPreferences
FeatureTour:
path: Modules/FeatureTour
FeatureTransaction:
path: Modules/FeatureTransaction
FeatureWithdrawalLocks:
path: Modules/FeatureWithdrawalLocks
FeatureWalletConnect:
path: Modules/FeatureWalletConnect
FeatureStaking:
path: Modules/FeatureStaking
FraudIntelligence:
path: Modules/FraudIntelligence
Keychain:
path: Modules/Keychain
Localization:
path: Modules/Localization
Metadata:
path: Modules/Metadata
Network:
path: Modules/Network
Errors:
path: Modules/Errors
Money:
path: Modules/Money
Permissions:
path: Modules/Permissions
Platform:
path: Modules/Platform
RemoteNotifications:
path: Modules/RemoteNotifications
Test:
path: Modules/Test
Tool:
path: Modules/Tool
Extensions:
path: Modules/Extensions
RxTool:
path: Modules/RxTool
UIComponents:
path: Modules/UIComponents
WalletPayload:
path: Modules/WalletPayload
BlockchainComponentLibrary:
path: Modules/BlockchainComponentLibrary
FeatureAttribution:
path: Modules/FeatureAttribution
FeatureReferral:
path: Modules/FeatureReferral
FeatureUserDeletion:
path: Modules/FeatureUserDeletion
FeatureSuperAppIntro:
path: Modules/FeatureSuperAppIntro
FeatureBackupRecoveryPhrase:
path: Modules/FeatureBackupRecoveryPhrase
FeaturePaymentsIntegration:
path: Modules/FeaturePaymentsIntegration
FeatureUserTagSync:
path: Modules/FeatureUserTagSync
FeatureKYCIntegration:
path: Modules/FeatureKYCIntegration
targets:
BlockchainApp:
configFiles:
Debug Dev: Config/BlockchainConfig/Blockchain-Dev.xcconfig
Debug Production: Config/BlockchainConfig/Blockchain-Production.xcconfig
Debug Staging: Config/BlockchainConfig/Blockchain-Staging.xcconfig
Debug Alpha: Config/BlockchainConfig/Blockchain-Alpha.xcconfig
Release: Config/BlockchainConfig/Blockchain-Production.xcconfig
Release Internal: Config/BlockchainConfig/Blockchain-Production.xcconfig
Release Staging: Config/BlockchainConfig/Blockchain-Staging.xcconfig
Release Alpha: Config/BlockchainConfig/Blockchain-Alpha.xcconfig
dependencies:
- sdk: libicucore.tbd
- framework: Carthage/Build/FirebasePerformance.xcframework
embed: false
- framework: Carthage/Build/FirebaseABTesting.xcframework
embed: false
- framework: Carthage/Build/FirebaseAnalytics.xcframework
embed: false
- framework: Carthage/Build/FirebaseCore.xcframework
embed: false
- framework: Carthage/Build/FirebaseCoreInternal.xcframework
embed: false
- framework: Carthage/Build/FirebaseCoreDiagnostics.xcframework
embed: false
- framework: Carthage/Build/FirebaseCrashlytics.xcframework
embed: false
- framework: Carthage/Build/FirebaseDynamicLinks.xcframework
embed: false
- framework: Carthage/Build/FirebaseInstallations.xcframework
embed: false
- framework: Carthage/Build/FirebaseMessaging.xcframework
embed: false
- framework: Carthage/Build/FirebaseRemoteConfig.xcframework
embed: false
- framework: Carthage/Build/GoogleAppMeasurement.xcframework
embed: false
- framework: Carthage/Build/GoogleDataTransport.xcframework
embed: false
- framework: Carthage/Build/GoogleUtilities.xcframework
embed: false
- framework: Carthage/Build/nanopb.xcframework
embed: false
- framework: Carthage/Build/PromisesObjC.xcframework
embed: false
- framework: Carthage/Build/Sift.xcframework
- package: FeatureAttribution
product: FeatureAttribution
- package: FeatureAccountPicker
- package: FeatureActivity
- package: FeatureAddressSearch
- package: FeatureApp
- package: FeatureAuthentication
- package: FeatureCardPayment
- package: FeatureCardIssuing
- package: FeatureDashboard
- package: FeatureCryptoDomain
- package: FeatureCoin
- package: FeatureCustomerSupport
product: FeatureCustomerSupportUI
- package: FeatureDebug
- package: FeatureForm
- package: FeatureInterest
- package: FeatureNotificationPreferences
- package: FeatureKYC
- package: FeatureKYCIntegration
product: FeatureProveData
- package: FeatureKYCIntegration
product: FeatureProveDomain
- package: FeatureKYCIntegration
product: FeatureProveUI
- package: FeatureNFT
- package: FeatureQRCodeScanner
- package: FeatureOnboarding
- package: FeatureOpenBanking
- package: FeaturePaymentsIntegration
product: FeaturePlaidData
- package: FeaturePaymentsIntegration
product: FeaturePlaidDomain
- package: FeaturePaymentsIntegration
product: FeaturePlaidUI
- package: FeatureProducts
product: FeatureProductsData
- package: FeatureProducts
product: FeatureProductsDomain
- package: FeatureSettings
- package: FeatureTour
- package: FeatureTransaction
- package: FeatureUserDeletion
product: FeatureUserDeletionData
- package: FeatureUserDeletion
product: FeatureUserDeletionDomain
- package: FeatureUserDeletion
product: FeatureUserDeletionUI
- package: FeatureWithdrawalLocks
- package: FeatureWalletConnect
- package: FeatureStaking
product: FeatureStaking
- package: BigInt
- package: ComposableArchitecture
- package: DIKit
- package: RIBs
- package: RxSwift
product: RxCocoa
- package: RxSwift
product: RxRelay
- package: RxSwift
product: RxSwift
- package: Pulse
product: PulseUI
- package: Pulse
- package: Intercom
- package: LinkKit
- package: RecaptchaEnterprise
- package: Analytics
product: AnalyticsKit
- package: BlockchainNamespace
- package: DelegatedSelfCustody
product: DelegatedSelfCustodyKit
- package: FeatureUnifiedActivity
product: FeatureUnifiedActivity
- package: RxAnalytics
product: RxAnalyticsKit
- package: CommonCrypto
product: CommonCryptoKit
- package: CryptoAssets
product: BitcoinCashKit
- package: CryptoAssets
product: BitcoinChainKit
- package: CryptoAssets
product: BitcoinKit
- package: CryptoAssets
product: EthereumKit
- package: CryptoAssets
product: EthereumDataKit
- package: CryptoAssets
product: ERC20Kit
- package: CryptoAssets
product: ERC20DataKit
- package: CryptoAssets
product: StellarKit
- package: Extensions
product: Extensions
- package: Keychain
product: KeychainKit
- package: Localization
product: Localization
- package: Metadata
product: MetadataKit
- package: Metadata
product: MetadataDataKit
- package: Network
product: NetworkKit
- package: Errors
product: Errors
- package: Money
product: MoneyKit
- package: Observability
product: ObservabilityKit
- package: Permissions
product: PermissionsKit
- package: Platform
product: PlatformKit
- package: Platform
product: PlatformDataKit
- package: Platform
product: PlatformUIKit
- package: RemoteNotifications
product: RemoteNotificationsKit
- package: Tool
product: ToolKit
- package: RxTool
product: RxToolKit
- package: UIComponents
product: UIComponents
- package: WalletPayload
product: WalletPayloadKit
- package: WalletPayload
product: WalletPayloadDataKit
- package: FeatureReferral
product: FeatureReferral
- package: FraudIntelligence
product: FraudIntelligence
- package: FeatureSuperAppIntro
product: FeatureSuperAppIntro
- package: Sardine
product: MobileIntelligence
- package: FeatureBackupRecoveryPhrase
product: FeatureBackupRecoveryPhrase
- package: FeatureUserTagSync
product: FeatureUserTagSync
platform: iOS
postBuildScripts:
- name: Run Crashlytics
inputFiles:
- ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}
- ${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}
script: "if [[ -z \"${BITRISE_PROJECT_PATH}\" ]]; then\n exit 0\nfi\n${PROJECT_DIR}/scripts/crashlytics/run"
basedOnDependencyAnalysis: false
postCompileScripts:
- name: Get SSL Certificate
path: Blockchain/Scripts/get_ssl_certificate.sh
basedOnDependencyAnalysis: false
- name: Swiftlint
path: Blockchain/Scripts/swiftlint.sh
basedOnDependencyAnalysis: false
- name: Setup Firebase Environment
path: Blockchain/Scripts/firebase_copy_plist.sh
basedOnDependencyAnalysis: false
- name: Envman BUILT_PRODUCTS_DIR
path: Blockchain/Scripts/export_built_products_dir.sh
basedOnDependencyAnalysis: false
settings:
base:
COMMIT_HASH: ${COMMIT_HASH}
FRAMEWORK_SEARCH_PATHS:
- $(PROJECT_DIR)/Carthage/Build/iOS/
- $(PROJECT_DIR)/Carthage/Build/
OTHER_LDFLAGS:
- -ObjC
SWIFT_OBJC_BRIDGING_HEADER: Blockchain/Blockchain-Bridging-Header.h
OTHER_SWIFT_FLAGS: $(inherited)
WARNING_CFLAGS: $(inherited)
configs:
Debug Dev:
groups:
- debug_signing_dev
- base_ios
Debug Staging:
groups:
- debug_signing_staging
- base_ios
Release Staging:
groups:
- release_signing_staging
- base_ios
Debug Alpha:
groups:
- debug_signing_alpha
- base_ios
Release Alpha:
groups:
- release_signing_alpha
- base_ios
Debug Production:
groups:
- debug_signing
- base_ios
Release:
groups:
- release_signing
- base_ios
Release Internal:
groups:
- release_signing_internal
- base_ios
sources:
- buildPhase:
copyFiles:
destination: resources
group: Blockchain/Cert
optional: true
path: Blockchain/Cert/blockchain.der
- excludes:
- Firebase
- Scripts
- Cert
path: Blockchain
type: application
BlockchainTests:
dependencies:
- target: BlockchainApp
- package: Test
product: TestKit
- package: RxSwift
product: RxTest
- package: RxSwift
product: RxBlocking
platform: iOS
sources:
- path: BlockchainTests
- createIntermediateGroups: true
path: Modules/Test/Sources/TestKit
- createIntermediateGroups: true
path: Modules/Tool/Sources/ToolKitMock
- createIntermediateGroups: true
path: Modules/Network/Sources/NetworkKitMock
- createIntermediateGroups: true
path: Modules/Money/Sources/MoneyDomainKitMock
- createIntermediateGroups: true
path: Modules/Platform/Sources/PlatformKitMock
- createIntermediateGroups: true
path: Modules/Platform/Sources/PlatformUIKitMock
- createIntermediateGroups: true
path: Modules/RemoteNotifications/Sources/RemoteNotificationsKitMock
- createIntermediateGroups: true
path: Modules/FeatureAuthentication/Sources/FeatureAuthenticationMock
- createIntermediateGroups: true
path: Modules/FeatureKYC/Sources/FeatureKYCDomainMock
- createIntermediateGroups: true
path: Modules/FeatureKYC/Sources/FeatureKYCUIMock
- createIntermediateGroups: true
path: Modules/Analytics/Sources/AnalyticsKitMock
- createIntermediateGroups: true
path: Modules/FeatureSettings/Sources/FeatureSettingsDomainMock
- createIntermediateGroups: true
path: Modules/WalletPayload/Sources/WalletPayloadKitMock
type: bundle.unit-test
SnapshotTestsHostApp: # A target only used to host (unit) snapshot tests as they require a hosting app
platform: iOS
sources:
- path: SnapshotTestsHostApp
postBuildScripts:
- path: scripts/fix-snapshot-host-app.sh
name: "[blockchain] Copy Swift Package Manager Generated Bundles"
type: application