diff --git a/ios/lrtApp.xcodeproj/project.pbxproj b/ios/lrtApp.xcodeproj/project.pbxproj index f6902ab..047e602 100644 --- a/ios/lrtApp.xcodeproj/project.pbxproj +++ b/ios/lrtApp.xcodeproj/project.pbxproj @@ -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"; @@ -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"; diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..a90b071 --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -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/'" + } + ] + } + ] + } +} diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json new file mode 100644 index 0000000..ca66d13 --- /dev/null +++ b/public/.well-known/assetlinks.json @@ -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" + ] + } + } +]