What's Changed
- fix: guard remaining UNUserNotificationCenter call sites (#321) — Comprehensive fix for crashes when running via
swift run. All notification API entry points now check for a valid bundle identifier before callingUNUserNotificationCenter, preventing SIGABRT when meeting detection fires in unbundled builds. Follow-up to #311.
Contributors
Thanks to @orzelig for the fix!
Full Changelog: v1.45.1...v1.45.2