Skip to content

Commit 78260ca

Browse files
committed
Use Locked implementation from LoopKit
1 parent 5127822 commit 78260ca

File tree

4 files changed

+5
-48
lines changed

4 files changed

+5
-48
lines changed

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github "LoopKit/Amplitude-iOS" "2137d5fd44bf630ed33e1e72d7af6d8f8612f270"
22
github "LoopKit/CGMBLEKit" "ea1267791c66e884f1013fffd36faf4555cc6eaf"
33
github "LoopKit/G4ShareSpy" "fed5a389e3e47e3a1953878dd21852aa5f44b360"
4-
github "LoopKit/LoopKit" "3c31297a8c3ee1ac5552f4edc6b4bf454267a549"
4+
github "LoopKit/LoopKit" "e386a24577244ee6b2add52e8b2aff0385c2200b"
55
github "LoopKit/dexcom-share-client-swift" "b0419edf55c7f389b36cb47dd5c376bbd3d03d69"
66
github "i-schuetz/SwiftCharts" "0.6.3"
7-
github "ps2/rileylink_ios" "8418b57c1983bdefaec7ccb456c86d5efacf40e7"
87
github "maxkonovalov/MKRingProgressView" "2.2.1"
8+
github "ps2/rileylink_ios" "809eca7e7272339cd60e24dea9d29ad165bb0edd"

Loop.xcodeproj/project.pbxproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
4344628F20A7ADD500C4BE6F /* UserDefaults+CGM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4344628D20A7ADD100C4BE6F /* UserDefaults+CGM.swift */; };
6363
4344629220A7C19800C4BE6F /* ButtonGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4344629120A7C19800C4BE6F /* ButtonGroup.swift */; };
6464
4344629820A8B2D700C4BE6F /* OSLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4374B5EE209D84BE00D17AA8 /* OSLog.swift */; };
65-
4345E3F221F0351E009E00E5 /* Locked.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4374B5F1209D897600D17AA8 /* Locked.swift */; };
66-
4345E3F321F0351E009E00E5 /* Locked.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4374B5F1209D897600D17AA8 /* Locked.swift */; };
6765
4345E3F421F036FC009E00E5 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D848AF1E7DCBE100DADCBC /* Result.swift */; };
6866
4345E3F521F036FC009E00E5 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D848AF1E7DCBE100DADCBC /* Result.swift */; };
6967
4345E3F821F03D2A009E00E5 /* DatesAndNumberCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4345E3F721F03D2A009E00E5 /* DatesAndNumberCell.swift */; };
@@ -634,7 +632,6 @@
634632
4372E48F213CFCE70068E043 /* LoopSettingsUserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopSettingsUserInfo.swift; sourceTree = "<group>"; };
635633
4372E495213DCDD30068E043 /* GlucoseChartValueHashable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseChartValueHashable.swift; sourceTree = "<group>"; };
636634
4374B5EE209D84BE00D17AA8 /* OSLog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
637-
4374B5F1209D897600D17AA8 /* Locked.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Locked.swift; sourceTree = "<group>"; };
638635
4374B5F3209D89A900D17AA8 /* TextFieldTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewCell.swift; sourceTree = "<group>"; };
639636
43776F8C1B8022E90074EA36 /* Loop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Loop.app; sourceTree = BUILT_PRODUCTS_DIR; };
640637
43776F8F1B8022E90074EA36 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
@@ -1384,7 +1381,6 @@
13841381
430B298D2041F56500BA9F93 /* GlucoseThreshold.swift */,
13851382
43C05CB721EBEA54006FB252 /* HKUnit.swift */,
13861383
434FF1E91CF26C29000DB779 /* IdentifiableClass.swift */,
1387-
4374B5F1209D897600D17AA8 /* Locked.swift */,
13881384
430B298C2041F56500BA9F93 /* LoopSettings.swift */,
13891385
430B29892041F54A00BA9F93 /* NSUserDefaults.swift */,
13901386
431E73471FF95A900069B5F7 /* PersistenceController.swift */,
@@ -2074,6 +2070,7 @@
20742070
developmentRegion = English;
20752071
hasScannedForEncodings = 0;
20762072
knownRegions = (
2073+
English,
20772074
en,
20782075
Base,
20792076
fr,
@@ -2084,6 +2081,7 @@
20842081
nb,
20852082
es,
20862083
pl,
2084+
ru,
20872085
);
20882086
mainGroup = 43776F831B8022E90074EA36;
20892087
productRefGroup = 43776F8D1B8022E90074EA36 /* Products */;
@@ -2497,7 +2495,6 @@
24972495
43C05CA921EB2B26006FB252 /* PersistenceController.swift in Sources */,
24982496
431EA87221EB29150076EC1A /* InsulinModelSettings.swift in Sources */,
24992497
43D9002121EB209400AF44BF /* GlucoseThreshold.swift in Sources */,
2500-
4345E3F221F0351E009E00E5 /* Locked.swift in Sources */,
25012498
43C05CAB21EB2B4A006FB252 /* NSBundle.swift in Sources */,
25022499
43D9002221EB209400AF44BF /* LoopSettings.swift in Sources */,
25032500
431EA87421EB291A0076EC1A /* WalshInsulinModel.swift in Sources */,
@@ -2543,7 +2540,6 @@
25432540
43C05CA821EB2B26006FB252 /* PersistenceController.swift in Sources */,
25442541
431EA87321EB29160076EC1A /* InsulinModelSettings.swift in Sources */,
25452542
43D9FFF921EAF34800AF44BF /* GlucoseThreshold.swift in Sources */,
2546-
4345E3F321F0351E009E00E5 /* Locked.swift in Sources */,
25472543
43C05CAA21EB2B49006FB252 /* NSBundle.swift in Sources */,
25482544
43D9FFF521EAF27200AF44BF /* LoopSettings.swift in Sources */,
25492545
431EA87521EB291B0076EC1A /* WalshInsulinModel.swift in Sources */,

Loop/Views/BolusProgressTableViewCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import Foundation
1010
import LoopKit
11+
import LoopUI
1112
import HealthKit
1213
import MKRingProgressView
1314

LoopCore/Locked.swift

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

0 commit comments

Comments
 (0)