Skip to content

Commit 65c6038

Browse files
author
Rick Pasetto
authored
Adds case extensionIdentifier = "com.loopkit.Loop.ExtensionIdentifier" (#257)
1 parent 30dbcee commit 65c6038

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LoopKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
C1390AAF246A541C002F3C3C /* TimeZone.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4303C4901E2D664200ADEDC8 /* TimeZone.swift */; };
710710
C164A56022F14C73000E3FA5 /* UnfinalizedDose.swift in Sources */ = {isa = PBXBuildFile; fileRef = C164A55F22F14C73000E3FA5 /* UnfinalizedDose.swift */; };
711711
C164A56422F21081000E3FA5 /* MockPumpManagerState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C164A56322F21081000E3FA5 /* MockPumpManagerState.swift */; };
712-
C16DA83F22E8D88F008624C2 /* LoopPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16DA83E22E8D88F008624C2 /* LoopPlugin.swift */; };
712+
C16DA83F22E8D88F008624C2 /* LoopPluginBundleKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16DA83E22E8D88F008624C2 /* LoopPluginBundleKey.swift */; };
713713
C16DA84522E9330A008624C2 /* LoopUIPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16DA84422E9330A008624C2 /* LoopUIPlugin.swift */; };
714714
C17F39C123CD24A000FA1113 /* DeviceLog.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C17F39BF23CD24A000FA1113 /* DeviceLog.xcdatamodeld */; };
715715
C17F39C723CD256000FA1113 /* PersistentDeviceLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F39C623CD256000FA1113 /* PersistentDeviceLog.swift */; };
@@ -1479,7 +1479,7 @@
14791479
C13E6D291EEB1CB9006F5880 /* ice_slow_absorption.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ice_slow_absorption.json; sourceTree = "<group>"; };
14801480
C164A55F22F14C73000E3FA5 /* UnfinalizedDose.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnfinalizedDose.swift; sourceTree = "<group>"; };
14811481
C164A56322F21081000E3FA5 /* MockPumpManagerState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockPumpManagerState.swift; sourceTree = "<group>"; };
1482-
C16DA83E22E8D88F008624C2 /* LoopPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopPlugin.swift; sourceTree = "<group>"; };
1482+
C16DA83E22E8D88F008624C2 /* LoopPluginBundleKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopPluginBundleKey.swift; sourceTree = "<group>"; };
14831483
C16DA84422E9330A008624C2 /* LoopUIPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopUIPlugin.swift; sourceTree = "<group>"; };
14841484
C17F39C023CD24A000FA1113 /* DeviceCommsLog.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = DeviceCommsLog.xcdatamodel; sourceTree = "<group>"; };
14851485
C17F39C623CD256000FA1113 /* PersistentDeviceLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistentDeviceLog.swift; sourceTree = "<group>"; };
@@ -2110,7 +2110,7 @@
21102110
43D8FEB21C7294520073BE78 /* InsulinKit */,
21112111
1F5DAB2B2118CE9300048054 /* Localizable.strings */,
21122112
437874B4202FDC8300A3D8B9 /* Persistence */,
2113-
C16DA83E22E8D88F008624C2 /* LoopPlugin.swift */,
2113+
C16DA83E22E8D88F008624C2 /* LoopPluginBundleKey.swift */,
21142114
89F6E30E244A1A5D00CB9E15 /* Guardrail.swift */,
21152115
E9086B3824B3CB4B0062F5C8 /* TherapySettings.swift */,
21162116
1D1FCE2624BE4DE2000300A8 /* CorrectionRangeOverrides.swift */,
@@ -3497,7 +3497,7 @@
34973497
A9E1E6A924E1B6700073CA39 /* SyncCarbObject.swift in Sources */,
34983498
43CF0B3F2030FD0D002A66DE /* UploadState.swift in Sources */,
34993499
A933DB8824BF956F009B417A /* CriticalEventLog.swift in Sources */,
3500-
C16DA83F22E8D88F008624C2 /* LoopPlugin.swift in Sources */,
3500+
C16DA83F22E8D88F008624C2 /* LoopPluginBundleKey.swift in Sources */,
35013501
C1F8403923DB84B700673141 /* DeviceLogEntry+CoreDataClass.swift in Sources */,
35023502
433BC7AD20538FCA000B1200 /* StoredGlucoseSample.swift in Sources */,
35033503
43D8FDF91C7290350073BE78 /* GlucoseEffect.swift in Sources */,

LoopKit/LoopPlugin.swift renamed to LoopKit/LoopPluginBundleKey.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// LoopPlugin.swift
2+
// LoopPluginBundleKey.swift
33
// LoopKit
44
//
55
// Created by Pete Schwamb on 7/24/19.
@@ -15,5 +15,5 @@ public enum LoopPluginBundleKey: String {
1515
case cgmManagerIdentifier = "com.loopkit.Loop.CGMManagerIdentifier"
1616
case serviceDisplayName = "com.loopkit.Loop.ServiceDisplayName"
1717
case serviceIdentifier = "com.loopkit.Loop.ServiceIdentifier"
18+
case extensionIdentifier = "com.loopkit.Loop.ExtensionIdentifier"
1819
}
19-

0 commit comments

Comments
 (0)