From 13620c6ed28152b7ca1f50ae391f1c4d00a4b766 Mon Sep 17 00:00:00 2001 From: HYH0804 Date: Wed, 15 Apr 2026 22:42:31 +0900 Subject: [PATCH] =?UTF-8?q?#178=20[Feat]=20iOS=20=EB=94=A5=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20apple-app-site-association=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../static/.well-known/apple-app-site-association | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/static/.well-known/apple-app-site-association diff --git a/src/main/resources/static/.well-known/apple-app-site-association b/src/main/resources/static/.well-known/apple-app-site-association new file mode 100644 index 0000000..09f908d --- /dev/null +++ b/src/main/resources/static/.well-known/apple-app-site-association @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "3PVV8DQPL6.com.picke.appios.pickeIos", + "paths": ["*"] + } + ] + } +}