|
|
@@ -18,6 +18,11 @@
|
|
|
110AEDED2C51A0AE00615CC9 /* ShortcutsConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110AEDE82C51A0AE00615CC9 /* ShortcutsConfigProvider.swift */; };
|
|
|
110AEDEE2C51A0AE00615CC9 /* ShortcutsConfigStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110AEDE92C51A0AE00615CC9 /* ShortcutsConfigStateModel.swift */; };
|
|
|
17A9D0899046B45E87834820 /* CarbRatioEditorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C8D5F457B5AFF763F8CF3DF /* CarbRatioEditorProvider.swift */; };
|
|
|
+ 118DF76A2C5ECBC60067FEB7 /* ApplyOverridePresetIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118DF7642C5ECBC60067FEB7 /* ApplyOverridePresetIntent.swift */; };
|
|
|
+ 118DF76B2C5ECBC60067FEB7 /* CancelOverrideIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118DF7652C5ECBC60067FEB7 /* CancelOverrideIntent.swift */; };
|
|
|
+ 118DF76C2C5ECBC60067FEB7 /* ListOverridePresetIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118DF7662C5ECBC60067FEB7 /* ListOverridePresetIntent.swift */; };
|
|
|
+ 118DF76D2C5ECBC60067FEB7 /* OverridePresetEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118DF7672C5ECBC60067FEB7 /* OverridePresetEntity.swift */; };
|
|
|
+ 118DF76E2C5ECBC60067FEB7 /* OverridePresetsIntentRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118DF7682C5ECBC60067FEB7 /* OverridePresetsIntentRequest.swift */; };
|
|
|
19012CDC291D2CB900FB8210 /* LoopStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19012CDB291D2CB900FB8210 /* LoopStats.swift */; };
|
|
|
190EBCC429FF136900BA767D /* UserInterfaceSettingsDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190EBCC329FF136900BA767D /* UserInterfaceSettingsDataFlow.swift */; };
|
|
|
190EBCC629FF138000BA767D /* UserInterfaceSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190EBCC529FF138000BA767D /* UserInterfaceSettingsProvider.swift */; };
|
|
|
@@ -592,6 +597,12 @@
|
|
|
110AEDE72C51A0AE00615CC9 /* ShortcutsConfigDataFlow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShortcutsConfigDataFlow.swift; sourceTree = "<group>"; };
|
|
|
110AEDE82C51A0AE00615CC9 /* ShortcutsConfigProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShortcutsConfigProvider.swift; sourceTree = "<group>"; };
|
|
|
110AEDE92C51A0AE00615CC9 /* ShortcutsConfigStateModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShortcutsConfigStateModel.swift; sourceTree = "<group>"; };
|
|
|
+ 118DF7642C5ECBC60067FEB7 /* ApplyOverridePresetIntent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApplyOverridePresetIntent.swift; sourceTree = "<group>"; };
|
|
|
+ 118DF7652C5ECBC60067FEB7 /* CancelOverrideIntent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancelOverrideIntent.swift; sourceTree = "<group>"; };
|
|
|
+ 118DF7662C5ECBC60067FEB7 /* ListOverridePresetIntent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListOverridePresetIntent.swift; sourceTree = "<group>"; };
|
|
|
+ 118DF7672C5ECBC60067FEB7 /* OverridePresetEntity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OverridePresetEntity.swift; sourceTree = "<group>"; };
|
|
|
+ 118DF7682C5ECBC60067FEB7 /* OverridePresetsIntentRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OverridePresetsIntentRequest.swift; sourceTree = "<group>"; };
|
|
|
+ 12204445D7632AF09264A979 /* PreferencesEditorDataFlow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PreferencesEditorDataFlow.swift; sourceTree = "<group>"; };
|
|
|
19012CDB291D2CB900FB8210 /* LoopStats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopStats.swift; sourceTree = "<group>"; };
|
|
|
190EBCC329FF136900BA767D /* UserInterfaceSettingsDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInterfaceSettingsDataFlow.swift; sourceTree = "<group>"; };
|
|
|
190EBCC529FF138000BA767D /* UserInterfaceSettingsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInterfaceSettingsProvider.swift; sourceTree = "<group>"; };
|
|
|
@@ -1254,6 +1265,18 @@
|
|
|
path = ShortcutsConfig;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 118DF7692C5ECBC60067FEB7 /* Override */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 118DF7642C5ECBC60067FEB7 /* ApplyOverridePresetIntent.swift */,
|
|
|
+ 118DF7652C5ECBC60067FEB7 /* CancelOverrideIntent.swift */,
|
|
|
+ 118DF7662C5ECBC60067FEB7 /* ListOverridePresetIntent.swift */,
|
|
|
+ 118DF7672C5ECBC60067FEB7 /* OverridePresetEntity.swift */,
|
|
|
+ 118DF7682C5ECBC60067FEB7 /* OverridePresetsIntentRequest.swift */,
|
|
|
+ );
|
|
|
+ path = Override;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
18B49BC9587A59E3A347C1CD /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -2355,6 +2378,7 @@
|
|
|
CE7CA3422A064973004BE681 /* Shortcuts */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 118DF7692C5ECBC60067FEB7 /* Override */,
|
|
|
110AEDE22C5193D100615CC9 /* Bolus */,
|
|
|
CE1856F32ADC4835007E39C7 /* Carbs */,
|
|
|
CE7CA3432A064973004BE681 /* AppShortcuts.swift */,
|
|
|
@@ -3130,6 +3154,7 @@
|
|
|
DD1745262C55526F00211FAC /* SMBSettingsRootView.swift in Sources */,
|
|
|
3811DE3025C9D49500A708ED /* HomeStateModel.swift in Sources */,
|
|
|
38BF021725E7CBBC00579895 /* PumpManagerExtensions.swift in Sources */,
|
|
|
+ 118DF76E2C5ECBC60067FEB7 /* OverridePresetsIntentRequest.swift in Sources */,
|
|
|
CEE9A6552BBB418300EB5194 /* CalibrationsProvider.swift in Sources */,
|
|
|
19F95FF529F10FCF00314DDC /* StatProvider.swift in Sources */,
|
|
|
38F3B2EF25ED8E2A005C48AA /* TempTargetsStorage.swift in Sources */,
|
|
|
@@ -3246,6 +3271,7 @@
|
|
|
DD57C4C72C4C7103001A5B28 /* CarbEntryStored+CoreDataProperties.swift in Sources */,
|
|
|
DD57C4C82C4C7103001A5B28 /* OpenAPS_Battery+CoreDataClass.swift in Sources */,
|
|
|
DD57C4C92C4C7103001A5B28 /* OpenAPS_Battery+CoreDataProperties.swift in Sources */,
|
|
|
+ 118DF76D2C5ECBC60067FEB7 /* OverridePresetEntity.swift in Sources */,
|
|
|
DD57C4CA2C4C7103001A5B28 /* GlucoseStored+CoreDataClass.swift in Sources */,
|
|
|
DD57C4CB2C4C7103001A5B28 /* GlucoseStored+CoreDataProperties.swift in Sources */,
|
|
|
DD57C4CC2C4C7103001A5B28 /* OverrideStored+CoreDataClass.swift in Sources */,
|
|
|
@@ -3274,6 +3300,7 @@
|
|
|
CEE9A6592BBB418300EB5194 /* CalibrationsDataFlow.swift in Sources */,
|
|
|
3811DE3525C9D49500A708ED /* HomeRootView.swift in Sources */,
|
|
|
38E98A2925F52C9300C0CED0 /* Error+Extensions.swift in Sources */,
|
|
|
+ 118DF76C2C5ECBC60067FEB7 /* ListOverridePresetIntent.swift in Sources */,
|
|
|
38EA05DA261F6E7C0064E39B /* SimpleLogReporter.swift in Sources */,
|
|
|
3811DE6125C9D4D500A708ED /* ViewModifiers.swift in Sources */,
|
|
|
3811DEAC25C9D88300A708ED /* NightscoutManager.swift in Sources */,
|
|
|
@@ -3419,6 +3446,7 @@
|
|
|
A33352ED40476125EBAC6EE0 /* CarbRatioEditorDataFlow.swift in Sources */,
|
|
|
17A9D0899046B45E87834820 /* CarbRatioEditorProvider.swift in Sources */,
|
|
|
69B9A368029F7EB39F525422 /* CarbRatioEditorStateModel.swift in Sources */,
|
|
|
+ 118DF76B2C5ECBC60067FEB7 /* CancelOverrideIntent.swift in Sources */,
|
|
|
38E44538274E411700EC9A94 /* Disk+[Data].swift in Sources */,
|
|
|
98641AF4F92123DA668AB931 /* CarbRatioEditorRootView.swift in Sources */,
|
|
|
BDF34F902C10CF8C00D51995 /* CoreDataStack.swift in Sources */,
|
|
|
@@ -3473,6 +3501,7 @@
|
|
|
BD1661312B82ADAB00256551 /* CustomProgressView.swift in Sources */,
|
|
|
C967DACD3B1E638F8B43BE06 /* ManualTempBasalStateModel.swift in Sources */,
|
|
|
38E4453B274E411700EC9A94 /* Disk+VolumeInformation.swift in Sources */,
|
|
|
+ 118DF76A2C5ECBC60067FEB7 /* ApplyOverridePresetIntent.swift in Sources */,
|
|
|
7BCFACB97C821041BA43A114 /* ManualTempBasalRootView.swift in Sources */,
|
|
|
38E44534274E411700EC9A94 /* Disk+InternalHelpers.swift in Sources */,
|
|
|
38A00B2325FC2B55006BC0B0 /* LRUCache.swift in Sources */,
|