File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
.swiftpm/xcode/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
# These need to be on a single line or else the formatting won't validate.
22
- pod : ["FirebaseInAppDistribution ", "FirebaseDynamicLinks", "FirebaseInAppMessaging"]
22
+ pod : ["FirebaseAppDistribution ", "FirebaseDynamicLinks", "FirebaseInAppMessaging"]
23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
- name : Setup Bundler
Original file line number Diff line number Diff line change 482
482
ReferencedContainer = " container:" >
483
483
</BuildableReference >
484
484
</BuildActionEntry >
485
+ <BuildActionEntry
486
+ buildForTesting = " YES"
487
+ buildForRunning = " YES"
488
+ buildForProfiling = " YES"
489
+ buildForArchiving = " YES"
490
+ buildForAnalyzing = " YES" >
491
+ <BuildableReference
492
+ BuildableIdentifier = " primary"
493
+ BlueprintIdentifier = " FirebaseMLModelDownloader"
494
+ BuildableName = " FirebaseMLModelDownloader"
495
+ BlueprintName = " FirebaseMLModelDownloader"
496
+ ReferencedContainer = " container:" >
497
+ </BuildableReference >
498
+ </BuildActionEntry >
485
499
</BuildActionEntries >
486
500
</BuildAction >
487
501
<TestAction
630
644
ReferencedContainer = " container:" >
631
645
</BuildableReference >
632
646
</TestableReference >
647
+ <TestableReference
648
+ skipped = " NO" >
649
+ <BuildableReference
650
+ BuildableIdentifier = " primary"
651
+ BlueprintIdentifier = " FirebaseMLModelDownloaderUnit"
652
+ BuildableName = " FirebaseMLModelDownloaderUnit"
653
+ BlueprintName = " FirebaseMLModelDownloaderUnit"
654
+ ReferencedContainer = " container:" >
655
+ </BuildableReference >
656
+ </TestableReference >
633
657
</Testables >
634
658
</TestAction >
635
659
<LaunchAction
You can’t perform that action at this time.
0 commit comments