Fix
- Fix crash on launch — The app crashed immediately on start because
Bundle.module(SPM's auto-generated resource accessor) cannot locate resource bundles in manually-constructed.apppackages. The meeting app list is now embedded directly as a Swift constant, eliminating the fragile runtime bundle lookup entirely. (#64, reported by @marcwestermann)
This supersedes v1.12.1 and v1.12.2 which attempted to fix the same crash by copying the resource bundle to different locations within the app package.