mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 10:11:00 +00:00
Fix App Group
This commit is contained in:
parent
1aadb0ce3a
commit
5fa4c7e4f4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import SwiftUI
|
|||
|
||||
@MainActor
|
||||
public class UserPreferences: ObservableObject {
|
||||
public static let sharedDefault = UserDefaults(suiteName: "group.icecubesapps")
|
||||
public static let sharedDefault = UserDefaults(suiteName: "group.com.thomasricouard.IceCubesApp")
|
||||
public static let shared = UserPreferences()
|
||||
|
||||
private var client: Client?
|
||||
|
|
Loading…
Reference in a new issue