We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feefbd commit e19235eCopy full SHA for e19235e
LoopCore/NSUserDefaults.swift
@@ -20,6 +20,7 @@ extension UserDefaults {
20
case lastProfileExpirationAlertDate = "com.loopkit.Loop.lastProfileExpirationAlertDate"
21
case allowDebugFeatures = "com.loopkit.Loop.allowDebugFeatures"
22
case allowSimulators = "com.loopkit.Loop.allowSimulators"
23
+ case LastMissedMealNotification = "com.loopkit.Loop.lastMissedMealNotification"
24
}
25
26
public static let appGroup = UserDefaults(suiteName: Bundle.main.appGroupSuiteName)
0 commit comments