From 0b5060bc00d0e31d4bb43ee21e22d16dae000d02 Mon Sep 17 00:00:00 2001 From: 98d93b35-9e3d-4fbd-80fe-35bfa46b2aef Date: Mon, 11 May 2020 09:54:55 +0800 Subject: [PATCH] Update apple-app-site-association --- apple-app-site-association | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/apple-app-site-association b/apple-app-site-association index 9c8e40b..2581ca6 100644 --- a/apple-app-site-association +++ b/apple-app-site-association @@ -3,11 +3,19 @@ "apps": [], "details": [ { - "appID": "9JA89QQLNQ.com.apple.wwdc", - "paths": [ "/wwdc/news/", "/videos/wwdc/2015/*"] + "appID": "7BDKEPMWR2.com.xinchao.dcrm", + "paths": [ "*" ] }, { - "appID": "ABCD1234.com.apple.wwdc", + "appID": "7BDKEPMWR2.com.xinchao.dcrm.dev", + "paths": [ "*" ] + }, + { + "appID": "7BDKEPMWR2.com.xinchao.dcrm.sit", + "paths": [ "*" ] + }, + { + "appID": "7BDKEPMWR2.com.xinchao.dcrm.uat", "paths": [ "*" ] } ]