Additional Scene
types and utilities for SwiftUI apps on macOS.
This package is under development and not considered production-ready.
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.
MoreWindows requires a SwiftUI lifecycle app on macOS 13.0 or later.
NOTE: macOS 13 is supported in theory. I've done my best to accomodate but I have no way of knowing if it actually works. Please open an issue or create a pull request regarding any issues encountered on macOS 13.
Add the following entry to your package dependencies...
.package(url: "https://github.com/ryanslikesocool/MoreWindows.git", from: "0.1.0"),
...and your target dependencies.
.target(
name: "MyTarget",
dependencies: [
"MoreWindows",
]
),
Most of this package is documented with
DocC.
To view documentation in Xcode, select Product > Build Documentation
from the menu bar.