From 09f9f191828d38acf11ad4de4d492b3ebdbffcf0 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Mon, 25 Jul 2022 15:35:26 -0700 Subject: [PATCH] add webcredentials to apple site assoc file --- packages/web/public/.well-known/apple-app-site-association | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/web/public/.well-known/apple-app-site-association b/packages/web/public/.well-known/apple-app-site-association index c2ce255e2..c3390724c 100644 --- a/packages/web/public/.well-known/apple-app-site-association +++ b/packages/web/public/.well-known/apple-app-site-association @@ -13,5 +13,10 @@ ] } ] + }, + "webcredentials": { + "apps": [ + "QJF2XZ86HB.app.omnivore.app" + ] } }