closed #98
This commit is contained in:
@@ -10,11 +10,16 @@ import SwiftUI
|
||||
|
||||
struct Constants {
|
||||
static let groupShareId = "group.com.88oak.ifeel"
|
||||
static let groupShareIdDebug = "group.com.88oak.ifeelDebug"
|
||||
}
|
||||
|
||||
struct GroupUserDefaults {
|
||||
static var groupDefaults: UserDefaults {
|
||||
#if DEBUG
|
||||
return UserDefaults(suiteName: Constants.groupShareIdDebug)!
|
||||
#else
|
||||
return UserDefaults(suiteName: Constants.groupShareId)!
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user