From 88caffc3fe855045fd821e2f30d223f517a062b2 Mon Sep 17 00:00:00 2001 From: ManulParihar Date: Mon, 10 Nov 2025 17:41:41 +0530 Subject: [PATCH] Added FAKETEAMID for dev build --- static/.well-known/apple-app-site-association | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.well-known/apple-app-site-association b/static/.well-known/apple-app-site-association index 996693b..ec00cc5 100644 --- a/static/.well-known/apple-app-site-association +++ b/static/.well-known/apple-app-site-association @@ -1,5 +1,5 @@ { "webcredentials": { - "apps": ["XSQ2GAB4RW.app.kokio"] + "apps": ["XSQ2GAB4RW.app.kokio", "FAKETEAMID.app.kokio"] } }