|
@@ -13,6 +13,10 @@
|
|
|
654134182E1DC09700BDBE08 /* OverridePresetsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654134172E1DC09700BDBE08 /* OverridePresetsView.swift */; };
|
|
654134182E1DC09700BDBE08 /* OverridePresetsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654134172E1DC09700BDBE08 /* OverridePresetsView.swift */; };
|
|
|
6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654134192E1DC27900BDBE08 /* OverridePresetData.swift */; };
|
|
6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654134192E1DC27900BDBE08 /* OverridePresetData.swift */; };
|
|
|
6541341C2E1DC28000BDBE08 /* DateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6541341B2E1DC28000BDBE08 /* DateExtensions.swift */; };
|
|
6541341C2E1DC28000BDBE08 /* DateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6541341B2E1DC28000BDBE08 /* DateExtensions.swift */; };
|
|
|
|
|
+ 656F8C102E49F36F0008DC1D /* QRCodeDisplayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */; };
|
|
|
|
|
+ 656F8C122E49F3780008DC1D /* QRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */; };
|
|
|
|
|
+ 656F8C142E49F3D20008DC1D /* RemoteCommandSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */; };
|
|
|
|
|
+ 65E153C32E4BB69100693A4F /* URLTokenValidationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */; };
|
|
|
6584B1012E4A263900135D4D /* TOTPService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6584B1002E4A263900135D4D /* TOTPService.swift */; };
|
|
6584B1012E4A263900135D4D /* TOTPService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6584B1002E4A263900135D4D /* TOTPService.swift */; };
|
|
|
65E8A2862E44B0300065037B /* VolumeButtonHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */; };
|
|
65E8A2862E44B0300065037B /* VolumeButtonHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */; };
|
|
|
DD0247592DB2E89600FCADF6 /* AlarmCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD0247582DB2E89600FCADF6 /* AlarmCondition.swift */; };
|
|
DD0247592DB2E89600FCADF6 /* AlarmCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD0247582DB2E89600FCADF6 /* AlarmCondition.swift */; };
|
|
@@ -399,6 +403,10 @@
|
|
|
654134172E1DC09700BDBE08 /* OverridePresetsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetsView.swift; sourceTree = "<group>"; };
|
|
654134172E1DC09700BDBE08 /* OverridePresetsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetsView.swift; sourceTree = "<group>"; };
|
|
|
654134192E1DC27900BDBE08 /* OverridePresetData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetData.swift; sourceTree = "<group>"; };
|
|
654134192E1DC27900BDBE08 /* OverridePresetData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetData.swift; sourceTree = "<group>"; };
|
|
|
6541341B2E1DC28000BDBE08 /* DateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtensions.swift; sourceTree = "<group>"; };
|
|
6541341B2E1DC28000BDBE08 /* DateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtensions.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeDisplayView.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeGenerator.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteCommandSettings.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLTokenValidationView.swift; sourceTree = "<group>"; };
|
|
|
6584B1002E4A263900135D4D /* TOTPService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TOTPService.swift; sourceTree = "<group>"; };
|
|
6584B1002E4A263900135D4D /* TOTPService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TOTPService.swift; sourceTree = "<group>"; };
|
|
|
65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VolumeButtonHandler.swift; sourceTree = "<group>"; };
|
|
65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VolumeButtonHandler.swift; sourceTree = "<group>"; };
|
|
|
A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LoopFollow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LoopFollow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -916,6 +924,8 @@
|
|
|
DD4878062C7B2E9E0048F05C /* Settings */ = {
|
|
DD4878062C7B2E9E0048F05C /* Settings */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */,
|
|
|
|
|
+ 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */,
|
|
|
DD4878072C7B30BF0048F05C /* RemoteSettingsView.swift */,
|
|
DD4878072C7B30BF0048F05C /* RemoteSettingsView.swift */,
|
|
|
DD4878092C7B30D40048F05C /* RemoteSettingsViewModel.swift */,
|
|
DD4878092C7B30D40048F05C /* RemoteSettingsViewModel.swift */,
|
|
|
);
|
|
);
|
|
@@ -1220,6 +1230,7 @@
|
|
|
DDF6999C2C5AAA4C0058A8D9 /* Views */ = {
|
|
DDF6999C2C5AAA4C0058A8D9 /* Views */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */,
|
|
|
DDE75D2C2DE71401007C1FC1 /* TogglableSecureInput.swift */,
|
|
DDE75D2C2DE71401007C1FC1 /* TogglableSecureInput.swift */,
|
|
|
DDE75D222DE5E505007C1FC1 /* Glyph.swift */,
|
|
DDE75D222DE5E505007C1FC1 /* Glyph.swift */,
|
|
|
DD8316492DE4C504004467AA /* SettingsStepperRow.swift */,
|
|
DD8316492DE4C504004467AA /* SettingsStepperRow.swift */,
|
|
@@ -1489,6 +1500,7 @@
|
|
|
FCC688542489367300A0279D /* Helpers */ = {
|
|
FCC688542489367300A0279D /* Helpers */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */,
|
|
|
DD4A407D2E6AFEE6007B318B /* AuthService.swift */,
|
|
DD4A407D2E6AFEE6007B318B /* AuthService.swift */,
|
|
|
DD1D52B82E1EB5DC00432050 /* TabPosition.swift */,
|
|
DD1D52B82E1EB5DC00432050 /* TabPosition.swift */,
|
|
|
DD83164B2DE4DB3A004467AA /* BinaryFloatingPoint+localized.swift */,
|
|
DD83164B2DE4DB3A004467AA /* BinaryFloatingPoint+localized.swift */,
|
|
@@ -1880,10 +1892,12 @@
|
|
|
DDF6999B2C5AA32E0058A8D9 /* TempTargetPreset.swift in Sources */,
|
|
DDF6999B2C5AA32E0058A8D9 /* TempTargetPreset.swift in Sources */,
|
|
|
DD7F4C0F2DD51EC200D449E9 /* TempTargetStartCondition.swift in Sources */,
|
|
DD7F4C0F2DD51EC200D449E9 /* TempTargetStartCondition.swift in Sources */,
|
|
|
DDBD19962DFB44B0005C2D69 /* Alarm+byPriorityThenSpec.swift in Sources */,
|
|
DDBD19962DFB44B0005C2D69 /* Alarm+byPriorityThenSpec.swift in Sources */,
|
|
|
|
|
+ 656F8C102E49F36F0008DC1D /* QRCodeDisplayView.swift in Sources */,
|
|
|
DDC6CA3D2DD7C6090060EE25 /* TemporaryCondition.swift in Sources */,
|
|
DDC6CA3D2DD7C6090060EE25 /* TemporaryCondition.swift in Sources */,
|
|
|
DD9ACA0E2D340BFF00415D8A /* AlarmTask.swift in Sources */,
|
|
DD9ACA0E2D340BFF00415D8A /* AlarmTask.swift in Sources */,
|
|
|
DDCF9A822D85FD15004DF4DD /* AlarmType.swift in Sources */,
|
|
DDCF9A822D85FD15004DF4DD /* AlarmType.swift in Sources */,
|
|
|
DD7FFAFD2A72953000C3A304 /* EKEventStore+Extensions.swift in Sources */,
|
|
DD7FFAFD2A72953000C3A304 /* EKEventStore+Extensions.swift in Sources */,
|
|
|
|
|
+ 656F8C122E49F3780008DC1D /* QRCodeGenerator.swift in Sources */,
|
|
|
6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */,
|
|
6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */,
|
|
|
FCC6886724898F8000A0279D /* UserDefaultsValue.swift in Sources */,
|
|
FCC6886724898F8000A0279D /* UserDefaultsValue.swift in Sources */,
|
|
|
DD7F4C092DD504A700D449E9 /* OverrideStartCondition.swift in Sources */,
|
|
DD7F4C092DD504A700D449E9 /* OverrideStartCondition.swift in Sources */,
|
|
@@ -1900,6 +1914,7 @@
|
|
|
DD7F4C072DD5042F00D449E9 /* OverrideStartAlarmEditor.swift in Sources */,
|
|
DD7F4C072DD5042F00D449E9 /* OverrideStartAlarmEditor.swift in Sources */,
|
|
|
DDCC3A4B2DDBB5E4006F1C10 /* BatteryCondition.swift in Sources */,
|
|
DDCC3A4B2DDBB5E4006F1C10 /* BatteryCondition.swift in Sources */,
|
|
|
DDDF6F492D479AF000884336 /* NoRemoteView.swift in Sources */,
|
|
DDDF6F492D479AF000884336 /* NoRemoteView.swift in Sources */,
|
|
|
|
|
+ 656F8C142E49F3D20008DC1D /* RemoteCommandSettings.swift in Sources */,
|
|
|
DD12D4872E1705E6004E0112 /* AlarmsContainerView.swift in Sources */,
|
|
DD12D4872E1705E6004E0112 /* AlarmsContainerView.swift in Sources */,
|
|
|
DD83164A2DE4C504004467AA /* SettingsStepperRow.swift in Sources */,
|
|
DD83164A2DE4C504004467AA /* SettingsStepperRow.swift in Sources */,
|
|
|
DD0650ED2DCE9371004D3B41 /* HighBgAlarmEditor.swift in Sources */,
|
|
DD0650ED2DCE9371004D3B41 /* HighBgAlarmEditor.swift in Sources */,
|
|
@@ -2053,6 +2068,7 @@
|
|
|
DD0650EF2DCE96FF004D3B41 /* HighBGCondition.swift in Sources */,
|
|
DD0650EF2DCE96FF004D3B41 /* HighBGCondition.swift in Sources */,
|
|
|
DDC6CA472DD8D9010060EE25 /* PumpChangeAlarmEditor.swift in Sources */,
|
|
DDC6CA472DD8D9010060EE25 /* PumpChangeAlarmEditor.swift in Sources */,
|
|
|
DD4878132C7B750D0048F05C /* TempTargetView.swift in Sources */,
|
|
DD4878132C7B750D0048F05C /* TempTargetView.swift in Sources */,
|
|
|
|
|
+ 65E153C32E4BB69100693A4F /* URLTokenValidationView.swift in Sources */,
|
|
|
DD0C0C682C48529400DBADDF /* Metric.swift in Sources */,
|
|
DD0C0C682C48529400DBADDF /* Metric.swift in Sources */,
|
|
|
FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */,
|
|
FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */,
|
|
|
DDC6CA432DD8CED20060EE25 /* SensorAgeCondition.swift in Sources */,
|
|
DDC6CA432DD8CED20060EE25 /* SensorAgeCondition.swift in Sources */,
|