|
518 | 518 | C1FB428D21791D2500FAB378 /* PumpManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43C3B6F620BBCAA30026CAFA /* PumpManager.swift */; };
|
519 | 519 | C1FB428F217921D600FAB378 /* PumpManagerUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1FB428E217921D600FAB378 /* PumpManagerUI.swift */; };
|
520 | 520 | C1FB4290217922A100FAB378 /* PumpManagerUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1FB428E217921D600FAB378 /* PumpManagerUI.swift */; };
|
| 521 | + DDC389F62A2B61750066E2E8 /* ApplicationFactorStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC389F52A2B61750066E2E8 /* ApplicationFactorStrategy.swift */; }; |
| 522 | + DDC389F82A2B620B0066E2E8 /* GlucoseBasedApplicationFactorStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC389F72A2B620B0066E2E8 /* GlucoseBasedApplicationFactorStrategy.swift */; }; |
| 523 | + DDC389FA2A2B62470066E2E8 /* ConstantApplicationFactorStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC389F92A2B62470066E2E8 /* ConstantApplicationFactorStrategy.swift */; }; |
| 524 | + DDC389FC2A2BC6670066E2E8 /* SettingsView+algorithmExperimentsSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC389FB2A2BC6670066E2E8 /* SettingsView+algorithmExperimentsSection.swift */; }; |
| 525 | + DDC389FE2A2C4C830066E2E8 /* GlucoseBasedApplicationFactorSelectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC389FD2A2C4C830066E2E8 /* GlucoseBasedApplicationFactorSelectionView.swift */; }; |
521 | 526 | E90909D124E34AC500F963D2 /* high_and_rising_with_cob_momentum_effect.json in Resources */ = {isa = PBXBuildFile; fileRef = E90909CC24E34AC500F963D2 /* high_and_rising_with_cob_momentum_effect.json */; };
|
522 | 527 | E90909D224E34AC500F963D2 /* high_and_rising_with_cob_insulin_effect.json in Resources */ = {isa = PBXBuildFile; fileRef = E90909CD24E34AC500F963D2 /* high_and_rising_with_cob_insulin_effect.json */; };
|
523 | 528 | E90909D324E34AC500F963D2 /* high_and_rising_with_cob_predicted_glucose.json in Resources */ = {isa = PBXBuildFile; fileRef = E90909CE24E34AC500F963D2 /* high_and_rising_with_cob_predicted_glucose.json */; };
|
|
1687 | 1692 | C1FF3D4B29C786A900BDC1EC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
|
1688 | 1693 | C1FF3D4C29C786A900BDC1EC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
|
1689 | 1694 | C1FF3D4D29C786A900BDC1EC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
| 1695 | + DDC389F52A2B61750066E2E8 /* ApplicationFactorStrategy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationFactorStrategy.swift; sourceTree = "<group>"; }; |
| 1696 | + DDC389F72A2B620B0066E2E8 /* GlucoseBasedApplicationFactorStrategy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseBasedApplicationFactorStrategy.swift; sourceTree = "<group>"; }; |
| 1697 | + DDC389F92A2B62470066E2E8 /* ConstantApplicationFactorStrategy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstantApplicationFactorStrategy.swift; sourceTree = "<group>"; }; |
| 1698 | + DDC389FB2A2BC6670066E2E8 /* SettingsView+algorithmExperimentsSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SettingsView+algorithmExperimentsSection.swift"; sourceTree = "<group>"; }; |
| 1699 | + DDC389FD2A2C4C830066E2E8 /* GlucoseBasedApplicationFactorSelectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseBasedApplicationFactorSelectionView.swift; sourceTree = "<group>"; }; |
1690 | 1700 | E90909CC24E34AC500F963D2 /* high_and_rising_with_cob_momentum_effect.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = high_and_rising_with_cob_momentum_effect.json; sourceTree = "<group>"; };
|
1691 | 1701 | E90909CD24E34AC500F963D2 /* high_and_rising_with_cob_insulin_effect.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = high_and_rising_with_cob_insulin_effect.json; sourceTree = "<group>"; };
|
1692 | 1702 | E90909CE24E34AC500F963D2 /* high_and_rising_with_cob_predicted_glucose.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = high_and_rising_with_cob_predicted_glucose.json; sourceTree = "<group>"; };
|
|
2314 | 2324 | isa = PBXGroup;
|
2315 | 2325 | children = (
|
2316 | 2326 | A98556842493F901000FD662 /* AlertStore+SimulatedCoreData.swift */,
|
| 2327 | + DDC389FB2A2BC6670066E2E8 /* SettingsView+algorithmExperimentsSection.swift */, |
2317 | 2328 | C1D289B422F90A52003FFBD9 /* BasalDeliveryState.swift */,
|
2318 | 2329 | A9F703722489BC8500C98AD8 /* CarbStore+SimulatedCoreData.swift */,
|
2319 | 2330 | C17824991E1999FA00D9D25C /* CaseCountable.swift */,
|
|
2400 | 2411 | 43F64DD81D9C92C900D24DC6 /* TitleSubtitleTableViewCell.swift */,
|
2401 | 2412 | 4311FB9A1F37FE1B00D4C0A7 /* TitleSubtitleTextFieldTableViewCell.swift */,
|
2402 | 2413 | C1AF062229426300002C1B19 /* ManualGlucoseEntryRow.swift */,
|
| 2414 | + DDC389FD2A2C4C830066E2E8 /* GlucoseBasedApplicationFactorSelectionView.swift */, |
2403 | 2415 | );
|
2404 | 2416 | path = Views;
|
2405 | 2417 | sourceTree = "<group>";
|
|
2441 | 2453 | C1F2075B26D6F9B0007AB7EB /* ProfileExpirationAlerter.swift */,
|
2442 | 2454 | A96DAC2B2838F31200D94E38 /* SharedLogging.swift */,
|
2443 | 2455 | 7E69CFFB2A16A77E00203CBD /* ResetLoopManager.swift */,
|
| 2456 | + DDC389F52A2B61750066E2E8 /* ApplicationFactorStrategy.swift */, |
| 2457 | + DDC389F72A2B620B0066E2E8 /* GlucoseBasedApplicationFactorStrategy.swift */, |
| 2458 | + DDC389F92A2B62470066E2E8 /* ConstantApplicationFactorStrategy.swift */, |
2444 | 2459 | );
|
2445 | 2460 | path = Managers;
|
2446 | 2461 | sourceTree = "<group>";
|
|
3872 | 3887 | C1201E2C23ECDBD0002DA84A /* WatchContextRequestUserInfo.swift in Sources */,
|
3873 | 3888 | 1D49795824E7289700948F05 /* ServicesViewModel.swift in Sources */,
|
3874 | 3889 | 1D4A3E2D2478628500FD601B /* StoredAlert+CoreDataClass.swift in Sources */,
|
| 3890 | + DDC389FA2A2B62470066E2E8 /* ConstantApplicationFactorStrategy.swift in Sources */, |
3875 | 3891 | 892D7C5123B54A15008A9656 /* CarbEntryViewController.swift in Sources */,
|
3876 | 3892 | B4E202302661063E009421B5 /* AutomaticDosingStatus.swift in Sources */,
|
3877 | 3893 | C191D2A125B3ACAA00C26C0B /* DosingStrategySelectionView.swift in Sources */,
|
|
3903 | 3919 | 1DB619AC270BAD3D006C9D07 /* VersionUpdateViewModel.swift in Sources */,
|
3904 | 3920 | A9C62D882331703100535612 /* Service.swift in Sources */,
|
3905 | 3921 | 89CAB36324C8FE96009EE3CE /* PredictedGlucoseChartView.swift in Sources */,
|
| 3922 | + DDC389F82A2B620B0066E2E8 /* GlucoseBasedApplicationFactorStrategy.swift in Sources */, |
3906 | 3923 | 4F6663941E905FD2009E74FC /* ChartColorPalette+Loop.swift in Sources */,
|
3907 | 3924 | A9F703732489BC8500C98AD8 /* CarbStore+SimulatedCoreData.swift in Sources */,
|
3908 | 3925 | 4328E0351CFC0AE100E199AA /* WatchDataManager.swift in Sources */,
|
|
3933 | 3950 | E9B080B1253BDA6300BAD8F8 /* UserDefaults+LoopIntents.swift in Sources */,
|
3934 | 3951 | C1AF062329426300002C1B19 /* ManualGlucoseEntryRow.swift in Sources */,
|
3935 | 3952 | C148CEE724FD91BD00711B3B /* DeliveryUncertaintyAlertManager.swift in Sources */,
|
| 3953 | + DDC389FC2A2BC6670066E2E8 /* SettingsView+algorithmExperimentsSection.swift in Sources */, |
3936 | 3954 | 1D12D3B92548EFDD00B53E8B /* main.swift in Sources */,
|
3937 | 3955 | 435400341C9F878D00D5819C /* SetBolusUserInfo.swift in Sources */,
|
3938 | 3956 | A9DCF32A25B0FABF00C89088 /* LoopUIColorPalette+Default.swift in Sources */,
|
|
3967 | 3985 | A97F250825E056D500F0EE19 /* OnboardingManager.swift in Sources */,
|
3968 | 3986 | 438D42F91D7C88BC003244B0 /* PredictionInputEffect.swift in Sources */,
|
3969 | 3987 | 892A5D692230C41D008961AB /* RangeReplaceableCollection.swift in Sources */,
|
| 3988 | + DDC389F62A2B61750066E2E8 /* ApplicationFactorStrategy.swift in Sources */, |
3970 | 3989 | 4F70C2101DE8FAC5006380B7 /* ExtensionDataManager.swift in Sources */,
|
3971 | 3990 | 43DFB62320D4CAE7008A7BAE /* PumpManager.swift in Sources */,
|
3972 | 3991 | A9FB75F1252BE320004C7D3F /* BolusDosingDecision.swift in Sources */,
|
3973 | 3992 | 892A5D59222F0A27008961AB /* Debug.swift in Sources */,
|
3974 | 3993 | 431A8C401EC6E8AB00823B9C /* CircleMaskView.swift in Sources */,
|
3975 | 3994 | 1D05219D2469F1F5000EBBDE /* AlertStore.swift in Sources */,
|
3976 | 3995 | 439897371CD2F80600223065 /* AnalyticsServicesManager.swift in Sources */,
|
| 3996 | + DDC389FE2A2C4C830066E2E8 /* GlucoseBasedApplicationFactorSelectionView.swift in Sources */, |
3977 | 3997 | A9C62D842331700E00535612 /* DiagnosticLog+Subsystem.swift in Sources */,
|
3978 | 3998 | 895FE0952201234000FCF18A /* OverrideSelectionViewController.swift in Sources */,
|
3979 | 3999 | C1EF747228D6A44A00C8C083 /* CrashRecoveryManager.swift in Sources */,
|
|
0 commit comments