Add a tool (based on Periphery) that reports any unused strings.

This commit is contained in:
Doug
2025-05-02 16:59:36 +01:00
committed by Stefan Ceriu
parent 8eac78f8ad
commit 9e95ef8a70
3 changed files with 41 additions and 6 deletions

View File

@@ -1,19 +1,19 @@
project: ElementX.xcodeproj
schemes:
- ElementX
- IntegrationTests
- UITests
- UnitTests
- PreviewTests
- UITests
- IntegrationTests
targets:
- ElementX
- IntegrationTests
- NSE
- ShareExtension
- UnitTests
- PreviewTests
- UITests
- UnitTests
- IntegrationTests
report_exclude:
- ElementX/Sources/Mocks/Generated/GeneratedMocks.swift
- ElementX/Sources/Mocks/Generated/SDKGeneratedMocks.swift
verbose: true
retain_swift_ui_previews: true