Add Element X iOS entries in the apple-app-site-association. (#337)

* Add Element X to the apple-app-site-association file.

* Tidy up the generated apple-app-site-association file.
This commit is contained in:
Doug
2024-05-07 11:39:56 +01:00
committed by GitHub
parent 00ccd16f19
commit 657fd9cc1a
3 changed files with 10 additions and 6 deletions
+8 -1
View File
@@ -42,7 +42,14 @@ export class Element {
}
get icon() { return "images/client-icons/element.svg"; }
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
get appleAssociatedAppId() {
return [
"7J4U792NQT.im.vector.app",
"7J4U792NQT.io.element.elementx",
"7J4U792NQT.io.element.elementx.nightly",
"7J4U792NQT.io.element.elementx.pr"
];
}
get name() {return "Element"; }
get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; }