bevy_ios_notifications 0.4.0

Bevy plugin to interact with iOS Notifications API
1
2
3
4
5
6
7
8
proto:
    cd src && protoc --swift_out=../../../Sources/bevy_ios_notifications Data.proto

check: proto
	cargo c
	cargo c --target aarch64-apple-ios
	cargo clippy
	cargo fmt -- --check