From 7fb2a57707dad1bd41b7a29ee679c677c954c9c3 Mon Sep 17 00:00:00 2001 From: ManulParihar Date: Mon, 10 Nov 2025 22:15:15 +0530 Subject: [PATCH 1/2] Removed FAKETEAMID --- static/.well-known/apple-app-site-association | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/.well-known/apple-app-site-association b/static/.well-known/apple-app-site-association index 68de65d..7f3507f 100644 --- a/static/.well-known/apple-app-site-association +++ b/static/.well-known/apple-app-site-association @@ -4,7 +4,6 @@ { "appIDs": [ "XSQ2GAB4RW.app.kokio", - "FAKETEAMID.app.kokio" ], "components": [ { @@ -19,18 +18,11 @@ "*" ] }, - { - "appID": "FAKETEAMID.app.kokio", - "paths": [ - "*" - ] - } ] }, "webcredentials": { "apps": [ "XSQ2GAB4RW.app.kokio", - "FAKETEAMID.app.kokio" ] } } From 973ddee22a1b85b02838278804e0d59182bcf1f1 Mon Sep 17 00:00:00 2001 From: ManulParihar Date: Mon, 10 Nov 2025 22:15:46 +0530 Subject: [PATCH 2/2] Trailing comma cleanup --- static/.well-known/apple-app-site-association | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/.well-known/apple-app-site-association b/static/.well-known/apple-app-site-association index 7f3507f..4735d62 100644 --- a/static/.well-known/apple-app-site-association +++ b/static/.well-known/apple-app-site-association @@ -3,7 +3,7 @@ "details": [ { "appIDs": [ - "XSQ2GAB4RW.app.kokio", + "XSQ2GAB4RW.app.kokio" ], "components": [ { @@ -17,12 +17,12 @@ "paths": [ "*" ] - }, + } ] }, "webcredentials": { "apps": [ - "XSQ2GAB4RW.app.kokio", + "XSQ2GAB4RW.app.kokio" ] } }