https://github.com/ryanslikesocool/morewindows
Additional Scene types for SwiftUI on macOS
https://github.com/ryanslikesocool/morewindows
macos scene swift swiftui window
Last synced: about 1 year ago
JSON representation
Additional Scene types for SwiftUI on macOS
- Host: GitHub
- URL: https://github.com/ryanslikesocool/morewindows
- Owner: ryanslikesocool
- License: mit
- Created: 2024-03-19T09:09:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:48:38.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:11:18.525Z (about 1 year ago)
- Topics: macos, scene, swift, swiftui, window
- Language: Swift
- Homepage:
- Size: 2.15 MB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MoreWindows
Additional `Scene` types and utilities for SwiftUI apps on macOS.

## NOTICE
**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.
## 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...
```swift
.package(url: "https://github.com/ryanslikesocool/MoreWindows.git", from: "0.1.0"),
```
...and your target dependencies.
```swift
.target(
name: "MyTarget",
dependencies: [
"MoreWindows",
]
),
```
## Documentation
Most of this package is documented with
[DocC](https://www.swift.org/documentation/docc/)\.
To view documentation in Xcode, select `Product > Build Documentation` from the menu bar.