|
41 | 41 | DD16AF112C997B4600FB655A /* LoadingButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF102C997B4600FB655A /* LoadingButtonView.swift */; };
|
42 | 42 | DD1A97142D4294A5000DDC11 /* AdvancedSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1A97132D4294A4000DDC11 /* AdvancedSettingsView.swift */; };
|
43 | 43 | DD1A97162D4294B3000DDC11 /* AdvancedSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1A97152D4294B2000DDC11 /* AdvancedSettingsViewModel.swift */; };
|
| 44 | + DD1D52B92E1EB5DC00432050 /* TabPosition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1D52B82E1EB5DC00432050 /* TabPosition.swift */; }; |
| 45 | + DD1D52BB2E1EB60B00432050 /* MoreMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1D52BA2E1EB60B00432050 /* MoreMenuViewController.swift */; }; |
44 | 46 | DD2C2E4F2D3B8AF1006413A5 /* NightscoutSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2C2E4E2D3B8AEC006413A5 /* NightscoutSettingsView.swift */; };
|
45 | 47 | DD2C2E512D3B8B0C006413A5 /* NightscoutSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2C2E502D3B8B0B006413A5 /* NightscoutSettingsViewModel.swift */; };
|
46 | 48 | DD2C2E542D3C37DC006413A5 /* DexcomSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2C2E532D3C37D7006413A5 /* DexcomSettingsViewModel.swift */; };
|
|
121 | 123 | DD7F4C232DD7A62200D449E9 /* AlarmType+SortDirection.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7F4C222DD7A62200D449E9 /* AlarmType+SortDirection.swift */; };
|
122 | 124 | DD7F4C252DD7B20700D449E9 /* AlarmType+timeUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7F4C242DD7B20700D449E9 /* AlarmType+timeUnit.swift */; };
|
123 | 125 | DD7FFAFD2A72953000C3A304 /* EKEventStore+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7FFAFC2A72953000C3A304 /* EKEventStore+Extensions.swift */; };
|
| 126 | + DD8060DB2E2ACE5900626B91 /* TabCustomizationModal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8060DA2E2ACE5900626B91 /* TabCustomizationModal.swift */; }; |
124 | 127 | DD8316182DE3633D004467AA /* GeneralSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8316172DE3633D004467AA /* GeneralSettingsView.swift */; };
|
125 | 128 | DD8316442DE47CA9004467AA /* BGPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8316432DE47CA9004467AA /* BGPicker.swift */; };
|
126 | 129 | DD8316462DE49B09004467AA /* GraphSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8316452DE49B09004467AA /* GraphSettingsView.swift */; };
|
|
415 | 418 | DD16AF102C997B4600FB655A /* LoadingButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingButtonView.swift; sourceTree = "<group>"; };
|
416 | 419 | DD1A97132D4294A4000DDC11 /* AdvancedSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettingsView.swift; sourceTree = "<group>"; };
|
417 | 420 | DD1A97152D4294B2000DDC11 /* AdvancedSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettingsViewModel.swift; sourceTree = "<group>"; };
|
| 421 | + DD1D52B82E1EB5DC00432050 /* TabPosition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabPosition.swift; sourceTree = "<group>"; }; |
| 422 | + DD1D52BA2E1EB60B00432050 /* MoreMenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreMenuViewController.swift; sourceTree = "<group>"; }; |
418 | 423 | DD2C2E4E2D3B8AEC006413A5 /* NightscoutSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightscoutSettingsView.swift; sourceTree = "<group>"; };
|
419 | 424 | DD2C2E502D3B8B0B006413A5 /* NightscoutSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightscoutSettingsViewModel.swift; sourceTree = "<group>"; };
|
420 | 425 | DD2C2E532D3C37D7006413A5 /* DexcomSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DexcomSettingsViewModel.swift; sourceTree = "<group>"; };
|
|
494 | 499 | DD7F4C222DD7A62200D449E9 /* AlarmType+SortDirection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AlarmType+SortDirection.swift"; sourceTree = "<group>"; };
|
495 | 500 | DD7F4C242DD7B20700D449E9 /* AlarmType+timeUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AlarmType+timeUnit.swift"; sourceTree = "<group>"; };
|
496 | 501 | DD7FFAFC2A72953000C3A304 /* EKEventStore+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EKEventStore+Extensions.swift"; sourceTree = "<group>"; };
|
| 502 | + DD8060DA2E2ACE5900626B91 /* TabCustomizationModal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabCustomizationModal.swift; sourceTree = "<group>"; }; |
497 | 503 | DD8316172DE3633D004467AA /* GeneralSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralSettingsView.swift; sourceTree = "<group>"; };
|
498 | 504 | DD8316432DE47CA9004467AA /* BGPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGPicker.swift; sourceTree = "<group>"; };
|
499 | 505 | DD8316452DE49B09004467AA /* GraphSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphSettingsView.swift; sourceTree = "<group>"; };
|
|
863 | 869 | DD1A97122D429495000DDC11 /* Settings */ = {
|
864 | 870 | isa = PBXGroup;
|
865 | 871 | children = (
|
| 872 | + DD8060DA2E2ACE5900626B91 /* TabCustomizationModal.swift */, |
866 | 873 | DD83164F2DE4E635004467AA /* SettingsMenuView.swift */,
|
867 | 874 | DD2C2E552D3C3913006413A5 /* DexcomSettingsView.swift */,
|
868 | 875 | DD2C2E532D3C37D7006413A5 /* DexcomSettingsViewModel.swift */,
|
|
1456 | 1463 | FCC688542489367300A0279D /* Helpers */ = {
|
1457 | 1464 | isa = PBXGroup;
|
1458 | 1465 | children = (
|
| 1466 | + DD1D52B82E1EB5DC00432050 /* TabPosition.swift */, |
1459 | 1467 | DD83164B2DE4DB3A004467AA /* BinaryFloatingPoint+localized.swift */,
|
1460 | 1468 | DD4AFB3A2DB55CB600BB593F /* TimeOfDay.swift */,
|
1461 | 1469 | DD7B0D432D730A320063DCB6 /* CycleHelper.swift */,
|
|
1486 | 1494 | FCC68871248A736700A0279D /* ViewControllers */ = {
|
1487 | 1495 | isa = PBXGroup;
|
1488 | 1496 | children = (
|
| 1497 | + DD1D52BA2E1EB60B00432050 /* MoreMenuViewController.swift */, |
1489 | 1498 | DD12D4842E1705D9004E0112 /* AlarmViewController.swift */,
|
1490 | 1499 | FC97881B2485969B00A7906C /* MainViewController.swift */,
|
1491 | 1500 | FC97881D2485969B00A7906C /* NightScoutViewController.swift */,
|
|
1825 | 1834 | DD0B9D582DE1F3B20090C337 /* AlarmType+canAcknowledge.swift in Sources */,
|
1826 | 1835 | DD2C2E562D3C3917006413A5 /* DexcomSettingsView.swift in Sources */,
|
1827 | 1836 | DD7F4BC52DD3CE0700D449E9 /* AlarmBGLimitSection.swift in Sources */,
|
| 1837 | + DD8060DB2E2ACE5900626B91 /* TabCustomizationModal.swift in Sources */, |
1828 | 1838 | DD7F4B9F2DD1F92700D449E9 /* AlarmActiveSection.swift in Sources */,
|
1829 | 1839 | DD4AFB672DB68C5500BB593F /* UUID+Identifiable.swift in Sources */,
|
1830 | 1840 | DD9ED0CA2D355257000D2A63 /* LogView.swift in Sources */,
|
|
1938 | 1948 | FCEF87AC24A141A700AE6FA0 /* Localizer.swift in Sources */,
|
1939 | 1949 | FC1BDD3224A2585C001B652C /* DataStructs.swift in Sources */,
|
1940 | 1950 | DDF6999E2C5AAA640058A8D9 /* ErrorMessageView.swift in Sources */,
|
| 1951 | + DD1D52BB2E1EB60B00432050 /* MoreMenuViewController.swift in Sources */, |
1941 | 1952 | DD4878152C7B75230048F05C /* MealView.swift in Sources */,
|
1942 | 1953 | FC16A97F249969E2003D6245 /* Graphs.swift in Sources */,
|
1943 | 1954 | FC8589BF252B54F500C8FC73 /* Mobileprovision.swift in Sources */,
|
|
2034 | 2045 | DDC6CA412DD8CCCE0060EE25 /* SensorAgeAlarmEditor.swift in Sources */,
|
2035 | 2046 | DD493AE52ACF2383009A6922 /* Treatments.swift in Sources */,
|
2036 | 2047 | DD7F4C112DD51ED900D449E9 /* TempTargetStartAlarmEditor.swift in Sources */,
|
| 2048 | + DD1D52B92E1EB5DC00432050 /* TabPosition.swift in Sources */, |
2037 | 2049 | DD50C7552D0862770057AE6F /* ContactImageUpdater.swift in Sources */,
|
2038 | 2050 | DD0650F52DCF303F004D3B41 /* AlarmStepperSection.swift in Sources */,
|
2039 | 2051 | DDCF9A802D85FD0B004DF4DD /* Alarm.swift in Sources */,
|
|
0 commit comments