mirror of
https://github.com/samsonjs/NotificationSmuggler.git
synced 2026-04-15 11:55:46 +00:00
46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
# BetterNotification
|
|
|
|
[](https://0dependencies.dev)
|
|
[](https://swiftpackageindex.com/samsonjs/BetterNotification)
|
|
[](https://swiftpackageindex.com/samsonjs/BetterNotification)
|
|
|
|
## Overview
|
|
|
|
tkt
|
|
|
|
## Usage
|
|
|
|
tktk
|
|
|
|
## Installation
|
|
|
|
Honestly you should probably just copy [BetterNotification.swift]() into your project.
|
|
|
|
The only way to install this package is with Swift Package Manager (SPM). Please [file a new issue][] or submit a pull-request if you want to use something else.
|
|
|
|
[BetterNotification.swift]: https://github.com/samsonjs/BetterNotification/blob/main/Sources/BetterNotification/BetterNotification.swift
|
|
[file a new issue]: https://github.com/samsonjs/BetterNotification/issues/new
|
|
|
|
### Supported Platforms
|
|
|
|
This package is supported on iOS 16.0+ and macOS 12.0+.
|
|
|
|
### Xcode
|
|
|
|
When you're integrating this into an app with Xcode then go to your project's Package Dependencies and enter the URL `https://github.com/samsonjs/BetterNotification` and then go through the usual flow for adding packages.
|
|
|
|
### Swift Package Manager (SPM)
|
|
|
|
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
|
|
|
|
```swift
|
|
.package(url: "https://github.com/samsonjs/BetterNotification.git", .upToNextMajor(from: "0.1.0"))
|
|
```
|
|
|
|
and then add `"BetterNotification"` to the list of dependencies in your target as well.
|
|
|
|
## License
|
|
|
|
Copyright © 2025 [Sami Samhuri](https://samhuri.net) <sami@samhuri.net>. Released under the terms of the [MIT License][MIT].
|
|
|
|
[MIT]: https://sjs.mit-license.org
|