From fca570b239857025577dd221cb0f1e4c4c214a3e Mon Sep 17 00:00:00 2001 From: Han Cen Date: Tue, 22 Jun 2021 10:30:43 +0800 Subject: [PATCH] Update group preference identifier --- Glance/Shared/Utils/Stats.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glance/Shared/Utils/Stats.swift b/Glance/Shared/Utils/Stats.swift index 1374c2a..6fbb3a5 100644 --- a/Glance/Shared/Utils/Stats.swift +++ b/Glance/Shared/Utils/Stats.swift @@ -11,7 +11,7 @@ class Stats { private let defaults: UserDefaults? init() { - defaults = UserDefaults(suiteName: "com.chamburr.glance") + defaults = UserDefaults(suiteName: "group.com.chamburr.glance") if defaults == nil { os_log( "Unable to initialize user defaults: Object is null",