-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
72 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
ProjectTemplates/ShinyAspNet/wwwroot/.well-known/apple-app-site-association
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"applinks": { | ||
"details": [{ | ||
"appIDs": [ "ABCDE12345.com.example.app", "ABCDE12345.com.example.app2" ], | ||
"components": [{ | ||
"#": "no_universal_links", | ||
"exclude": true, | ||
"comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link." | ||
},{ | ||
"/": "/buy/*", | ||
"comment": "Matches any URL with a path that starts with /buy/." | ||
},{ | ||
"/": "/help/website/*", | ||
"exclude": true, | ||
"comment": "Matches any URL with a path that starts with /help/website/ and instructs the system not to open it as a universal link." | ||
},{ | ||
"/": "/help/*", | ||
"?": { "articleNumber": "????" }, | ||
"comment": "Matches any URL with a path that starts with /help/ and that has a query item with name 'articleNumber' and a value of exactly four characters." | ||
}] | ||
}] | ||
}, | ||
"webcredentials": { | ||
"apps": [ "ABCDE12345.com.example.app" ] | ||
}, | ||
"appclips": { | ||
"apps": ["ABCED12345.com.example.MyApp.Clip"] | ||
} | ||
} |