matrix-org / matrix.to

A simple stateless privacy-protecting URL redirecting service for Matrix
http://matrix.to
Apache License 2.0
886 stars 189 forks source link

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

Closed pixlwave closed 1 month ago

pixlwave commented 2 months ago

This PR makes 2 changes:

The generated file looks like this after these changes:

{
  "applinks": {
    "details": {
      "appIDs": [
        "7J4U792NQT.im.vector.app",
        "7J4U792NQT.io.element.elementx",
        "7J4U792NQT.io.element.elementx.nightly",
        "7J4U792NQT.io.element.elementx.pr"
      ],
      "components": [
        {
          "#": "/*"
        }
      ]
    }
  }
}