mirror of
https://github.com/colinc86/LaTeXSwiftUI.git
synced 2026-04-03 00:09:29 -06:00
Add VisionOS Support to LaTeXSwiftUI #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matiasvillaverde on 7/6/2025
Summary
This PR enables compilation and support for Apple's VisionOS platform in the LaTeXSwiftUI package.
Changes Made
Package Configuration Updates
.visionOS(.v1)to the supported platforms list alongside existing iOS and macOS supportCode Compatibility
LaTeX_Previews+Fonts.swiftto include VisionOS alongside other iOS-family platformsos(visionOS)in the UIKit import sectionImpact
Testing Recommendations
This is a straightforward platform expansion that maintains backward compatibility while opening up the package to Apple's spatial computing platform.