Skip to content

v2.1.3 - fix launch crash

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:31
7deb7bb

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 bundle fatal error. SwiftPM's Bundle.module accessor expects its resource bundle at the app root, but code signing requires everything under Contents/ - the two can't both be satisfied. Toki now resolves its resources via Bundle.main from Contents/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 (or brew install --cask toki)
  • Direct: download Toki_2.1.3_universal.dmg below, open it, and drag Toki to Applications. The in-app updater will also offer it.