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

* Implement the save action on the media preview. * Update Compound and use the correct icon. Also fixes an icon that has been renamed. * Update the add to photo library usage description to match the designs. * PR comments.
13 lines
367 B
YAML
13 lines
367 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, Photos, SwiftUI]
|