From fc77f4eeb3f043794c0946a488dd3527564056ed Mon Sep 17 00:00:00 2001 From: Chuck Dries <chuckd@axosoft.com> Date: Mon, 10 Aug 2020 14:23:05 -0700 Subject: [PATCH] add apple app site association= --- apple-app-site-association | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apple-app-site-association diff --git a/apple-app-site-association b/apple-app-site-association new file mode 100644 index 0000000..0b3263e --- /dev/null +++ b/apple-app-site-association @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "T7QVVUTZQ8.com.axosoft.glo.dev", + "paths": [ "/glo*"] + } + ] + } +}