|
13 | 13 | 654134182E1DC09700BDBE08 /* OverridePresetsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654134172E1DC09700BDBE08 /* OverridePresetsView.swift */; }; |
14 | 14 | 6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654134192E1DC27900BDBE08 /* OverridePresetData.swift */; }; |
15 | 15 | 6541341C2E1DC28000BDBE08 /* DateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6541341B2E1DC28000BDBE08 /* DateExtensions.swift */; }; |
| 16 | + 656F8C102E49F36F0008DC1D /* QRCodeDisplayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */; }; |
| 17 | + 656F8C122E49F3780008DC1D /* QRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */; }; |
| 18 | + 656F8C142E49F3D20008DC1D /* RemoteCommandSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */; }; |
| 19 | + 65E153C32E4BB69100693A4F /* URLTokenValidationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */; }; |
16 | 20 | 6584B1012E4A263900135D4D /* TOTPService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6584B1002E4A263900135D4D /* TOTPService.swift */; }; |
17 | 21 | 65E8A2862E44B0300065037B /* VolumeButtonHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */; }; |
18 | 22 | DD0247592DB2E89600FCADF6 /* AlarmCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD0247582DB2E89600FCADF6 /* AlarmCondition.swift */; }; |
|
399 | 403 | 654134172E1DC09700BDBE08 /* OverridePresetsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetsView.swift; sourceTree = "<group>"; }; |
400 | 404 | 654134192E1DC27900BDBE08 /* OverridePresetData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetData.swift; sourceTree = "<group>"; }; |
401 | 405 | 6541341B2E1DC28000BDBE08 /* DateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtensions.swift; sourceTree = "<group>"; }; |
| 406 | + 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeDisplayView.swift; sourceTree = "<group>"; }; |
| 407 | + 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeGenerator.swift; sourceTree = "<group>"; }; |
| 408 | + 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteCommandSettings.swift; sourceTree = "<group>"; }; |
| 409 | + 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLTokenValidationView.swift; sourceTree = "<group>"; }; |
402 | 410 | 6584B1002E4A263900135D4D /* TOTPService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TOTPService.swift; sourceTree = "<group>"; }; |
403 | 411 | 65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VolumeButtonHandler.swift; sourceTree = "<group>"; }; |
404 | 412 | A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LoopFollow.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
916 | 924 | DD4878062C7B2E9E0048F05C /* Settings */ = { |
917 | 925 | isa = PBXGroup; |
918 | 926 | children = ( |
| 927 | + 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */, |
| 928 | + 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */, |
919 | 929 | DD4878072C7B30BF0048F05C /* RemoteSettingsView.swift */, |
920 | 930 | DD4878092C7B30D40048F05C /* RemoteSettingsViewModel.swift */, |
921 | 931 | ); |
|
1220 | 1230 | DDF6999C2C5AAA4C0058A8D9 /* Views */ = { |
1221 | 1231 | isa = PBXGroup; |
1222 | 1232 | children = ( |
| 1233 | + 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */, |
1223 | 1234 | DDE75D2C2DE71401007C1FC1 /* TogglableSecureInput.swift */, |
1224 | 1235 | DDE75D222DE5E505007C1FC1 /* Glyph.swift */, |
1225 | 1236 | DD8316492DE4C504004467AA /* SettingsStepperRow.swift */, |
|
1489 | 1500 | FCC688542489367300A0279D /* Helpers */ = { |
1490 | 1501 | isa = PBXGroup; |
1491 | 1502 | children = ( |
| 1503 | + 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */, |
1492 | 1504 | DD4A407D2E6AFEE6007B318B /* AuthService.swift */, |
1493 | 1505 | DD1D52B82E1EB5DC00432050 /* TabPosition.swift */, |
1494 | 1506 | DD83164B2DE4DB3A004467AA /* BinaryFloatingPoint+localized.swift */, |
|
1880 | 1892 | DDF6999B2C5AA32E0058A8D9 /* TempTargetPreset.swift in Sources */, |
1881 | 1893 | DD7F4C0F2DD51EC200D449E9 /* TempTargetStartCondition.swift in Sources */, |
1882 | 1894 | DDBD19962DFB44B0005C2D69 /* Alarm+byPriorityThenSpec.swift in Sources */, |
| 1895 | + 656F8C102E49F36F0008DC1D /* QRCodeDisplayView.swift in Sources */, |
1883 | 1896 | DDC6CA3D2DD7C6090060EE25 /* TemporaryCondition.swift in Sources */, |
1884 | 1897 | DD9ACA0E2D340BFF00415D8A /* AlarmTask.swift in Sources */, |
1885 | 1898 | DDCF9A822D85FD15004DF4DD /* AlarmType.swift in Sources */, |
1886 | 1899 | DD7FFAFD2A72953000C3A304 /* EKEventStore+Extensions.swift in Sources */, |
| 1900 | + 656F8C122E49F3780008DC1D /* QRCodeGenerator.swift in Sources */, |
1887 | 1901 | 6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */, |
1888 | 1902 | FCC6886724898F8000A0279D /* UserDefaultsValue.swift in Sources */, |
1889 | 1903 | DD7F4C092DD504A700D449E9 /* OverrideStartCondition.swift in Sources */, |
|
1900 | 1914 | DD7F4C072DD5042F00D449E9 /* OverrideStartAlarmEditor.swift in Sources */, |
1901 | 1915 | DDCC3A4B2DDBB5E4006F1C10 /* BatteryCondition.swift in Sources */, |
1902 | 1916 | DDDF6F492D479AF000884336 /* NoRemoteView.swift in Sources */, |
| 1917 | + 656F8C142E49F3D20008DC1D /* RemoteCommandSettings.swift in Sources */, |
1903 | 1918 | DD12D4872E1705E6004E0112 /* AlarmsContainerView.swift in Sources */, |
1904 | 1919 | DD83164A2DE4C504004467AA /* SettingsStepperRow.swift in Sources */, |
1905 | 1920 | DD0650ED2DCE9371004D3B41 /* HighBgAlarmEditor.swift in Sources */, |
|
2053 | 2068 | DD0650EF2DCE96FF004D3B41 /* HighBGCondition.swift in Sources */, |
2054 | 2069 | DDC6CA472DD8D9010060EE25 /* PumpChangeAlarmEditor.swift in Sources */, |
2055 | 2070 | DD4878132C7B750D0048F05C /* TempTargetView.swift in Sources */, |
| 2071 | + 65E153C32E4BB69100693A4F /* URLTokenValidationView.swift in Sources */, |
2056 | 2072 | DD0C0C682C48529400DBADDF /* Metric.swift in Sources */, |
2057 | 2073 | FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */, |
2058 | 2074 | DDC6CA432DD8CED20060EE25 /* SensorAgeCondition.swift in Sources */, |
|
0 commit comments