EZNotif is for learning and setting up simple local notifications for apps built in Swift UI. This helps you quickly test out local notifications.
EZNotif is available through Swift Package Manager.
.package(url: "https://github.com/hw0102/EZNotif", from: "<see GitHub releases>")- Open Xcode.
- File -> Add Package Dependencies...
- In the top right corner, search for https://github.com/hw0102/EZNotif
- Select the appropriate dependency option (e.g., branch)
- Click on "Add Dependency" in the lower right corner.
todo
Minimum supported iOS version is iOS 17.0 due to Observation framework.
This is a beginner/first-issue friendly project. All contributions are welcome! If you would like contribute to the codebase, please fork this repository, make changes, and create a Pull Request.
If you find any bugs in the code or would like to see new features, feel free to open up an issue under the "Issues" tab.
EZNotif is distributed under the MIT license.
