From c309cc8bfadc9515ef0cad8b299ef5ce8314df75 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Thu, 15 May 2025 12:51:44 +0100 Subject: [PATCH] Remove the Apple site association for Element X PR (#29968) This is an old app variant that we've deleted in favour of making custom TestFlight builds. --- res/apple-app-site-association | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/res/apple-app-site-association b/res/apple-app-site-association index 94869effab..0235e6ada1 100644 --- a/res/apple-app-site-association +++ b/res/apple-app-site-association @@ -5,8 +5,7 @@ "appIDs": [ "7J4U792NQT.im.vector.app", "7J4U792NQT.io.element.elementx", - "7J4U792NQT.io.element.elementx.nightly", - "7J4U792NQT.io.element.elementx.pr" + "7J4U792NQT.io.element.elementx.nightly" ], "components": [ { @@ -28,8 +27,7 @@ "apps": [ "7J4U792NQT.im.vector.app", "7J4U792NQT.io.element.elementx", - "7J4U792NQT.io.element.elementx.nightly", - "7J4U792NQT.io.element.elementx.pr" + "7J4U792NQT.io.element.elementx.nightly" ] } }