https://github.com/noppefoxwolf/contentlauncher
https://github.com/noppefoxwolf/contentlauncher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/contentlauncher
- Owner: noppefoxwolf
- License: mit
- Created: 2025-01-09T15:04:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T15:11:59.000Z (4 months ago)
- Last Synced: 2025-01-27T11:29:45.712Z (3 months ago)
- Language: Swift
- Size: 647 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- 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
lancherWindow = LancherHostingWindow(
windowScene: windowScene,
content: LancherContentView()
)
```# LICENSE
MIT License