Skip to content

Commit 22122b1

Browse files
authored
Create apple-app-site-association
1 parent 7c9eb18 commit 22122b1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

apple-app-site-association

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [
5+
{
6+
"appID": "TeamID_001.com.demo.abc",
7+
"paths": [ "/page_1/data/*", "/page_2/item/201?/*"]
8+
},
9+
{
10+
"appID": "TeamID_002.com.demo.abcd",
11+
"paths": [ "*" ]
12+
}
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)