You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).