Skip to content

fix(capi): enable memory fonts on tvOS - #76

Merged
Shinokawa merged 1 commit into
mainfrom
codex/fix-tvos-memory-font-capi
Aug 3, 2026
Merged

fix(capi): enable memory fonts on tvOS#76
Shinokawa merged 1 commit into
mainfrom
codex/fix-tvos-memory-font-capi

Conversation

@Shinokawa

Copy link
Copy Markdown
Member

What changed

  • Enable the complete subtitle memory-font C API on tvOS.
  • Keep conversion helpers and platform-gated tests aligned with the exported functions.

Root cause

PR #67 enabled the registration entry point on tvOS, but the selection, clear, status, info, and conversion paths still excluded tvOS. The tvOS JSON bridge compiled calls to those missing symbols and failed with E0425.

Validation

  • cargo fmt --all -- --check
  • cargo test --locked -p erika_capi --lib (30 passed)
  • git diff --check

The tvOS GitHub Actions job provides the target-specific final verification.

@Shinokawa
Shinokawa merged commit caa4e9e into main Aug 3, 2026
12 checks passed
@Shinokawa
Shinokawa deleted the codex/fix-tvos-memory-font-capi branch August 3, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant