You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix release for the GitHub packaged app sound-preview crash in v1.3.2.
Fixes previewing bundled WAV and M4A sounds after switching completion, green-flash, or alert sound choices.
Keeps the v1.3.2 New Zealand original mode, low power mode, and signal cadence behavior unchanged.
Fixes
Replaced the packaged-app sound resource lookup path so previews no longer touch SwiftPM's Bundle.module fallback in installed .app builds.
The sound preview player now resolves bundled sounds from real app resource directories such as Contents/Resources, avoiding a fatal resource-bundle assertion when a WAV tone is selected.
Added tests for WAV-only lookup and M4A preference when both formats exist.
Release verification
git diff --check
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer swift test --jobs 1
Local packaged release smoke test: switched completion sound from Clear to Soft and previewed it; switched green-flash sound from New Zealand to Short and previewed it; previewed alert sound. The release app stayed running in all cases.