Skip to content

fix: Include SPM resource bundles in .app (fixes launch crash)#20

Merged
RAKKUNN merged 1 commit intomainfrom
fix/missing-resource-bundle
Apr 12, 2026
Merged

fix: Include SPM resource bundles in .app (fixes launch crash)#20
RAKKUNN merged 1 commit intomainfrom
fix/missing-resource-bundle

Conversation

@RAKKUNN
Copy link
Copy Markdown
Owner

@RAKKUNN RAKKUNN commented Apr 12, 2026

v1.2.0 crashes on launch with EXC_BREAKPOINT in Bundle.module.

Cause: KeyboardShortcuts uses Bundle.module for resources, but the release workflow only copied the executable into the .app bundle.

Fix: Copy all .bundle directories from the release build into .app/Contents/Resources/.

KeyboardShortcuts uses Bundle.module to load resources. The release
workflow only copied the executable, causing fatalError on launch.

Fix: Copy all *.bundle from .build/*/release/ into .app/Contents/Resources/
@RAKKUNN RAKKUNN merged commit 4cb0901 into main Apr 12, 2026
1 check passed
@RAKKUNN RAKKUNN deleted the fix/missing-resource-bundle branch April 12, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant