Contents

ryanslikesocool/morewindows

Additional `Scene` types and utilities for SwiftUI apps on macOS.

NOTICE

This package is under development and not considered production-ready.<br/> Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.

Requirements

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.

Installation (Swift Package Manager)

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",
	]
),

Documentation

Most of this package is documented with DocC\. <br/> To view documentation in Xcode, select Product > Build Documentation from the menu bar.

Package Metadata

Repository: ryanslikesocool/morewindows

Default branch: main

README: README.md