|
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 */; }; |
|
401 | 405 | 654134172E1DC09700BDBE08 /* OverridePresetsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetsView.swift; sourceTree = "<group>"; }; |
402 | 406 | 654134192E1DC27900BDBE08 /* OverridePresetData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverridePresetData.swift; sourceTree = "<group>"; }; |
403 | 407 | 6541341B2E1DC28000BDBE08 /* DateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtensions.swift; sourceTree = "<group>"; }; |
| 408 | + 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeDisplayView.swift; sourceTree = "<group>"; }; |
| 409 | + 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeGenerator.swift; sourceTree = "<group>"; }; |
| 410 | + 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteCommandSettings.swift; sourceTree = "<group>"; }; |
| 411 | + 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLTokenValidationView.swift; sourceTree = "<group>"; }; |
404 | 412 | 6584B1002E4A263900135D4D /* TOTPService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TOTPService.swift; sourceTree = "<group>"; }; |
405 | 413 | 65E8A2852E44B0300065037B /* VolumeButtonHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VolumeButtonHandler.swift; sourceTree = "<group>"; }; |
406 | 414 | A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LoopFollow.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
920 | 928 | DD4878062C7B2E9E0048F05C /* Settings */ = { |
921 | 929 | isa = PBXGroup; |
922 | 930 | children = ( |
| 931 | + 65E153C22E4BB69100693A4F /* URLTokenValidationView.swift */, |
| 932 | + 656F8C132E49F3D20008DC1D /* RemoteCommandSettings.swift */, |
923 | 933 | DD4878072C7B30BF0048F05C /* RemoteSettingsView.swift */, |
924 | 934 | DD4878092C7B30D40048F05C /* RemoteSettingsViewModel.swift */, |
925 | 935 | ); |
|
1225 | 1235 | DDF6999C2C5AAA4C0058A8D9 /* Views */ = { |
1226 | 1236 | isa = PBXGroup; |
1227 | 1237 | children = ( |
| 1238 | + 656F8C0F2E49F36F0008DC1D /* QRCodeDisplayView.swift */, |
1228 | 1239 | DDE75D2C2DE71401007C1FC1 /* TogglableSecureInput.swift */, |
1229 | 1240 | DDE75D222DE5E505007C1FC1 /* Glyph.swift */, |
1230 | 1241 | DD8316492DE4C504004467AA /* SettingsStepperRow.swift */, |
|
1494 | 1505 | FCC688542489367300A0279D /* Helpers */ = { |
1495 | 1506 | isa = PBXGroup; |
1496 | 1507 | children = ( |
| 1508 | + 656F8C112E49F3780008DC1D /* QRCodeGenerator.swift */, |
1497 | 1509 | DD4A407D2E6AFEE6007B318B /* AuthService.swift */, |
1498 | 1510 | DD1D52B82E1EB5DC00432050 /* TabPosition.swift */, |
1499 | 1511 | DD83164B2DE4DB3A004467AA /* BinaryFloatingPoint+localized.swift */, |
|
1887 | 1899 | DDF6999B2C5AA32E0058A8D9 /* TempTargetPreset.swift in Sources */, |
1888 | 1900 | DD7F4C0F2DD51EC200D449E9 /* TempTargetStartCondition.swift in Sources */, |
1889 | 1901 | DDBD19962DFB44B0005C2D69 /* Alarm+byPriorityThenSpec.swift in Sources */, |
| 1902 | + 656F8C102E49F36F0008DC1D /* QRCodeDisplayView.swift in Sources */, |
1890 | 1903 | DDC6CA3D2DD7C6090060EE25 /* TemporaryCondition.swift in Sources */, |
1891 | 1904 | DD9ACA0E2D340BFF00415D8A /* AlarmTask.swift in Sources */, |
1892 | 1905 | DDCF9A822D85FD15004DF4DD /* AlarmType.swift in Sources */, |
1893 | 1906 | DD7FFAFD2A72953000C3A304 /* EKEventStore+Extensions.swift in Sources */, |
| 1907 | + 656F8C122E49F3780008DC1D /* QRCodeGenerator.swift in Sources */, |
1894 | 1908 | 6541341A2E1DC27900BDBE08 /* OverridePresetData.swift in Sources */, |
1895 | 1909 | FCC6886724898F8000A0279D /* UserDefaultsValue.swift in Sources */, |
1896 | 1910 | DD7F4C092DD504A700D449E9 /* OverrideStartCondition.swift in Sources */, |
|
1907 | 1921 | DD7F4C072DD5042F00D449E9 /* OverrideStartAlarmEditor.swift in Sources */, |
1908 | 1922 | DDCC3A4B2DDBB5E4006F1C10 /* BatteryCondition.swift in Sources */, |
1909 | 1923 | DDDF6F492D479AF000884336 /* NoRemoteView.swift in Sources */, |
| 1924 | + 656F8C142E49F3D20008DC1D /* RemoteCommandSettings.swift in Sources */, |
1910 | 1925 | DD12D4872E1705E6004E0112 /* AlarmsContainerView.swift in Sources */, |
1911 | 1926 | DD83164A2DE4C504004467AA /* SettingsStepperRow.swift in Sources */, |
1912 | 1927 | DD0650ED2DCE9371004D3B41 /* HighBgAlarmEditor.swift in Sources */, |
|
2060 | 2075 | DD0650EF2DCE96FF004D3B41 /* HighBGCondition.swift in Sources */, |
2061 | 2076 | DDC6CA472DD8D9010060EE25 /* PumpChangeAlarmEditor.swift in Sources */, |
2062 | 2077 | DD4878132C7B750D0048F05C /* TempTargetView.swift in Sources */, |
| 2078 | + 65E153C32E4BB69100693A4F /* URLTokenValidationView.swift in Sources */, |
2063 | 2079 | DD0C0C682C48529400DBADDF /* Metric.swift in Sources */, |
2064 | 2080 | FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */, |
2065 | 2081 | DDC6CA432DD8CED20060EE25 /* SensorAgeCondition.swift in Sources */, |
|
0 commit comments