[iOS] Add new team ID to apple-app-site-association (#14136)

* Add new team ID to apple-app-site-association

This adds the new team ID (`QMQYCKL255`) and potentially `/nfc/*` for home-assistant/android#689 related unified path handling, which since it requires an app change will only apply to the new team.

* Add to old team ID as well
This commit is contained in:
Zac West 2020-08-01 20:17:31 -07:00 committed by GitHub
parent bbe1ce8e6c
commit c15cd3742b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,19 +5,43 @@
{
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev",
"paths": [
"/ios/*"
"/ios/*",
"/nfc/*"
]
},
{
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta",
"paths": [
"/ios/*"
"/ios/*",
"/nfc/*"
]
},
{
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant",
"paths": [
"/ios/*"
"/ios/*",
"/nfc/*"
]
},
{
"appID": "QMQYCKL255.io.robbie.HomeAssistant.dev",
"paths": [
"/ios/*",
"/nfc/*"
]
},
{
"appID": "QMQYCKL255.io.robbie.HomeAssistant.beta",
"paths": [
"/ios/*",
"/nfc/*"
]
},
{
"appID": "QMQYCKL255.io.robbie.HomeAssistant",
"paths": [
"/ios/*",
"/nfc/*"
]
}
]