Fixes a startup crash in PhoneClaw Gateway caused by missing SwiftPM resource bundle lookup for the app icon.
Downloads:
- Apple Silicon Mac:
PhoneClawGateway-macOS-v0.1.1.zip - Intel Mac:
PhoneClawGateway-macOS-x86_64-v0.1.1.zip
Changes:
- Avoids crashing when the SwiftPM resource bundle is unavailable at launch.
- Packages the generated SwiftPM resource bundle into PhoneClawGateway.app.
- Updates README download links to v0.1.1.
Validation:
- Built with
PhoneClawGateway/build-app.shfor Apple Silicon. - Built with
swift build -c release --arch x86_64for Intel. - Verified app signatures with
codesign. - Verified bundled AppIcon resources.
- Verified release zip contents and binary architectures with
lipo. - Launched the Apple Silicon app locally and confirmed it stays running. The current build machine has no Rosetta, so the Intel binary was architecture/package-verified but not runtime-launched here.