v2.1.3 - fix launch crash
Toki v2.1.3
A build-only fix: the v2.1.2 DMG crashed on launch. This one starts cleanly.
Fixed
- Launch crash in the packaged app. The released app died immediately with a
could not load resource bundlefatal error. SwiftPM'sBundle.moduleaccessor expects its resource bundle at the app root, but code signing requires everything underContents/- the two can't both be satisfied. Toki now resolves its resources viaBundle.mainfromContents/Resources(where they already ship as plain files), so the fatal accessor is gone entirely.
Everything from v2.1.2 (on-device AI insight, editable AI prompt, UI fixes) is included.
Install
- Homebrew:
brew upgrade --cask toki(orbrew install --cask toki) - Direct: download
Toki_2.1.3_universal.dmgbelow, open it, and drag Toki to Applications. The in-app updater will also offer it.