isMacAppStore implementation

This commit is contained in:
Kyle Spearrin 2018-02-26 23:51:17 -05:00
parent 81c9f5a5f0
commit 0664f98bc2
2 changed files with 5 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit b747830c5b4360bf50d6e02126ebaab24e3028d5
Subproject commit 902d72457cbeb99ef5d9eb69945ad43658f69277

View File

@ -110,6 +110,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return this.getDevice() === DeviceType.Safari;
}
isMacAppStore(): boolean {
return false;
}
analyticsId(): string {
if (this.analyticsIdCache) {
return this.analyticsIdCache;