Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
The macOS companion app shows friendly Apple device model names in the Instances UI by mapping Apple model identifiers (e.g.
iPad16,6Mac16,6The mapping is vendored as JSON under:
apps/macos/Sources/OpenClaw/Resources/DeviceModels/We currently vendor the mapping from the MIT-licensed repository:
kyle-seongwoo-jun/apple-device-identifiersTo keep builds deterministic, the JSON files are pinned to specific upstream commits (recorded in
apps/macos/Sources/OpenClaw/Resources/DeviceModels/NOTICE.mdapps/macos/Sources/OpenClaw/Resources/DeviceModels/NOTICE.mdbashIOS_COMMIT="<commit sha for ios-device-identifiers.json>" MAC_COMMIT="<commit sha for mac-device-identifiers.json>" curl -fsSL "https://raw.githubusercontent.com/kyle-seongwoo-jun/apple-device-identifiers/${IOS_COMMIT}/ios-device-identifiers.json" \ -o apps/macos/Sources/OpenClaw/Resources/DeviceModels/ios-device-identifiers.json curl -fsSL "https://raw.githubusercontent.com/kyle-seongwoo-jun/apple-device-identifiers/${MAC_COMMIT}/mac-device-identifiers.json" \ -o apps/macos/Sources/OpenClaw/Resources/DeviceModels/mac-device-identifiers.json
apps/macos/Sources/OpenClaw/Resources/DeviceModels/LICENSE.apple-device-identifiers.txtbashswift build --package-path apps/macos
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine