Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanslikesocool/morewindows
Additional Scene types for SwiftUI on macOS
https://github.com/ryanslikesocool/morewindows
macos scene swift swiftui window
Last synced: 15 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:18:01.000Z (about 2 months ago)
- Last Synced: 2024-11-01T14:03:32.234Z (15 days ago)
- Topics: macos, scene, swift, swiftui, window
- Language: Swift
- Homepage:
- Size: 2.12 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 for SwiftUI apps on macOS.![A screenshot of two windows. The one on the left is a "launcher" style window, similar to what you'd see when opening Xcode. The window on the right is an "about" style window, displaying app information like the version and copyright.](images~/preview.png)
## Requirements
MoreWindows requires a SwiftUI lifecycle app on macOS 13.0 or later.## Installation
MoreWindows can be added to a project as a Swift package.
```swift
.package(url: "https://github.com/ryanslikesocool/MoreWindows.git", from: "0.1.0"),
```## Documentation
Documentation can be viewed by selecting Product > Build Documentation in Xcode.## Notice
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 pull request with any potential issues on macOS 13.