chore: release 2.0.0-beta3

This commit is contained in:
Peter Steinberger
2025-12-27 19:02:35 +01:00
parent 907371453d
commit 5b3c18ab84
4 changed files with 147 additions and 34 deletions

View File

@@ -1,3 +1,10 @@
---
summary: "How Clawdis vendors Apple device model identifiers for friendly names in the macOS app."
read_when:
- Updating device model identifier mappings or NOTICE/license files
- Changing how Instances UI displays device names
---
# Device model database (friendly names)
The macOS companion app shows friendly Apple device model names in the **Instances** UI by mapping Apple model identifiers (e.g. `iPad16,6`, `Mac16,6`) to human-readable names.
@@ -37,4 +44,3 @@ curl -fsSL "https://raw.githubusercontent.com/kyle-seongwoo-jun/apple-device-ide
```bash
swift build --package-path apps/macos
```