Skip to content

Commit

Permalink
Update group preference identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Jun 22, 2021
1 parent 573789f commit fca570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Glance/Shared/Utils/Stats.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fca570b

Please sign in to comment.