From d3f4b61e6a73589eccd8dd1af7e85c1a0eb3e732 Mon Sep 17 00:00:00 2001 From: Raman Shekhawat Date: Tue, 1 Sep 2026 15:39:36 +0530 Subject: [PATCH] chore: update apple-app-site-association with new team and bundle IDs --- .../.well-known/apple-app-site-association | 62 ++++++------------- 1 file changed, 20 insertions(+), 42 deletions(-) diff --git a/apps/host/public/.well-known/apple-app-site-association b/apps/host/public/.well-known/apple-app-site-association index e97d7c9e..9f5c3b03 100644 --- a/apps/host/public/.well-known/apple-app-site-association +++ b/apps/host/public/.well-known/apple-app-site-association @@ -1,45 +1,23 @@ { "applinks": { - "details": [ - { - "appIDs": ["7SUDX74VMC.io.pcf.polkadotapp"], - "paths": [ "*" ], - "components": [ - { - "/": "/*" - } - ] - }, - { - "appIDs": ["7SUDX74VMC.io.pcf.polkadotapp.alpha"], - "paths": [ "*" ], - "components": [ - { - "/": "/*" - } - ] - }, - { - "appIDs": ["7SUDX74VMC.io.pcf.polkadotapp.develop"], - "paths": [ "*" ], - "components": [ - { - "/": "/*" - } - ] - }, - { - "appIDs": [ - "P2PX3JU8FT.io.parity.brevity", - "P2PX3JU8FT.io.parity.brevity.dev" - ], - "paths": [ "*" ], - "components": [ - { - "/": "/*" - } - ] - } - ] - } + "details": [ + { + "appIDs": [ + "P2PX3JU8FT.io.parity.polkadotapp", + "P2PX3JU8FT.io.parity.polkadotapp.safety", + "P2PX3JU8FT.io.parity.polkadotapp.develop" + ], + "paths": ["*"], + "components": [{ "/": "/*" }] + }, + { + "appIDs": [ + "P2PX3JU8FT.io.parity.brevity", + "P2PX3JU8FT.io.parity.brevity.dev" + ], + "paths": ["*"], + "components": [{ "/": "/*" }] + } + ] + } }