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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Equation cards crashed every installed build. Typing into (or loading a board with) a LaTeX
equation card took the app down instantly on any machine other than the one that compiled it:
SwiftMath resolves its math-font bundle through SwiftPM's generated Bundle.module, which only
checks the .app root and an absolute path baked in at build time — never Contents/Resources,
where the staged app actually keeps it. SwiftMath 1.7.3 is now vendored under Vendor/SwiftMath
with its bundle lookups patched to search the real app layout first (same fix Bundle.appResources
applied to the app's own resources in 1.0.1).