Skip to content

Commit

Permalink
chore: add well-known files
Browse files Browse the repository at this point in the history
  • Loading branch information
KestasVenslauskas committed Nov 6, 2024
1 parent 1ddbee6 commit b77eb2e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/lrtApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@
CODE_SIGN_ENTITLEMENTS = lrtApp/lrtApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 204801;
CURRENT_PROJECT_VERSION = 204802;
DEVELOPMENT_TEAM = TGMUP98888;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
Expand Down Expand Up @@ -843,7 +843,7 @@
CODE_SIGN_ENTITLEMENTS = lrtApp/lrtAppRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 204801;
CURRENT_PROJECT_VERSION = 204802;
DEVELOPMENT_TEAM = TGMUP98888;
INFOPLIST_FILE = lrtApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
26 changes: 26 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"applinks": {
"details": [
{
"appIDs": [
"TGMUP98888.lt.lrtlt.lrtltapp"
],
"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."
},
{
"/": "/naujienos/*",
"comment": "Matches any URL with a path that starts with '/naujienos/'"
},
{
"/": "/mediateka/irasas/*",
"comment": "Matches any URL with a path that starts with '/mediateka/irasas/'"
}
]
}
]
}
}
22 changes: 22 additions & 0 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "lt.mediapark.lrt",
"sha256_cert_fingerprints": [
"FA:C6:17:45:DC:09:03:78:6F:B9:ED:E6:2A:96:2B:39:9F:73:48:F0:BB:6F:89:9B:83:32:66:75:91:03:3B:9C"
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "lt.mediapark.lrt",
"sha256_cert_fingerprints": [
"98:06:38:D1:6D:08:C2:B5:E3:6D:CF:33:45:7B:95:A2:15:05:F1:07:81:BE:74:B1:62:37:7A:F8:09:C8:AA:0E"
]
}
}
]

0 comments on commit b77eb2e

Please sign in to comment.