Skip to content

Commit

Permalink
associated domains
Browse files Browse the repository at this point in the history
  • Loading branch information
tigpt committed Mar 11, 2024
1 parent 6565d06 commit bb9f9f7
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ios/AWSaryAppClip/AWSaryAppClip.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<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>
<key>com.apple.developer.parent-application-identifiers</key>
<array>
<string>$(AppIdentifierPrefix)pt.tig.awsary</string>
Expand Down
9 changes: 8 additions & 1 deletion ios/awsary (iOS).entitlements
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>
8 changes: 4 additions & 4 deletions ios/awsary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = pt.tig.awsary;
PRODUCT_NAME = AWSary;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -704,7 +704,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = pt.tig.awsary;
PRODUCT_NAME = AWSary;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -805,7 +805,7 @@
"@executable_path/Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = pt.tig.awsary.Clip;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -844,7 +844,7 @@
"@executable_path/Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = pt.tig.awsary.Clip;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down
38 changes: 38 additions & 0 deletions website/apple-app-site-association.json
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"]
}
}

0 comments on commit bb9f9f7

Please sign in to comment.