mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Replace Prefire with a very similar but simpler and more direct approach * Move PreviewTest snapshots to their new location (snapshotting default, mirrors UITests) * Update acknowledgements * Switch snapshot configuration extensions to a custom version * Exclude snapshots from the PreviewTests target * Fix acknowledgements * Rename snapshotting preference keys * Remove `skipPackagePluginValidation`
13 lines
359 B
YAML
13 lines
359 B
YAML
sources:
|
|
include:
|
|
- ../../ElementX
|
|
exclude:
|
|
- ../../ElementX/Sources/Mocks/SDK
|
|
templates:
|
|
- AutoMockable.stencil
|
|
output:
|
|
../../ElementX/Sources/Mocks/Generated/GeneratedMocks.swift
|
|
args:
|
|
automMockableTestableImports: []
|
|
autoMockableImports: [AnalyticsEvents, AVFoundation, Combine, Foundation, LocalAuthentication, MatrixRustSDK, SwiftUI]
|