|
|
@@ -7,6 +7,10 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ B500000000000000000000A2 /* RemoteBolusHistoryEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000A1 /* RemoteBolusHistoryEntry.swift */; };
|
|
|
+ B500000000000000000000A4 /* QuickPickBolusesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000A3 /* QuickPickBolusesManager.swift */; };
|
|
|
+ B500000000000000000000B2 /* RemoteMealHistoryEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000B1 /* RemoteMealHistoryEntry.swift */; };
|
|
|
+ B500000000000000000000B4 /* QuickPickMealsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000B3 /* QuickPickMealsManager.swift */; };
|
|
|
2D8068C66833EEAED7B4BEB8 /* FutureCarbsCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBAB9EECE7095238A558060 /* FutureCarbsCondition.swift */; };
|
|
|
374A77992F5BD8B200E96858 /* APNSClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 374A77982F5BD8AB00E96858 /* APNSClient.swift */; };
|
|
|
374A77A52F5BE17000E96858 /* AppGroupID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 374A779F2F5BE17000E96858 /* AppGroupID.swift */; };
|
|
|
@@ -100,6 +104,7 @@
|
|
|
DD16AF0D2C98485400FB655A /* SecureStorageValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */; };
|
|
|
DD16AF0F2C99592F00FB655A /* HKQuantityInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */; };
|
|
|
DD16AF112C997B4600FB655A /* LoadingButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF102C997B4600FB655A /* LoadingButtonView.swift */; };
|
|
|
+ B500000000000000000000C2 /* QuickPickSectionHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000C1 /* QuickPickSectionHeader.swift */; };
|
|
|
DD1D52B92E1EB5DC00432050 /* TabPosition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1D52B82E1EB5DC00432050 /* TabPosition.swift */; };
|
|
|
CC3D4E5F6A7B8C9D0E2F2A3B /* MoreMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3D4E5F6A7B8C9D0E1F2A3B /* MoreMenuView.swift */; };
|
|
|
DD7A3B5D2F1E8D9A00B4C6E1 /* BGDisplayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7A3B5C2F1E8D9A00B4C6E1 /* BGDisplayView.swift */; };
|
|
|
@@ -469,6 +474,10 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ B500000000000000000000A1 /* RemoteBolusHistoryEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteBolusHistoryEntry.swift; sourceTree = "<group>"; };
|
|
|
+ B500000000000000000000A3 /* QuickPickBolusesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPickBolusesManager.swift; sourceTree = "<group>"; };
|
|
|
+ B500000000000000000000B1 /* RemoteMealHistoryEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteMealHistoryEntry.swift; sourceTree = "<group>"; };
|
|
|
+ B500000000000000000000B3 /* QuickPickMealsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPickMealsManager.swift; sourceTree = "<group>"; };
|
|
|
059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LoopFollow.release.xcconfig"; path = "Target Support Files/Pods-LoopFollow/Pods-LoopFollow.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
2B9BEC26E4E48EF9B811A372 /* PendingFutureCarb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingFutureCarb.swift; sourceTree = "<group>"; };
|
|
|
2EBAB9EECE7095238A558060 /* FutureCarbsCondition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FutureCarbsCondition.swift; sourceTree = "<group>"; };
|
|
|
@@ -559,6 +568,7 @@
|
|
|
DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureStorageValue.swift; sourceTree = "<group>"; };
|
|
|
DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HKQuantityInputView.swift; sourceTree = "<group>"; };
|
|
|
DD16AF102C997B4600FB655A /* LoadingButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingButtonView.swift; sourceTree = "<group>"; };
|
|
|
+ B500000000000000000000C1 /* QuickPickSectionHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPickSectionHeader.swift; sourceTree = "<group>"; };
|
|
|
DD1D52B82E1EB5DC00432050 /* TabPosition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabPosition.swift; sourceTree = "<group>"; };
|
|
|
CC3D4E5F6A7B8C9D0E1F2A3B /* MoreMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreMenuView.swift; sourceTree = "<group>"; };
|
|
|
DD7A3B5C2F1E8D9A00B4C6E1 /* BGDisplayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGDisplayView.swift; sourceTree = "<group>"; };
|
|
|
@@ -1056,9 +1066,29 @@
|
|
|
path = Metric;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ B500000000000000000000B5 /* QuickPickMeals */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ B500000000000000000000B1 /* RemoteMealHistoryEntry.swift */,
|
|
|
+ B500000000000000000000B3 /* QuickPickMealsManager.swift */,
|
|
|
+ );
|
|
|
+ path = QuickPickMeals;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ B500000000000000000000A5 /* QuickPickBoluses */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ B500000000000000000000A1 /* RemoteBolusHistoryEntry.swift */,
|
|
|
+ B500000000000000000000A3 /* QuickPickBolusesManager.swift */,
|
|
|
+ );
|
|
|
+ path = QuickPickBoluses;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
DD0C0C6E2C4AFFB800DBADDF /* Remote */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ B500000000000000000000A5 /* QuickPickBoluses */,
|
|
|
+ B500000000000000000000B5 /* QuickPickMeals */,
|
|
|
DDDF6F4A2D479B6A00884336 /* Nightscout */,
|
|
|
DDDF6F482D479AEF00884336 /* NoRemoteView.swift */,
|
|
|
DDEF503E2D479B8A00884336 /* LoopAPNS */,
|
|
|
@@ -1414,6 +1444,7 @@
|
|
|
DDF6999D2C5AAA640058A8D9 /* ErrorMessageView.swift */,
|
|
|
DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */,
|
|
|
DD16AF102C997B4600FB655A /* LoadingButtonView.swift */,
|
|
|
+ B500000000000000000000C1 /* QuickPickSectionHeader.swift */,
|
|
|
DDE75D262DE5E539007C1FC1 /* ActionRow.swift */,
|
|
|
654132E62E19EA7E00BDBE08 /* SimpleQRCodeScannerView.swift */,
|
|
|
DDE75D282DE5E56C007C1FC1 /* LinkRow.swift */,
|
|
|
@@ -2189,6 +2220,7 @@
|
|
|
DDC6CA4B2DD8E4960060EE25 /* PumpVolumeAlarmEditor.swift in Sources */,
|
|
|
6589CC752E9EAFB700BB18FE /* SettingsMigrationManager.swift in Sources */,
|
|
|
DD16AF0F2C99592F00FB655A /* HKQuantityInputView.swift in Sources */,
|
|
|
+ B500000000000000000000C2 /* QuickPickSectionHeader.swift in Sources */,
|
|
|
DDFF3D7F2D1414A200BF9D9E /* BLEDevice.swift in Sources */,
|
|
|
DD9ACA042D32821400415D8A /* DeviceStatusTask.swift in Sources */,
|
|
|
FC16A97D24996747003D6245 /* SpeakBG.swift in Sources */,
|
|
|
@@ -2215,6 +2247,10 @@
|
|
|
6584B1012E4A263900135D4D /* TOTPService.swift in Sources */,
|
|
|
DD48780E2C7B74A40048F05C /* TrioRemoteControlViewModel.swift in Sources */,
|
|
|
DDEF503A2D31615000999A5D /* LogManager.swift in Sources */,
|
|
|
+ B500000000000000000000A2 /* RemoteBolusHistoryEntry.swift in Sources */,
|
|
|
+ B500000000000000000000A4 /* QuickPickBolusesManager.swift in Sources */,
|
|
|
+ B500000000000000000000B2 /* RemoteMealHistoryEntry.swift in Sources */,
|
|
|
+ B500000000000000000000B4 /* QuickPickMealsManager.swift in Sources */,
|
|
|
DD4878172C7B75350048F05C /* BolusView.swift in Sources */,
|
|
|
DD026E592EA2C8A200A39CB5 /* InsulinPrecisionManager.swift in Sources */,
|
|
|
374A77992F5BD8B200E96858 /* APNSClient.swift in Sources */,
|