openclaw/apps
Haku 🐉 a7e4a26d3d fix(macos): Avoid Bundle.module crash in DeviceModelCatalog
Bundle.module is a SwiftPM-generated computed property that calls
fatalError() when the resource bundle isn't found. This happens in
packaged .app bundles where SwiftPM's expected bundle paths differ
from the actual layout.

The fix uses manual bundle lookup (similar to ClawdbotKitResources.swift
and Textual's Bundle.textual) to search known locations without crashing.

This addresses the same class of issue fixed in Textual 0.3.1:
https://github.com/gonzalezreal/textual/pull/21
2026-01-26 23:43:50 +00:00
..
android chore: bump versions for 2026.1.25 2026-01-25 22:13:04 +00:00
ios chore: bump versions for 2026.1.25 2026-01-25 22:13:04 +00:00
macos fix(macos): Avoid Bundle.module crash in DeviceModelCatalog 2026-01-26 23:43:50 +00:00
shared/ClawdbotKit macOS: bump Textual to 0.3.1 (#2033) 2026-01-25 21:02:18 -06:00