From 5c6f864d5afc586169dab9061bb49e561c3807ec Mon Sep 17 00:00:00 2001 From: luckuveryx Date: Thu, 10 Aug 2023 10:49:42 +0800 Subject: [PATCH] aasa: add dev & stg flavors --- .well-known/apple-app-site-association | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association index cd0469b..aef22c5 100644 --- a/.well-known/apple-app-site-association +++ b/.well-known/apple-app-site-association @@ -2,6 +2,18 @@ "applinks": { "apps": [], "details": [ + { + "appID": "2J32387GHW.com.evolve.evlve.dev", + "paths": [ + "*" + ] + }, + { + "appID": "2J32387GHW.com.evolve.evlve.stg", + "paths": [ + "*" + ] + }, { "appID": "2J32387GHW.com.evolve.evlve", "paths": [ @@ -12,6 +24,8 @@ }, "webcredentials": { "apps": [ + "2J32387GHW.com.evolve.evlve.dev", + "2J32387GHW.com.evolve.evlve.stg", "2J32387GHW.com.evolve.evlve" ] }