Skip to content

Commit c0691b1

Browse files
authored
[iOS] app-site-association: change /nfc/ to /tag/ (home-assistant#14163)
Refs home-assistant/android#689. Doesn't affect a released app at all.
1 parent f90b2e7 commit c0691b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/.well-known/apple-app-site-association

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@
66
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev",
77
"paths": [
88
"/ios/*",
9-
"/nfc/*"
9+
"/tag/*"
1010
]
1111
},
1212
{
1313
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta",
1414
"paths": [
1515
"/ios/*",
16-
"/nfc/*"
16+
"/tag/*"
1717
]
1818
},
1919
{
2020
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant",
2121
"paths": [
2222
"/ios/*",
23-
"/nfc/*"
23+
"/tag/*"
2424
]
2525
},
2626
{
2727
"appID": "QMQYCKL255.io.robbie.HomeAssistant.dev",
2828
"paths": [
2929
"/ios/*",
30-
"/nfc/*"
30+
"/tag/*"
3131
]
3232
},
3333
{
3434
"appID": "QMQYCKL255.io.robbie.HomeAssistant.beta",
3535
"paths": [
3636
"/ios/*",
37-
"/nfc/*"
37+
"/tag/*"
3838
]
3939
},
4040
{
4141
"appID": "QMQYCKL255.io.robbie.HomeAssistant",
4242
"paths": [
4343
"/ios/*",
44-
"/nfc/*"
44+
"/tag/*"
4545
]
4646
}
4747
]

0 commit comments

Comments
 (0)