https://github.com/itaybre/sheliaj
A SwiftUI tool to easily send push notifications to the iOS simulator
https://github.com/itaybre/sheliaj
ios-simulator notifications swift5 swiftui
Last synced: about 1 month ago
JSON representation
A SwiftUI tool to easily send push notifications to the iOS simulator
- Host: GitHub
- URL: https://github.com/itaybre/sheliaj
- Owner: itaybre
- License: mit
- Created: 2020-02-17T20:33:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T21:06:51.000Z (over 6 years ago)
- Last Synced: 2026-01-13T17:23:53.485Z (5 months ago)
- Topics: ios-simulator, notifications, swift5, swiftui
- Language: Swift
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sheliaj
A Swift command-line tool to easily send push notifications to the iOS simulator.
Sheliaj helps you with:
- [x] Generating a JSON payload for push notifications
- [x] Sending and testing push notifications in the simulator
### Requirement
- Xcode 11.4 beta 1 and up
### Images

## Thanks
This project was inspired by many other tools and developers:
- [Antoine van der Lee](https://github.com/AvdLee) for creating [Poes](https://github.com/AvdLee/Poes)
- [Michael Long](https://github.com/hmlongco) for creating [Resolver](https://github.com/hmlongco/Resolver)