Skip to content

iosMath 2.3.1

Latest

Choose a tag to compare

@kostub kostub released this 07 Jun 11:48
· 3 commits to master since this release

What's New

  • Fix SPM consumer build: public headers in render/ used bare #import of siblings in lib/, which only resolved via target-internal header search paths and failed when downstream packages built the iosMath Clang module. Qualify the cross-directory imports so the module builds in consumer projects (#215).
  • Lower deployment targets from iOS 18+ / macOS 15+ back down to iOS 13+ / macOS 10.15+. The earlier raise was a toolchain-cleanup pass, not driven by any actual API requirement (#214).