-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.periphery.yml
More file actions
16 lines (16 loc) · 842 Bytes
/
Copy path.periphery.yml
File metadata and controls
16 lines (16 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project: PcVolumeControl.xcodeproj
schemes:
- PcVolumeControl
# Wire-protocol DTOs are only encoded to JSON for the server; their properties
# are written but never read back, which is not dead code.
retain_codable_properties: true
# Widget Live Activity / Control / AppIntent are intentional scaffolding kept for
# planned widget work (see WIDGET_IMPLEMENTATION_GUIDE.md). Exclude from reports.
# SnapshotHelper.swift is vendored verbatim from fastlane (regenerated by
# `fastlane snapshot`); its unused legacy overloads are part of fastlane's public
# API and must not be hand-edited.
report_exclude:
- "**/PcVolumeControlWidget/AppIntent.swift"
- "**/PcVolumeControlWidget/PcVolumeControlWidgetControl.swift"
- "**/PcVolumeControlWidget/PcVolumeControlWidgetLiveActivity.swift"
- "**/PcVolumeControlUITests/SnapshotHelper.swift"