Skip to content

Commit 2d9e1e4

Browse files
committed
Removing chart fixture data
1 parent 8d85446 commit 2d9e1e4

File tree

7 files changed

+2
-2219
lines changed

7 files changed

+2
-2219
lines changed

Loop.xcodeproj/project.pbxproj

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@
4545
437CEEC01CD6FCD8003C8C80 /* BasalRateHUDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CEEBF1CD6FCD8003C8C80 /* BasalRateHUDView.swift */; };
4646
437CEEC81CD84CBB003C8C80 /* ReservoirVolumeHUDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CEEC71CD84CBB003C8C80 /* ReservoirVolumeHUDView.swift */; };
4747
437CEECA1CD84DB7003C8C80 /* BatteryLevelHUDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CEEC91CD84DB7003C8C80 /* BatteryLevelHUDView.swift */; };
48-
437CEECB1CD85C5C003C8C80 /* FixtureData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4346D1F91C790F6F00ABAFE3 /* FixtureData.swift */; };
49-
437CEECC1CD86163003C8C80 /* clean_glucose.json in Resources */ = {isa = PBXBuildFile; fileRef = 4346D1EA1C77FF0E00ABAFE3 /* clean_glucose.json */; };
50-
437CEECD1CD86165003C8C80 /* iob.json in Resources */ = {isa = PBXBuildFile; fileRef = 438C5D481C7FFC8D00FCCEC5 /* iob.json */; };
51-
437CEECE1CD86169003C8C80 /* normalize_history.json in Resources */ = {isa = PBXBuildFile; fileRef = 43EB40BD1C839DC400472A8C /* normalize_history.json */; };
52-
437CEECF1CD8616C003C8C80 /* predict_glucose_from_dose.json in Resources */ = {isa = PBXBuildFile; fileRef = 4346D1E91C77FF0E00ABAFE3 /* predict_glucose_from_dose.json */; };
53-
437CEED01CD86170003C8C80 /* predict_glucose.json in Resources */ = {isa = PBXBuildFile; fileRef = 43EB40BF1C839DFB00472A8C /* predict_glucose.json */; };
5448
437CEEE41CDE5C0A003C8C80 /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CEEE31CDE5C0A003C8C80 /* UIImage.swift */; };
5549
438DADC81CDE8F8B007697A5 /* LoopStateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438DADC71CDE8F8B007697A5 /* LoopStateView.swift */; };
5650
43971A2D1C8B94010013154F /* CommandResponseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43971A2C1C8B94010013154F /* CommandResponseViewController.swift */; };
@@ -206,11 +200,8 @@
206200
4331E0771C85302200FBE832 /* CGPoint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGPoint.swift; sourceTree = "<group>"; };
207201
4331E0791C85650D00FBE832 /* ChartAxisValueDoubleLog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartAxisValueDoubleLog.swift; sourceTree = "<group>"; };
208202
4346D1E61C77F5FE00ABAFE3 /* ChartTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartTableViewCell.swift; sourceTree = "<group>"; };
209-
4346D1E91C77FF0E00ABAFE3 /* predict_glucose_from_dose.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = predict_glucose_from_dose.json; sourceTree = "<group>"; };
210-
4346D1EA1C77FF0E00ABAFE3 /* clean_glucose.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = clean_glucose.json; sourceTree = "<group>"; };
211203
4346D1EF1C781BEA00ABAFE3 /* SwiftCharts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftCharts.framework; path = Carthage/Build/iOS/SwiftCharts.framework; sourceTree = "<group>"; };
212204
4346D1F51C78501000ABAFE3 /* ChartPoint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartPoint.swift; sourceTree = "<group>"; };
213-
4346D1F91C790F6F00ABAFE3 /* FixtureData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FixtureData.swift; sourceTree = "<group>"; };
214205
434AB0B11CBB4C3300422F4A /* RileyLinkBLEKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RileyLinkBLEKit.framework; path = Carthage/Build/iOS/RileyLinkBLEKit.framework; sourceTree = "<group>"; };
215206
434FF1E91CF26C29000DB779 /* IdentifiableClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifiableClass.swift; sourceTree = "<group>"; };
216207
434FF1ED1CF27EEF000DB779 /* UITableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITableViewCell.swift; sourceTree = "<group>"; };
@@ -234,7 +225,6 @@
234225
437CEEC71CD84CBB003C8C80 /* ReservoirVolumeHUDView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReservoirVolumeHUDView.swift; sourceTree = "<group>"; };
235226
437CEEC91CD84DB7003C8C80 /* BatteryLevelHUDView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatteryLevelHUDView.swift; sourceTree = "<group>"; };
236227
437CEEE31CDE5C0A003C8C80 /* UIImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImage.swift; sourceTree = "<group>"; };
237-
438C5D481C7FFC8D00FCCEC5 /* iob.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = iob.json; sourceTree = "<group>"; };
238228
438DADC71CDE8F8B007697A5 /* LoopStateView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoopStateView.swift; sourceTree = "<group>"; };
239229
43971A2C1C8B94010013154F /* CommandResponseViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandResponseViewController.swift; sourceTree = "<group>"; };
240230
439897341CD2F7DE00223065 /* NSTimeInterval.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSTimeInterval.swift; sourceTree = "<group>"; };
@@ -278,8 +268,6 @@
278268
43E344A51B9E1B3300C85C07 /* NSBundle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSBundle.swift; sourceTree = "<group>"; };
279269
43E344A71B9EAA8300C85C07 /* RemoteSettings.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = RemoteSettings.plist; sourceTree = "<group>"; };
280270
43EB40851C82646A00472A8C /* StatusChartManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusChartManager.swift; sourceTree = "<group>"; };
281-
43EB40BD1C839DC400472A8C /* normalize_history.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = normalize_history.json; sourceTree = "<group>"; };
282-
43EB40BF1C839DFB00472A8C /* predict_glucose.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = predict_glucose.json; sourceTree = "<group>"; };
283271
43EB40C11C83F84900472A8C /* StatusChartHighlightLayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusChartHighlightLayer.swift; sourceTree = "<group>"; };
284272
43EDDBF01C361C75007D89B5 /* CommonCrypto.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CommonCrypto.framework; path = Carthage/Build/iOS/CommonCrypto.framework; sourceTree = "<group>"; };
285273
43EDDBF11C361C75007D89B5 /* xDripG5.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = xDripG5.framework; path = Carthage/Build/iOS/xDripG5.framework; sourceTree = "<group>"; };
@@ -360,19 +348,6 @@
360348
/* End PBXFrameworksBuildPhase section */
361349

