FlyHUD
FlyHUD copied to clipboard
Update [email protected]
Views> BackgroundView. This fixes Xcode 16.3 compile error "'systemThickMaterial' is only available in iOS 13.0 or newer" by increasing the Package.swift-5.9 to
let package = Package( name: "FlyHUD", platforms: [ .iOS(.v13), .tvOS(.v13), .visionOS(.v1) ], ...)