Skip to content

Commit

Permalink
feat: Configure universal links for the test app HOTFIX (#15919)
Browse files Browse the repository at this point in the history
* feat: Configure universal links for the test app

* Add well-known to codeowner to speed up development
  • Loading branch information
eirikurn authored Sep 9, 2024
1 parent b306068 commit c212fd7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ libs/clients/rsk/relationships/
/libs/service-portal/sessions @island-is/aranja
/apps/native/app/ @island-is/aranja-app
codemagic.yaml @island-is/aranja-app
/apps/web/public/.well-known/ @island-is/aranja-app

/apps/judicial-system/ @island-is/kolibri-justice-league
/libs/judicial-system/ @island-is/kolibri-justice-league
Expand Down
20 changes: 19 additions & 1 deletion apps/web/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"applinks": {},
"applinks": {
"details": [
{
"appIDs": [
"J3WWZR9JLF.is.island.app.dev"
],
"components": [
{ "/": "/minarsidur/postholf" },
{ "/": "/minarsidur/postholf/*" },
{ "/": "/minarsidur/skirteini" },
{ "/": "/minarsidur/eignir/fasteignir" },
{ "/": "/minarsidur/eignir/fasteignir/*" },
{ "/": "/minarsidur/eignir/okutaeki/min-okutaeki" },
{ "/": "/minarsidur/eignir/okutaeki/min-okutaeki/*" },
{ "/": "/minarsidur/loftbru" }
]
}
]
},
"webcredentials": {
"apps": [
"J3WWZR9JLF.is.island.app",
Expand Down

0 comments on commit c212fd7

Please sign in to comment.