|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 041D1E995A6AE92E9289DC49 /* TreatmentsDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D1A7CA8C10C4403D4BBFA7 /* TreatmentsDataFlow.swift */; }; |
11 | 11 | 0437CE46C12535A56504EC19 /* SnoozeRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5822B15939E719628E9FF7C /* SnoozeRootView.swift */; }; |
| 12 | + 0980FB242EE1EC9800502200 /* OpenBarcodeAIIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB232EE1EC9500502200 /* OpenBarcodeAIIntent.swift */; }; |
| 13 | + 0980FB2B2EE1ED2A00502200 /* BarcodeAiStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB2A2EE1ED2A00502200 /* BarcodeAiStateModel.swift */; }; |
| 14 | + 0980FB2C2EE1ED2A00502200 /* BarcodeAiSettingsStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB292EE1ED2A00502200 /* BarcodeAiSettingsStateModel.swift */; }; |
| 15 | + 0980FB2D2EE1ED2A00502200 /* BarcodeAiDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB272EE1ED2A00502200 /* BarcodeAiDataFlow.swift */; }; |
| 16 | + 0980FB2E2EE1ED2A00502200 /* BarcodeAiProvider.swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB282EE1ED2A00502200 /* BarcodeAiProvider.swift.swift */; }; |
| 17 | + 0980FB312EE1ED3200502200 /* BarcodeAiRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB2F2EE1ED3200502200 /* BarcodeAiRootView.swift */; }; |
| 18 | + 0980FB322EE1ED3200502200 /* BarcodeAiSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0980FB302EE1ED3200502200 /* BarcodeAiSettingsView.swift */; }; |
12 | 19 | 0D9A5E34A899219C5C4CDFAF /* DataTableStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9455FA2D92E77A6C4AFED8A3 /* DataTableStateModel.swift */; }; |
13 | 20 | 0F7A65FBD2CD8D6477ED4539 /* GlucoseNotificationSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E625985B47742D498CB1681A /* GlucoseNotificationSettingsProvider.swift */; }; |
14 | 21 | 110AEDE32C5193D200615CC9 /* BolusIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110AEDE02C5193D100615CC9 /* BolusIntent.swift */; }; |
|
839 | 846 | /* End PBXCopyFilesBuildPhase section */ |
840 | 847 |
|
841 | 848 | /* Begin PBXFileReference section */ |
| 849 | + 0980FB232EE1EC9500502200 /* OpenBarcodeAIIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenBarcodeAIIntent.swift; sourceTree = "<group>"; }; |
| 850 | + 0980FB272EE1ED2A00502200 /* BarcodeAiDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeAiDataFlow.swift; sourceTree = "<group>"; }; |
| 851 | + 0980FB282EE1ED2A00502200 /* BarcodeAiProvider.swift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeAiProvider.swift.swift; sourceTree = "<group>"; }; |
| 852 | + 0980FB292EE1ED2A00502200 /* BarcodeAiSettingsStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeAiSettingsStateModel.swift; sourceTree = "<group>"; }; |
| 853 | + 0980FB2A2EE1ED2A00502200 /* BarcodeAiStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeAiStateModel.swift; sourceTree = "<group>"; }; |
| 854 | + 0980FB2F2EE1ED3200502200 /* BarcodeAiRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeAiRootView.swift; sourceTree = "<group>"; }; |
| 855 | + 0980FB302EE1ED3200502200 /* BarcodeAiSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeAiSettingsView.swift; sourceTree = "<group>"; }; |
842 | 856 | 110AEDE02C5193D100615CC9 /* BolusIntent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BolusIntent.swift; sourceTree = "<group>"; }; |
843 | 857 | 110AEDE12C5193D100615CC9 /* BolusIntentRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BolusIntentRequest.swift; sourceTree = "<group>"; }; |
844 | 858 | 110AEDE52C51A0AE00615CC9 /* ShortcutsConfigView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShortcutsConfigView.swift; sourceTree = "<group>"; }; |
|
1660 | 1674 | path = ConfigEditor; |
1661 | 1675 | sourceTree = "<group>"; |
1662 | 1676 | }; |
| 1677 | + 0980FB222EE1EC8900502200 /* BarcodeAI */ = { |
| 1678 | + isa = PBXGroup; |
| 1679 | + children = ( |
| 1680 | + 0980FB232EE1EC9500502200 /* OpenBarcodeAIIntent.swift */, |
| 1681 | + ); |
| 1682 | + path = BarcodeAI; |
| 1683 | + sourceTree = "<group>"; |
| 1684 | + }; |
| 1685 | + 0980FB252EE1ECD800502200 /* BarcodeAI */ = { |
| 1686 | + isa = PBXGroup; |
| 1687 | + children = ( |
| 1688 | + 0980FB262EE1ECE700502200 /* Views */, |
| 1689 | + 0980FB272EE1ED2A00502200 /* BarcodeAiDataFlow.swift */, |
| 1690 | + 0980FB282EE1ED2A00502200 /* BarcodeAiProvider.swift.swift */, |
| 1691 | + 0980FB292EE1ED2A00502200 /* BarcodeAiSettingsStateModel.swift */, |
| 1692 | + 0980FB2A2EE1ED2A00502200 /* BarcodeAiStateModel.swift */, |
| 1693 | + ); |
| 1694 | + path = BarcodeAI; |
| 1695 | + sourceTree = "<group>"; |
| 1696 | + }; |
| 1697 | + 0980FB262EE1ECE700502200 /* Views */ = { |
| 1698 | + isa = PBXGroup; |
| 1699 | + children = ( |
| 1700 | + 0980FB2F2EE1ED3200502200 /* BarcodeAiRootView.swift */, |
| 1701 | + 0980FB302EE1ED3200502200 /* BarcodeAiSettingsView.swift */, |
| 1702 | + ); |
| 1703 | + path = Views; |
| 1704 | + sourceTree = "<group>"; |
| 1705 | + }; |
1663 | 1706 | 0A67A70F9438DB6586398458 /* View */ = { |
1664 | 1707 | isa = PBXGroup; |
1665 | 1708 | children = ( |
|
1881 | 1924 | 3811DE0325C9D31700A708ED /* Modules */ = { |
1882 | 1925 | isa = PBXGroup; |
1883 | 1926 | children = ( |
| 1927 | + 0980FB252EE1ECD800502200 /* BarcodeAI */, |
1884 | 1928 | DDD163032C4C67B400CD525A /* Adjustments */, |
1885 | 1929 | DD1745382C55BF8B00211FAC /* AlgorithmAdvancedSettings */, |
1886 | 1930 | DDF690FE2DA2C9EE008BF16C /* AppDiagnostics */, |
|
1903 | 1947 | 19E1F7E629D0828B005C8D20 /* IconConfig */, |
1904 | 1948 | D8F047E14D567F2B5DBEFD96 /* ISFEditor */, |
1905 | 1949 | DDF847DB2C5C28550049BB3B /* LiveActivitySettings */, |
1906 | | - 3811DE1A25C9D48300A708ED /* Main */, |
| 1950 | + 3811DE1A25C9D48300A708ED /* tt */, |
1907 | 1951 | 5031FE61F63C2A8A8B7674DD /* ManualTempBasal */, |
1908 | 1952 | 19D466A129AA2B0A004D5F33 /* MealSettings */, |
1909 | 1953 | D533BF261CDC1C3F871E7BFD /* NightscoutConfig */, |
|
1964 | 2008 | path = Router; |
1965 | 2009 | sourceTree = "<group>"; |
1966 | 2010 | }; |
1967 | | - 3811DE1A25C9D48300A708ED /* Main */ = { |
| 2011 | + 3811DE1A25C9D48300A708ED /* tt */ = { |
1968 | 2012 | isa = PBXGroup; |
1969 | 2013 | children = ( |
1970 | 2014 | 3811DE1D25C9D48300A708ED /* MainDataFlow.swift */, |
1971 | 2015 | 3811DE1C25C9D48300A708ED /* MainProvider.swift */, |
1972 | 2016 | 38FEF3FB2737E53800574A46 /* MainStateModel.swift */, |
1973 | 2017 | 3811DE1F25C9D48300A708ED /* View */, |
1974 | 2018 | ); |
1975 | | - path = Main; |
| 2019 | + path = tt; |
1976 | 2020 | sourceTree = "<group>"; |
1977 | 2021 | }; |
1978 | 2022 | 3811DE1F25C9D48300A708ED /* View */ = { |
|
3076 | 3120 | CE7CA3422A064973004BE681 /* Shortcuts */ = { |
3077 | 3121 | isa = PBXGroup; |
3078 | 3122 | children = ( |
| 3123 | + 0980FB222EE1EC8900502200 /* BarcodeAI */, |
3079 | 3124 | DD4C57A42D73ADDA001BFF2C /* LiveActivity */, |
3080 | 3125 | 118DF7692C5ECBC60067FEB7 /* Override */, |
3081 | 3126 | 110AEDE22C5193D100615CC9 /* Bolus */, |
|
4516 | 4561 | BD249D9D2D42FCF500412DEB /* MealStatsSetup.swift in Sources */, |
4517 | 4562 | BD6EB2D62C7D049B0086BBB6 /* LiveActivityWidgetConfiguration.swift in Sources */, |
4518 | 4563 | DD32CF982CC82463003686D6 /* TrioRemoteControl+Bolus.swift in Sources */, |
| 4564 | + 0980FB242EE1EC9800502200 /* OpenBarcodeAIIntent.swift in Sources */, |
4519 | 4565 | F816825E28DB441200054060 /* HeartBeatManager.swift in Sources */, |
4520 | 4566 | 58F107742BD1A4D000B1A680 /* Determination+helper.swift in Sources */, |
4521 | 4567 | 38FEF413273B317A00574A46 /* HKUnit.swift in Sources */, |
4522 | 4568 | A33352ED40476125EBAC6EE0 /* CarbRatioEditorDataFlow.swift in Sources */, |
4523 | 4569 | 17A9D0899046B45E87834820 /* CarbRatioEditorProvider.swift in Sources */, |
| 4570 | + 0980FB312EE1ED3200502200 /* BarcodeAiRootView.swift in Sources */, |
| 4571 | + 0980FB322EE1ED3200502200 /* BarcodeAiSettingsView.swift in Sources */, |
4524 | 4572 | 69B9A368029F7EB39F525422 /* CarbRatioEditorStateModel.swift in Sources */, |
4525 | 4573 | 118DF76B2C5ECBC60067FEB7 /* CancelOverrideIntent.swift in Sources */, |
4526 | 4574 | 38E44538274E411700EC9A94 /* Disk+[Data].swift in Sources */, |
|
4609 | 4657 | DDF691052DA2CA23008BF16C /* AppDiagnosticsStateModel.swift in Sources */, |
4610 | 4658 | 38A00B2325FC2B55006BC0B0 /* LRUCache.swift in Sources */, |
4611 | 4659 | DDD163122C4C689900CD525A /* AdjustmentsStateModel.swift in Sources */, |
| 4660 | + 0980FB2B2EE1ED2A00502200 /* BarcodeAiStateModel.swift in Sources */, |
| 4661 | + 0980FB2C2EE1ED2A00502200 /* BarcodeAiSettingsStateModel.swift in Sources */, |
| 4662 | + 0980FB2D2EE1ED2A00502200 /* BarcodeAiDataFlow.swift in Sources */, |
| 4663 | + 0980FB2E2EE1ED2A00502200 /* BarcodeAiProvider.swift.swift in Sources */, |
4612 | 4664 | BD47FDD72D8B64D20043966B /* CarbRatioStepView.swift in Sources */, |
4613 | 4665 | DD17A0322E3FEA1F008E1BF0 /* RemoteNotificationResponseManager.swift in Sources */, |
4614 | 4666 | 3B2F77862D7E52ED005ED9FA /* TDD.swift in Sources */, |
|
0 commit comments