-
Notifications
You must be signed in to change notification settings - Fork 2
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
56 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>com.apple.developer.associated-domains</key> | ||
<array> | ||
<string>webcredentials:awsary.com</string> | ||
<string>applinks:awsary.com</string> | ||
<string>appclips:awsary.com</string> | ||
</array> | ||
</dict> | ||
</plist> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"applinks": { | ||
"details": [ | ||
{ | ||
"appIDs": [ "67Z34DP7CK.pt.tig.awsary"], | ||
"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": [ "67Z34DP7CK.pt.tig.awsary" ] | ||
}, | ||
|
||
|
||
"appclips": { | ||
"apps": ["67Z34DP7CK.pt.tig.awsary.Clip"] | ||
} | ||
} |