Files
iOS/Sources/Extensions/NotificationContent/Resources/TestNotifications/camera_notification.apns
Zac West 77c72785ff Update a few more housekeeping things in the project (#1142)
- Combines all .entitlements into either: App-iOS, App-catalyst, WatchApp, Extension-iOS or Extension-catalyst.
- Cleans up and renames all the schemes to match target names
- Moves around several folders and deletes some old files.
- Converts Podfile to be hierarchical, rather than calling shared methods.
- Always runs MaterialDesignIcons script; aborts early if it's up-to-date.
- Updates all dependencies.
2020-10-03 16:05:19 -07:00

12 lines
161 B
Plaintext

{
"aps": {
"alert": {
"title": "title here",
"body": "body here"
},
"sound": "default",
"category": "camera"
},
"entity_id": "camera.outside"
}