Add apple-app-site-association file

This commit is contained in:
Robbie Trencheny 2018-10-17 18:19:45 -04:00 committed by GitHub
parent 1166c36b32
commit 62fdaf7be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant",
"paths": [
"/ios/*"
]
}
]
}
}