|
48 | 48 | DD493AE52ACF2383009A6922 /* Treatments.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD493AE42ACF2383009A6922 /* Treatments.swift */; }; |
49 | 49 | DD493AE72ACF23CF009A6922 /* DeviceStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD493AE62ACF23CF009A6922 /* DeviceStatus.swift */; }; |
50 | 50 | DD493AE92ACF2445009A6922 /* BGData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD493AE82ACF2445009A6922 /* BGData.swift */; }; |
| 51 | + DD50C7502D0828800057AE6F /* ContactSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD50C74F2D0828800057AE6F /* ContactSettingsViewModel.swift */; }; |
| 52 | + DD50C7532D0828D10057AE6F /* ContactSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD50C7522D0828D10057AE6F /* ContactSettingsView.swift */; }; |
| 53 | + DD50C7552D0862770057AE6F /* ContactImageUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD50C7542D0862770057AE6F /* ContactImageUpdater.swift */; }; |
51 | 54 | DD5334212C60EBEE00062F9D /* InsulinCartridgeChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5334202C60EBEE00062F9D /* InsulinCartridgeChange.swift */; }; |
52 | 55 | DD5334232C60ED3600062F9D /* IAge.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5334222C60ED3600062F9D /* IAge.swift */; }; |
53 | 56 | DD5334272C61668800062F9D /* InfoDisplaySettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5334262C61668700062F9D /* InfoDisplaySettingsViewModel.swift */; }; |
|
286 | 289 | DD493AE42ACF2383009A6922 /* Treatments.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Treatments.swift; sourceTree = "<group>"; }; |
287 | 290 | DD493AE62ACF23CF009A6922 /* DeviceStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceStatus.swift; sourceTree = "<group>"; }; |
288 | 291 | DD493AE82ACF2445009A6922 /* BGData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGData.swift; sourceTree = "<group>"; }; |
| 292 | + DD50C74F2D0828800057AE6F /* ContactSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactSettingsViewModel.swift; sourceTree = "<group>"; }; |
| 293 | + DD50C7522D0828D10057AE6F /* ContactSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactSettingsView.swift; sourceTree = "<group>"; }; |
| 294 | + DD50C7542D0862770057AE6F /* ContactImageUpdater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactImageUpdater.swift; sourceTree = "<group>"; }; |
289 | 295 | DD5334202C60EBEE00062F9D /* InsulinCartridgeChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsulinCartridgeChange.swift; sourceTree = "<group>"; }; |
290 | 296 | DD5334222C60ED3600062F9D /* IAge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IAge.swift; sourceTree = "<group>"; }; |
291 | 297 | DD5334262C61668700062F9D /* InfoDisplaySettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoDisplaySettingsViewModel.swift; sourceTree = "<group>"; }; |
|
602 | 608 | path = Treatments; |
603 | 609 | sourceTree = "<group>"; |
604 | 610 | }; |
| 611 | + DD50C74D2D0828250057AE6F /* Contact */ = { |
| 612 | + isa = PBXGroup; |
| 613 | + children = ( |
| 614 | + DD50C7512D0828B40057AE6F /* Settings */, |
| 615 | + DD50C7542D0862770057AE6F /* ContactImageUpdater.swift */, |
| 616 | + ); |
| 617 | + path = Contact; |
| 618 | + sourceTree = "<group>"; |
| 619 | + }; |
| 620 | + DD50C7512D0828B40057AE6F /* Settings */ = { |
| 621 | + isa = PBXGroup; |
| 622 | + children = ( |
| 623 | + DD50C74F2D0828800057AE6F /* ContactSettingsViewModel.swift */, |
| 624 | + DD50C7522D0828D10057AE6F /* ContactSettingsView.swift */, |
| 625 | + ); |
| 626 | + path = Settings; |
| 627 | + sourceTree = "<group>"; |
| 628 | + }; |
605 | 629 | DD5334252C61667700062F9D /* InfoDisplaySettings */ = { |
606 | 630 | isa = PBXGroup; |
607 | 631 | children = ( |
|
832 | 856 | FC8DEEE32485D1680075863F /* LoopFollow */ = { |
833 | 857 | isa = PBXGroup; |
834 | 858 | children = ( |
| 859 | + DD50C74D2D0828250057AE6F /* Contact */, |
835 | 860 | DD5334252C61667700062F9D /* InfoDisplaySettings */, |
836 | 861 | DD0C0C6E2C4AFFB800DBADDF /* Remote */, |
837 | 862 | DD0C0C692C4852A100DBADDF /* Metric */, |
|
1257 | 1282 | DD13BC752C3FD6210062313B /* InfoType.swift in Sources */, |
1258 | 1283 | DDCF979C24C14EFB002C9752 /* AdvancedSettingsViewController.swift in Sources */, |
1259 | 1284 | DDD10EFF2C510C3C00D76A8E /* ObservableUserDefaultsValue.swift in Sources */, |
| 1285 | + DD50C7502D0828800057AE6F /* ContactSettingsViewModel.swift in Sources */, |
1260 | 1286 | FC97881C2485969B00A7906C /* MainViewController.swift in Sources */, |
1261 | 1287 | DD6A935E2BFA6FA2003FFB8E /* DeviceStatusOpenAPS.swift in Sources */, |
1262 | 1288 | DD493AD52ACF2109009A6922 /* ResumePump.swift in Sources */, |
|
1266 | 1292 | FC9788182485969B00A7906C /* AppDelegate.swift in Sources */, |
1267 | 1293 | DDD10F072C529DE800D76A8E /* Observable.swift in Sources */, |
1268 | 1294 | DD608A0C2C27415C00F91132 /* BackgroundAlertManager.swift in Sources */, |
| 1295 | + DD50C7532D0828D10057AE6F /* ContactSettingsView.swift in Sources */, |
1269 | 1296 | DD4878082C7B30BF0048F05C /* RemoteSettingsView.swift in Sources */, |
1270 | 1297 | DD0C0C6B2C48562000DBADDF /* InsulinMetric.swift in Sources */, |
1271 | 1298 | DD493AD92ACF2171009A6922 /* Carbs.swift in Sources */, |
|
1295 | 1322 | DD0C0C642C45A59400DBADDF /* HKUnit+Extensions.swift in Sources */, |
1296 | 1323 | DDCF979A24C14DB4002C9752 /* WatchSettingsViewController.swift in Sources */, |
1297 | 1324 | DD493AE52ACF2383009A6922 /* Treatments.swift in Sources */, |
| 1325 | + DD50C7552D0862770057AE6F /* ContactImageUpdater.swift in Sources */, |
1298 | 1326 | DDD10F012C510C6B00D76A8E /* ObservableUserDefaults.swift in Sources */, |
1299 | 1327 | DD16AF0D2C98485400FB655A /* SecureStorageValue.swift in Sources */, |
1300 | 1328 | FCA2DDE62501095000254A8C /* Timers.swift in Sources */, |
|
0 commit comments