|
|
@@ -549,6 +549,8 @@
|
|
|
DD1745502C55CA5500211FAC /* UnitsLimitsSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD17454F2C55CA5500211FAC /* UnitsLimitsSettingsProvider.swift */; };
|
|
|
DD1745522C55CA5D00211FAC /* UnitsLimitsSettingsStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745512C55CA5D00211FAC /* UnitsLimitsSettingsStateModel.swift */; };
|
|
|
DD1745552C55CA6C00211FAC /* UnitsLimitsSettingsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745542C55CA6C00211FAC /* UnitsLimitsSettingsRootView.swift */; };
|
|
|
+ DD17A0292E3FE0BD008E1BF0 /* SwiftJWT in Frameworks */ = {isa = PBXBuildFile; productRef = DD17A0282E3FE0BD008E1BF0 /* SwiftJWT */; };
|
|
|
+ DD17A0322E3FEA1F008E1BF0 /* RemoteNotificationResponseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD17A0312E3FEA1F008E1BF0 /* RemoteNotificationResponseManager.swift */; };
|
|
|
DD1DB7CC2BECCA1F0048B367 /* BuildDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1DB7CB2BECCA1F0048B367 /* BuildDetails.swift */; };
|
|
|
DD1E53592D273F26008F32A4 /* LoopStatusHelpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1E53582D273F20008F32A4 /* LoopStatusHelpView.swift */; };
|
|
|
DD21FCB52C6952AD00AF2C25 /* DecimalPickerSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD21FCB42C6952AD00AF2C25 /* DecimalPickerSettings.swift */; };
|
|
|
@@ -599,6 +601,7 @@
|
|
|
DD73FA0F2D74F58E00D19D1E /* BackgroundTask+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD73FA0E2D74F57300D19D1E /* BackgroundTask+Helper.swift */; };
|
|
|
DD8262CB2D289297009F6F62 /* BolusConfirmationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8262CA2D289297009F6F62 /* BolusConfirmationView.swift */; };
|
|
|
DD82D4B82DCAB2BA00BAFC77 /* PropertyPersistentFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD82D4B72DCAB2BA00BAFC77 /* PropertyPersistentFlags.swift */; };
|
|
|
+ DD868FD82E381A54005D3308 /* APNSJWTClaims.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD868FD72E381A54005D3308 /* APNSJWTClaims.swift */; };
|
|
|
DD88C8E22C50420800F2D558 /* DefinitionRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD88C8E12C50420800F2D558 /* DefinitionRow.swift */; };
|
|
|
DD940BAA2CA7585D000830A5 /* GlucoseColorScheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD940BA92CA7585D000830A5 /* GlucoseColorScheme.swift */; };
|
|
|
DD940BAC2CA75889000830A5 /* DynamicGlucoseColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD940BAB2CA75889000830A5 /* DynamicGlucoseColor.swift */; };
|
|
|
@@ -1373,6 +1376,7 @@
|
|
|
DD17454F2C55CA5500211FAC /* UnitsLimitsSettingsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitsLimitsSettingsProvider.swift; sourceTree = "<group>"; };
|
|
|
DD1745512C55CA5D00211FAC /* UnitsLimitsSettingsStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitsLimitsSettingsStateModel.swift; sourceTree = "<group>"; };
|
|
|
DD1745542C55CA6C00211FAC /* UnitsLimitsSettingsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitsLimitsSettingsRootView.swift; sourceTree = "<group>"; };
|
|
|
+ DD17A0312E3FEA1F008E1BF0 /* RemoteNotificationResponseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteNotificationResponseManager.swift; sourceTree = "<group>"; };
|
|
|
DD1DB7CB2BECCA1F0048B367 /* BuildDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildDetails.swift; sourceTree = "<group>"; };
|
|
|
DD1E53582D273F20008F32A4 /* LoopStatusHelpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopStatusHelpView.swift; sourceTree = "<group>"; };
|
|
|
DD21FCB42C6952AD00AF2C25 /* DecimalPickerSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecimalPickerSettings.swift; sourceTree = "<group>"; };
|
|
|
@@ -1420,6 +1424,7 @@
|
|
|
DD73FA0E2D74F57300D19D1E /* BackgroundTask+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BackgroundTask+Helper.swift"; sourceTree = "<group>"; };
|
|
|
DD8262CA2D289297009F6F62 /* BolusConfirmationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusConfirmationView.swift; sourceTree = "<group>"; };
|
|
|
DD82D4B72DCAB2BA00BAFC77 /* PropertyPersistentFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertyPersistentFlags.swift; sourceTree = "<group>"; };
|
|
|
+ DD868FD72E381A54005D3308 /* APNSJWTClaims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APNSJWTClaims.swift; sourceTree = "<group>"; };
|
|
|
DD88C8E12C50420800F2D558 /* DefinitionRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefinitionRow.swift; sourceTree = "<group>"; };
|
|
|
DD940BA92CA7585D000830A5 /* GlucoseColorScheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseColorScheme.swift; sourceTree = "<group>"; };
|
|
|
DD940BAB2CA75889000830A5 /* DynamicGlucoseColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicGlucoseColor.swift; sourceTree = "<group>"; };
|
|
|
@@ -1581,6 +1586,7 @@
|
|
|
3B4BA7862D8DBD690069D5B8 /* RileyLinkKitUI.framework in Frameworks */,
|
|
|
CEB434FD28B90B7C00B70274 /* SwiftCharts in Frameworks */,
|
|
|
CE95BF5F2BA7715800DC3DE3 /* MockKit.framework in Frameworks */,
|
|
|
+ DD17A0292E3FE0BD008E1BF0 /* SwiftJWT in Frameworks */,
|
|
|
3BD9687F2D8DDD8800899469 /* CryptoSwift in Frameworks */,
|
|
|
38DF1789276FC8C400B3528F /* SwiftMessages in Frameworks */,
|
|
|
3B4BA7802D8DBD690069D5B8 /* OmniKitUI.framework in Frameworks */,
|
|
|
@@ -3394,6 +3400,8 @@
|
|
|
DD9ECB662CA99EFE00AA7C45 /* RemoteControl */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ DD17A0312E3FEA1F008E1BF0 /* RemoteNotificationResponseManager.swift */,
|
|
|
+ DD868FD72E381A54005D3308 /* APNSJWTClaims.swift */,
|
|
|
DD32CFA12CC824E1003686D6 /* TrioRemoteControl+Helpers.swift */,
|
|
|
DD32CF9F2CC824D3003686D6 /* TrioRemoteControl+APNS.swift */,
|
|
|
DD32CF9D2CC824C2003686D6 /* TrioRemoteControl+Override.swift */,
|
|
|
@@ -3750,6 +3758,7 @@
|
|
|
3BD9687B2D8DDD4600899469 /* SlideButton */,
|
|
|
3BD9687E2D8DDD8800899469 /* CryptoSwift */,
|
|
|
3B47C60F2DA0A28F00B0E5EF /* FirebaseCrashlytics */,
|
|
|
+ DD17A0282E3FE0BD008E1BF0 /* SwiftJWT */,
|
|
|
);
|
|
|
productName = Trio;
|
|
|
productReference = 388E595825AD948C0019842D /* Trio.app */;
|
|
|
@@ -3926,6 +3935,7 @@
|
|
|
3BD9687A2D8DDD4600899469 /* XCRemoteSwiftPackageReference "SlideButton" */,
|
|
|
3BD9687D2D8DDD8800899469 /* XCRemoteSwiftPackageReference "CryptoSwift" */,
|
|
|
3B47C60E2DA0A28F00B0E5EF /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
|
|
+ DD868FD92E381E1C005D3308 /* XCRemoteSwiftPackageReference "Swift-JWT" */,
|
|
|
);
|
|
|
productRefGroup = 388E595925AD948C0019842D /* Products */;
|
|
|
projectDirPath = "";
|
|
|
@@ -4186,6 +4196,7 @@
|
|
|
C2A6D1E42DB1581D0036DB66 /* GlucoseStatsSetup.swift in Sources */,
|
|
|
3811DE3125C9D49500A708ED /* HomeProvider.swift in Sources */,
|
|
|
FE41E4D629463EE20047FD55 /* NightscoutPreferences.swift in Sources */,
|
|
|
+ DD868FD82E381A54005D3308 /* APNSJWTClaims.swift in Sources */,
|
|
|
E013D872273AC6FE0014109C /* GlucoseSimulatorSource.swift in Sources */,
|
|
|
BD249D862D42FBEC00412DEB /* GlucoseMetricsView.swift in Sources */,
|
|
|
58645BA32CA2D325008AFCE7 /* BatterySetup.swift in Sources */,
|
|
|
@@ -4567,6 +4578,7 @@
|
|
|
38A00B2325FC2B55006BC0B0 /* LRUCache.swift in Sources */,
|
|
|
DDD163122C4C689900CD525A /* AdjustmentsStateModel.swift in Sources */,
|
|
|
BD47FDD72D8B64D20043966B /* CarbRatioStepView.swift in Sources */,
|
|
|
+ DD17A0322E3FEA1F008E1BF0 /* RemoteNotificationResponseManager.swift in Sources */,
|
|
|
3B2F77862D7E52ED005ED9FA /* TDD.swift in Sources */,
|
|
|
3BA8D1B32DDB87150006191F /* DecimalExtensions.swift in Sources */,
|
|
|
DD3F1F892D9E078D00DCE7B3 /* TherapySettingEditorView.swift in Sources */,
|
|
|
@@ -5434,6 +5446,14 @@
|
|
|
kind = branch;
|
|
|
};
|
|
|
};
|
|
|
+ DD868FD92E381E1C005D3308 /* XCRemoteSwiftPackageReference "Swift-JWT" */ = {
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
+ repositoryURL = "http://github.com/Kitura/Swift-JWT.git";
|
|
|
+ requirement = {
|
|
|
+ kind = exactVersion;
|
|
|
+ version = 4.0.1;
|
|
|
+ };
|
|
|
+ };
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
@@ -5482,6 +5502,11 @@
|
|
|
package = CEB434FB28B90B7C00B70274 /* XCRemoteSwiftPackageReference "SwiftCharts" */;
|
|
|
productName = SwiftCharts;
|
|
|
};
|
|
|
+ DD17A0282E3FE0BD008E1BF0 /* SwiftJWT */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = DD868FD92E381E1C005D3308 /* XCRemoteSwiftPackageReference "Swift-JWT" */;
|
|
|
+ productName = SwiftJWT;
|
|
|
+ };
|
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
|
|
|
/* Begin XCVersionGroup section */
|