mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Fix App Group
This commit is contained in:
parent
1aadb0ce3a
commit
5fa4c7e4f4
@ -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 New Issue
Block a user