|
|
@@ -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 /* CarbRatioEditorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C8D5F457B5AFF763F8CF3DF /* CarbRatioEditorProvider.swift */; };
|
|
|
19012CDC291D2CB900FB8210 /* LoopStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19012CDB291D2CB900FB8210 /* LoopStats.swift */; };
|
|
|
190EBCC429FF136900BA767D /* UserInterfaceSettingsDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190EBCC329FF136900BA767D /* UserInterfaceSettingsDataFlow.swift */; };
|
|
|
@@ -250,6 +255,7 @@
|
|
|
5864E8592C42CFAE00294306 /* DeterminationStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5864E8582C42CFAE00294306 /* DeterminationStorage.swift */; };
|
|
|
587DA1F62B77F3DD00B28F8A /* SettingsRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 587DA1F52B77F3DD00B28F8A /* SettingsRowView.swift */; };
|
|
|
5887527C2BD986E1008B081D /* OpenAPSBattery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5887527B2BD986E1008B081D /* OpenAPSBattery.swift */; };
|
|
|
+ 58CE8B892C8C6B62007A6A10 /* GradientStops.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58CE8B882C8C6B62007A6A10 /* GradientStops.swift */; };
|
|
|
58F107742BD1A4D000B1A680 /* Determination+helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58F107732BD1A4D000B1A680 /* Determination+helper.swift */; };
|
|
|
5A2325522BFCBF55003518CA /* NightscoutUploadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A2325512BFCBF55003518CA /* NightscoutUploadView.swift */; };
|
|
|
5A2325542BFCBF66003518CA /* NightscoutFetchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A2325532BFCBF65003518CA /* NightscoutFetchView.swift */; };
|
|
|
@@ -592,6 +598,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>"; };
|
|
|
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>"; };
|
|
|
@@ -887,6 +898,7 @@
|
|
|
5864E8582C42CFAE00294306 /* DeterminationStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeterminationStorage.swift; sourceTree = "<group>"; };
|
|
|
587DA1F52B77F3DD00B28F8A /* SettingsRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsRowView.swift; sourceTree = "<group>"; };
|
|
|
5887527B2BD986E1008B081D /* OpenAPSBattery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenAPSBattery.swift; sourceTree = "<group>"; };
|
|
|
+ 58CE8B882C8C6B62007A6A10 /* GradientStops.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientStops.swift; sourceTree = "<group>"; };
|
|
|
58F107732BD1A4D000B1A680 /* Determination+helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Determination+helper.swift"; sourceTree = "<group>"; };
|
|
|
5A2325512BFCBF55003518CA /* NightscoutUploadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightscoutUploadView.swift; sourceTree = "<group>"; };
|
|
|
5A2325532BFCBF65003518CA /* NightscoutFetchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightscoutFetchView.swift; sourceTree = "<group>"; };
|
|
|
@@ -1254,6 +1266,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 = (
|
|
|
@@ -1923,6 +1947,7 @@
|
|
|
581516A32BCED84A00BF67D7 /* DebuggingIdentifiers.swift */,
|
|
|
DD1DB7CB2BECCA1F0048B367 /* BuildDetails.swift */,
|
|
|
DD6B7CB12C7B6F0800B75029 /* Rounding.swift */,
|
|
|
+ 58CE8B882C8C6B62007A6A10 /* GradientStops.swift */,
|
|
|
);
|
|
|
path = Helpers;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2355,6 +2380,7 @@
|
|
|
CE7CA3422A064973004BE681 /* Shortcuts */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 118DF7692C5ECBC60067FEB7 /* Override */,
|
|
|
110AEDE22C5193D100615CC9 /* Bolus */,
|
|
|
CE1856F32ADC4835007E39C7 /* Carbs */,
|
|
|
CE7CA3432A064973004BE681 /* AppShortcuts.swift */,
|
|
|
@@ -3130,6 +3156,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 +3273,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 +3302,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 */,
|
|
|
@@ -3418,6 +3447,7 @@
|
|
|
38FEF413273B317A00574A46 /* HKUnit.swift in Sources */,
|
|
|
A33352ED40476125EBAC6EE0 /* CarbRatioEditorDataFlow.swift in Sources */,
|
|
|
17A9D0899046B45E87834820 /* CarbRatioEditorProvider.swift in Sources */,
|
|
|
+ 118DF76B2C5ECBC60067FEB7 /* CancelOverrideIntent.swift in Sources */,
|
|
|
69B9A368029F7EB39F525422 /* CarbRatioEditorStateModel.swift in Sources */,
|
|
|
38E44538274E411700EC9A94 /* Disk+[Data].swift in Sources */,
|
|
|
98641AF4F92123DA668AB931 /* CarbRatioEditorRootView.swift in Sources */,
|
|
|
@@ -3473,7 +3503,9 @@
|
|
|
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 */,
|
|
|
+ 58CE8B892C8C6B62007A6A10 /* GradientStops.swift in Sources */,
|
|
|
38E44534274E411700EC9A94 /* Disk+InternalHelpers.swift in Sources */,
|
|
|
38A00B2325FC2B55006BC0B0 /* LRUCache.swift in Sources */,
|
|
|
DDD163122C4C689900CD525A /* OverrideStateModel.swift in Sources */,
|