|
|
@@ -17,6 +17,11 @@
|
|
|
110AEDEC2C51A0AE00615CC9 /* ShortcutsConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110AEDE72C51A0AE00615CC9 /* ShortcutsConfigDataFlow.swift */; };
|
|
|
110AEDED2C51A0AE00615CC9 /* ShortcutsConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110AEDE82C51A0AE00615CC9 /* ShortcutsConfigProvider.swift */; };
|
|
|
110AEDEE2C51A0AE00615CC9 /* ShortcutsConfigStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110AEDE92C51A0AE00615CC9 /* ShortcutsConfigStateModel.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 */; };
|
|
|
17A9D0899046B45E87834820 /* CREditorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C8D5F457B5AFF763F8CF3DF /* CREditorProvider.swift */; };
|
|
|
19012CDC291D2CB900FB8210 /* LoopStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19012CDB291D2CB900FB8210 /* LoopStats.swift */; };
|
|
|
190EBCC429FF136900BA767D /* StatConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190EBCC329FF136900BA767D /* StatConfigDataFlow.swift */; };
|
|
|
@@ -560,6 +565,11 @@
|
|
|
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 /* StatConfigDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatConfigDataFlow.swift; sourceTree = "<group>"; };
|
|
|
@@ -1186,6 +1196,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 = (
|
|
|
@@ -2303,6 +2325,7 @@
|
|
|
CE7CA3422A064973004BE681 /* Shortcuts */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 118DF7692C5ECBC60067FEB7 /* Override */,
|
|
|
110AEDE22C5193D100615CC9 /* Bolus */,
|
|
|
CE1856F32ADC4835007E39C7 /* Carbs */,
|
|
|
CE7CA3432A064973004BE681 /* AppShortcuts.swift */,
|
|
|
@@ -2928,6 +2951,7 @@
|
|
|
110AEDEE2C51A0AE00615CC9 /* ShortcutsConfigStateModel.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 */,
|
|
|
@@ -3034,6 +3058,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 */,
|
|
|
@@ -3059,6 +3084,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 */,
|
|
|
CC41E29A2B1E1F460070974F /* HistoryLayout.swift in Sources */,
|
|
|
@@ -3192,6 +3218,7 @@
|
|
|
38FEF413273B317A00574A46 /* HKUnit.swift in Sources */,
|
|
|
A33352ED40476125EBAC6EE0 /* CREditorDataFlow.swift in Sources */,
|
|
|
17A9D0899046B45E87834820 /* CREditorProvider.swift in Sources */,
|
|
|
+ 118DF76B2C5ECBC60067FEB7 /* CancelOverrideIntent.swift in Sources */,
|
|
|
69B9A368029F7EB39F525422 /* CREditorStateModel.swift in Sources */,
|
|
|
38E44538274E411700EC9A94 /* Disk+[Data].swift in Sources */,
|
|
|
98641AF4F92123DA668AB931 /* CREditorRootView.swift in Sources */,
|
|
|
@@ -3248,6 +3275,7 @@
|
|
|
C967DACD3B1E638F8B43BE06 /* ManualTempBasalStateModel.swift in Sources */,
|
|
|
FE41E4D429463C660047FD55 /* NightscoutStatistics.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 */,
|