Skip to content

Commit

Permalink
use fs assoc file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrennan414 committed Jul 8, 2022
1 parent 85d3da2 commit 501f7b0
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions public/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -1,30 +1 @@
{
"applinks": {
"details": [
{
"appIDs": [ "FPR4NYK5CD.FluentStream.test-ios", "FPR4NYK5CD.FluentStream.test-ios" ],
"components": [
{
"#": "no_universal_links",
"exclude": true,
"comment": "Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link"
},
{
"/": "/buy/*",
"comment": "Matches any URL whose path starts with /buy/"
},
{
"/": "/help/website/*",
"exclude": true,
"comment": "Matches any URL whose path starts with /help/website/ and instructs the system not to open it as a universal link"
},
{
"/": "/help/*",
"?": { "articleNumber": "????" },
"comment": "Matches any URL whose path starts with /help/ and which has a query item with name 'articleNumber' and a value of exactly 4 characters"
}
]
}
]
}
}
{"applinks":{"apps":[],"details":[{"appID":"FPR4NYK5CD.FluentStream.test-ios","paths":["/ios/FluentStream.test-ios/*"]},{"appID":"undefined.com.fluentcloudmobile","paths":["/ios/com.fluentcloudmobile/*"]}]}}

0 comments on commit 501f7b0

Please sign in to comment.