Skip to content

Commit

Permalink
Init aasa
Browse files Browse the repository at this point in the history
  • Loading branch information
sharath-branch committed Mar 26, 2024
0 parents commit da10e60
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Github Website

Creating a new Github website to test AASA files. Only purpose is to host AASA files
50 changes: 50 additions & 0 deletions apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"applinks": {
"apps": [],
"details": [
{
"appIDs": [
"R63EM248DP.io.branch.MasterProserveReactNative",
"R63EM248DP.io.branch.Master-Proserve-Xamarin",
"R63EM248DP.io.ionic.calculator",
"R63EM248DP.com.example.branchSampleFlutter",
"R63EM248DP.org.reactjs.native.example.ReactNativeSampleApp",
"R63EM248DP.io.branch.Branchsters",
"R63EM248DP.io.branch.Master-Proserve-iOS",
"R63EM248DP.io.branch.Master-Proserve-iOS"
],
"components": [
{
"/": "*",
"?": {
"$web_only": "true"
},
"exclude": true,
"comment": "Matches any URL whose path is * and which has a query item with name '$web_only' and value 'true' and instructs the system NOT to open it as a Universal link"
},
{
"/": "*",
"?": {
"%24web_only": "true"
},
"exclude": true,
"comment": "Matches any URL whose path is * and which has a query item with name '%24web_only' and value 'true' and instructs the system NOT to open it as a Universal link"
},
{
"/": "/e/*",
"exclude": true,
"comment": "Matches any URL whose path is /e/* and instructs the system NOT to open it as a Universal link"
},
{
"/": "*",
"comment": "Matches any URL whose path is * and instructs the system to open it as a Universal link"
},
{
"/": "/",
"comment": "Matches any URL whose path is / and instructs the system to open it as a Universal link"
}
]
}
]
}
}

0 comments on commit da10e60

Please sign in to comment.