From 8747f948b96ef9c9b5b03749a1fa01266db10cd3 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 3 Jul 2025 22:14:27 +0800 Subject: [PATCH] :sparkles: Apple deeplinking --- web/.well-known/apple-app-site-association | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 web/.well-known/apple-app-site-association diff --git a/web/.well-known/apple-app-site-association b/web/.well-known/apple-app-site-association new file mode 100644 index 0000000..6f88c26 --- /dev/null +++ b/web/.well-known/apple-app-site-association @@ -0,0 +1,25 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appIDs": [ + "W7HPZ53V6B.dev.solsynth.solian" + ], + "paths": [ + "*" + ], + "components": [ + { + "/": "/*" + } + ] + } + ] + }, + "webcredentials": { + "apps": [ + "W7HPZ53V6B.dev.solsynth.solian" + ] + } +} \ No newline at end of file