From 783a86fe58ae6b76cf6e09243712cb63905afb92 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 26 Feb 2018 23:32:06 -0500 Subject: [PATCH] isMacAppStore --- src/abstractions/platformUtils.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/abstractions/platformUtils.service.ts b/src/abstractions/platformUtils.service.ts index 3835bd062d..5ed47ede54 100644 --- a/src/abstractions/platformUtils.service.ts +++ b/src/abstractions/platformUtils.service.ts @@ -9,6 +9,7 @@ export abstract class PlatformUtilsService { isOpera: () => boolean; isVivaldi: () => boolean; isSafari: () => boolean; + isMacAppStore: () => boolean; analyticsId: () => string; getDomain: (uriString: string) => string; isViewOpen: () => boolean;