기기 모델 데이터베이스 (friendly names)
macOS companion app은 Apple model identifier(예:iPad16,6, Mac16,6)를 사람이 읽기 쉬운 이름으로 매핑해 Instances UI에 friendly Apple device name을 표시합니다.
매핑은 다음 위치 아래 JSON으로 vendoring됩니다.
apps/macos/Sources/OpenClaw/Resources/DeviceModels/
데이터 소스
현재는 다음 MIT 라이선스 저장소에서 이 매핑을 vendoring합니다.kyle-seongwoo-jun/apple-device-identifiers
apps/macos/Sources/OpenClaw/Resources/DeviceModels/NOTICE.md에 기록됩니다.
데이터베이스 업데이트
- pin할 upstream commit을 선택합니다. iOS용 하나, macOS용 하나가 필요합니다.
apps/macos/Sources/OpenClaw/Resources/DeviceModels/NOTICE.md의 commit hash를 업데이트합니다.- 해당 commit에 pin된 JSON file을 다시 다운로드합니다.
apps/macos/Sources/OpenClaw/Resources/DeviceModels/LICENSE.apple-device-identifiers.txt가 여전히 upstream과 일치하는지 확인합니다. upstream license가 바뀌었으면 이 파일도 교체하세요.- macOS app이 warning 없이 clean build되는지 확인합니다.