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 diff --git a/apple-app-site-association b/apple-app-site-association index 93428b1..9cabf3c 100644 --- a/apple-app-site-association +++ b/apple-app-site-association @@ -3,9 +3,13 @@ "apps": [], "details": [ { - "appID": "KFCNEC27GU.com.razeware.UniveralLinksTutorial", + "appID": "473VV338ZU.com.zgpeace.UniversalLinks", + "paths": [ "*"] + }, + { + "appID": "473VV338ZU.com.zgpeace.UniversalLinksNew", "paths": [ "*"] } ] } -} \ No newline at end of file +}