362350
/* Begin PBXGroup section */
363-
4346D1E81C77FEF100ABAFE3 /* Fixture Data */ = {
364-
isa = PBXGroup;
365-
children = (
366-
4346D1EA1C77FF0E00ABAFE3 /* clean_glucose.json */,
367-
438C5D481C7FFC8D00FCCEC5 /* iob.json */,
368-
43EB40BD1C839DC400472A8C /* normalize_history.json */,
369-
4346D1E91C77FF0E00ABAFE3 /* predict_glucose_from_dose.json */,
370-
43EB40BF1C839DFB00472A8C /* predict_glucose.json */,
371-
4346D1F91C790F6F00ABAFE3 /* FixtureData.swift */,
372-
);
373-
path = "Fixture Data";
374-
sourceTree = "<group>";
375-
};
376351
43757D131C06F26C00910CB9 /* Models */ = {
377352
isa = PBXGroup;
378353
children = (
@@ -415,7 +390,6 @@
415390
43776F8F1B8022E90074EA36 /* AppDelegate.swift */,
416391
43776F981B8022E90074EA36 /* Assets.xcassets */,
417392
43E344A01B9E144300C85C07 /* Extensions */,
418-
4346D1E81C77FEF100ABAFE3 /* Fixture Data */,
419393
43776F9A1B8022E90074EA36 /* LaunchScreen.storyboard */,
420394
43776F951B8022E90074EA36 /* Main.storyboard */,
421395
43F5C2E41B93C5D4003EB13D /* Managers */,
@@ -741,7 +715,7 @@
741715
};
742716
};
743717
};
744-
buildConfigurationList = 43776F871B8022E90074EA36 /* Build configuration list for PBXProject "Naterade" */;
718+
buildConfigurationList = 43776F871B8022E90074EA36 /* Build configuration list for PBXProject "Loop" */;
745719
compatibilityVersion = "Xcode 6.3";
746720
developmentRegion = English;
747721
hasScannedForEncodings = 0;
@@ -767,15 +741,10 @@
767741
isa = PBXResourcesBuildPhase;
768742
buildActionMask = 2147483647;
769743
files = (
770-
437CEECE1CD86169003C8C80 /* normalize_history.json in Resources */,
771744
43776F9C1B8022E90074EA36 /* LaunchScreen.storyboard in Resources */,
772745
43776F991B8022E90074EA36 /* Assets.xcassets in Resources */,
773-
437CEECD1CD86165003C8C80 /* iob.json in Resources */,
774-
437CEED01CD86170003C8C80 /* predict_glucose.json in Resources */,
775746
43776F971B8022E90074EA36 /* Main.storyboard in Resources */,
776747
43E344A81B9EAA8400C85C07 /* RemoteSettings.plist in Resources */,
777-
437CEECC1CD86163003C8C80 /* clean_glucose.json in Resources */,
778-
437CEECF1CD8616C003C8C80 /* predict_glucose_from_dose.json in Resources */,
779748
);
780749
runOnlyForDeploymentPostprocessing = 0;
781750
};
@@ -882,7 +851,6 @@
882851
43DBF04C1C93B8D700B3C386 /* BolusViewController.swift in Sources */,
883852
43DBF0571C93F6EB00B3C386 /* ReservoirTableViewController.swift in Sources */,
884853
435400341C9F878D00D5819C /* SetBolusUserInfo.swift in Sources */,
885-
437CEECB1CD85C5C003C8C80 /* FixtureData.swift in Sources */,
886854
437CEEBC1CD6DE6A003C8C80 /* HUDView.swift in Sources */,
887855
4354003A1C9FB81100D5819C /* UIColor.swift in Sources */,
888856
4398973B1CD2FC2000223065 /* NSDateFormatter.swift in Sources */,
@@ -1212,7 +1180,7 @@
12121180
/* End XCBuildConfiguration section */
12131181

12141182
/* Begin XCConfigurationList section */
1215-
43776F871B8022E90074EA36 /* Build configuration list for PBXProject "Naterade" */ = {
1183+
43776F871B8022E90074EA36 /* Build configuration list for PBXProject "Loop" */ = {
12161184
isa = XCConfigurationList;
12171185
buildConfigurations = (
12181186
43776FB41B8022E90074EA36 /* Debug */,

Loop/Fixture Data/FixtureData.swift

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)