From 0da58f2445980efada354f219299694e145fd687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=9D=E7=8A=B6?= Date: Wed, 30 Jan 2019 18:11:19 +0800 Subject: [PATCH 1/3] Update apple-app-site-association --- apple-app-site-association | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apple-app-site-association b/apple-app-site-association index 93428b1..3a94156 100644 --- a/apple-app-site-association +++ b/apple-app-site-association @@ -3,9 +3,9 @@ "apps": [], "details": [ { - "appID": "KFCNEC27GU.com.razeware.UniveralLinksTutorial", + "appID": "473VV338ZU.com.zgpeace.UniversalLinks", "paths": [ "*"] } ] } -} \ No newline at end of file +} From 8acbbd8abe7c4bc029643c8aa5837267f523e309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=9D=E7=8A=B6?= Date: Wed, 30 Jan 2019 18:12:44 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd581b..2872e1f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ You can easily deploy your own version of the web app for free to Heroku by clic | Starter | Final | |---------|-------| -| [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/raywenderlich/universal-links/tree/starter) | [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/raywenderlich/universal-links/tree/final) | +| [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/raywenderlich/universal-links/tree/starter) | [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/zgpeace/universal-links/tree/final) | + +https://github.com/zgpeace/universal-links/tree/final From cf4395e908270f0b725382593a1cdcb5bc0c860d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=9D=E7=8A=B6?= Date: Wed, 30 Jan 2019 18:42:44 +0800 Subject: [PATCH 3/3] Update apple-app-site-association --- apple-app-site-association | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apple-app-site-association b/apple-app-site-association index 3a94156..9cabf3c 100644 --- a/apple-app-site-association +++ b/apple-app-site-association @@ -5,6 +5,10 @@ { "appID": "473VV338ZU.com.zgpeace.UniversalLinks", "paths": [ "*"] + }, + { + "appID": "473VV338ZU.com.zgpeace.UniversalLinksNew", + "paths": [ "*"] } ] }