mirror of
https://github.com/home-assistant/iOS.git
synced 2026-02-15 16:41:00 -06:00
- 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.
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
{
|
|
"aps": {
|
|
"alert": {
|
|
"title": "title here",
|
|
"body": "body here"
|
|
},
|
|
"sound": "default",
|
|
"category": "map"
|
|
},
|
|
"homeassistant": {
|
|
"latitude": "37",
|
|
"longitude": "-122"
|
|
}
|
|
}
|