From ef037c5c1db48d699ab42411373189cd488c4fe3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 6 Sep 2023 10:22:02 +0100 Subject: [PATCH] Add apple site association --- public/apple-app-site-association.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/apple-app-site-association.json diff --git a/public/apple-app-site-association.json b/public/apple-app-site-association.json new file mode 100644 index 00000000..eff625a4 --- /dev/null +++ b/public/apple-app-site-association.json @@ -0,0 +1,17 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appIDs":[ + "7J4U792NQT.io.element.elementx", + "7J4U792NQT.io.element.elementx.nightly", + "7J4U792NQT.io.element.elementx.pr" + ], + "paths": [ + "*" + ] + } + ] + } +}