https://github.com/noppefoxwolf/contentlauncher
https://github.com/noppefoxwolf/contentlauncher
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/contentlauncher
- Owner: noppefoxwolf
- License: mit
- Created: 2025-01-09T15:04:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-11T15:52:40.000Z (9 months ago)
- Last Synced: 2025-09-27T04:30:08.581Z (9 months ago)
- Language: Swift
- Size: 671 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noppefoxwolf/ContentLauncher
Launch content from anywhere.

# Installation
## Swift Package Manager
```swift
dependencies: [
.package(url: "https://github.com/noppefoxwolf/ContentLauncher", from: "0.0.1"),
]
```
# Usage
```swift
launcherWindow = LauncherHostingWindow(
windowScene: windowScene,
content: LauncherContentView()
)
```
# LICENSE
MIT License