|
@@ -182,7 +182,11 @@
|
|
|
BD1179202F4E22C100F90001 /* TrioAlertManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179212F4E22C100F90001 /* TrioAlertManager.swift */; };
|
|
BD1179202F4E22C100F90001 /* TrioAlertManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179212F4E22C100F90001 /* TrioAlertManager.swift */; };
|
|
|
BD1179222F4E22C100F90001 /* TrioModalAlertScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179232F4E22C100F90001 /* TrioModalAlertScheduler.swift */; };
|
|
BD1179222F4E22C100F90001 /* TrioModalAlertScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179232F4E22C100F90001 /* TrioModalAlertScheduler.swift */; };
|
|
|
BD1179242F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179252F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift */; };
|
|
BD1179242F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179252F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift */; };
|
|
|
|
|
+ BD1179322F4E22C100F90001 /* CriticalAlertAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179312F4E22C100F90001 /* CriticalAlertAudioPlayer.swift */; };
|
|
|
|
|
+ BD1179342F4E22C100F90001 /* Sounds in Resources */ = {isa = PBXBuildFile; fileRef = BD1179332F4E22C100F90001 /* Sounds */; };
|
|
|
BD1179282F4E22C100F90001 /* TrioAlertCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179292F4E22C100F90001 /* TrioAlertCategory.swift */; };
|
|
BD1179282F4E22C100F90001 /* TrioAlertCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179292F4E22C100F90001 /* TrioAlertCategory.swift */; };
|
|
|
|
|
+ BD1179402F4E22C100F90001 /* ForecastedGlucoseEvaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179412F4E22C100F90001 /* ForecastedGlucoseEvaluator.swift */; };
|
|
|
|
|
+ BD1179422F4E22C100F90001 /* ForecastedGlucoseAlertObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1179432F4E22C100F90001 /* ForecastedGlucoseAlertObserver.swift */; };
|
|
|
38E989DD25F5021400C0CED0 /* PumpStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E989DC25F5021400C0CED0 /* PumpStatus.swift */; };
|
|
38E989DD25F5021400C0CED0 /* PumpStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E989DC25F5021400C0CED0 /* PumpStatus.swift */; };
|
|
|
38E98A2325F52C9300C0CED0 /* Signpost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E98A1B25F52C9300C0CED0 /* Signpost.swift */; };
|
|
38E98A2325F52C9300C0CED0 /* Signpost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E98A1B25F52C9300C0CED0 /* Signpost.swift */; };
|
|
|
38E98A2425F52C9300C0CED0 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E98A1C25F52C9300C0CED0 /* Logger.swift */; };
|
|
38E98A2425F52C9300C0CED0 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E98A1C25F52C9300C0CED0 /* Logger.swift */; };
|
|
@@ -1077,7 +1081,11 @@
|
|
|
BD1179212F4E22C100F90001 /* TrioAlertManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioAlertManager.swift; sourceTree = "<group>"; };
|
|
BD1179212F4E22C100F90001 /* TrioAlertManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioAlertManager.swift; sourceTree = "<group>"; };
|
|
|
BD1179232F4E22C100F90001 /* TrioModalAlertScheduler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioModalAlertScheduler.swift; sourceTree = "<group>"; };
|
|
BD1179232F4E22C100F90001 /* TrioModalAlertScheduler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioModalAlertScheduler.swift; sourceTree = "<group>"; };
|
|
|
BD1179252F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioUserNotificationAlertScheduler.swift; sourceTree = "<group>"; };
|
|
BD1179252F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioUserNotificationAlertScheduler.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ BD1179312F4E22C100F90001 /* CriticalAlertAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CriticalAlertAudioPlayer.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ BD1179332F4E22C100F90001 /* Sounds */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Sounds; sourceTree = "<group>"; };
|
|
|
BD1179292F4E22C100F90001 /* TrioAlertCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioAlertCategory.swift; sourceTree = "<group>"; };
|
|
BD1179292F4E22C100F90001 /* TrioAlertCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrioAlertCategory.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ BD1179412F4E22C100F90001 /* ForecastedGlucoseEvaluator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForecastedGlucoseEvaluator.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ BD1179432F4E22C100F90001 /* ForecastedGlucoseAlertObserver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForecastedGlucoseAlertObserver.swift; sourceTree = "<group>"; };
|
|
|
38E989DC25F5021400C0CED0 /* PumpStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpStatus.swift; sourceTree = "<group>"; };
|
|
38E989DC25F5021400C0CED0 /* PumpStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpStatus.swift; sourceTree = "<group>"; };
|
|
|
38E98A1B25F52C9300C0CED0 /* Signpost.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Signpost.swift; sourceTree = "<group>"; };
|
|
38E98A1B25F52C9300C0CED0 /* Signpost.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Signpost.swift; sourceTree = "<group>"; };
|
|
|
38E98A1C25F52C9300C0CED0 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
|
|
38E98A1C25F52C9300C0CED0 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
|
|
@@ -2170,6 +2178,9 @@
|
|
|
BD1179262F4E22C100F90001 /* Alerts */ = {
|
|
BD1179262F4E22C100F90001 /* Alerts */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ BD1179312F4E22C100F90001 /* CriticalAlertAudioPlayer.swift */,
|
|
|
|
|
+ BD1179432F4E22C100F90001 /* ForecastedGlucoseAlertObserver.swift */,
|
|
|
|
|
+ BD1179412F4E22C100F90001 /* ForecastedGlucoseEvaluator.swift */,
|
|
|
BD1179292F4E22C100F90001 /* TrioAlertCategory.swift */,
|
|
BD1179292F4E22C100F90001 /* TrioAlertCategory.swift */,
|
|
|
BD1179212F4E22C100F90001 /* TrioAlertManager.swift */,
|
|
BD1179212F4E22C100F90001 /* TrioAlertManager.swift */,
|
|
|
BD1179232F4E22C100F90001 /* TrioModalAlertScheduler.swift */,
|
|
BD1179232F4E22C100F90001 /* TrioModalAlertScheduler.swift */,
|
|
@@ -2273,6 +2284,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
388E597125AD9CF10019842D /* json */,
|
|
388E597125AD9CF10019842D /* json */,
|
|
|
388E596E25AD96040019842D /* javascript */,
|
|
388E596E25AD96040019842D /* javascript */,
|
|
|
|
|
+ BD1179332F4E22C100F90001 /* Sounds */,
|
|
|
3811DEC725C9DA7300A708ED /* Trio.entitlements */,
|
|
3811DEC725C9DA7300A708ED /* Trio.entitlements */,
|
|
|
388E596425AD948E0019842D /* Info.plist */,
|
|
388E596425AD948E0019842D /* Info.plist */,
|
|
|
8A91342B2D63D9A2007F8874 /* InfoPlist.xcstrings */,
|
|
8A91342B2D63D9A2007F8874 /* InfoPlist.xcstrings */,
|
|
@@ -4234,6 +4246,7 @@
|
|
|
19DA48E829CD339B00EEA1E7 /* Assets.xcassets in Resources */,
|
|
19DA48E829CD339B00EEA1E7 /* Assets.xcassets in Resources */,
|
|
|
8A91342A2D63D9A1007F8874 /* Localizable.xcstrings in Resources */,
|
|
8A91342A2D63D9A1007F8874 /* Localizable.xcstrings in Resources */,
|
|
|
388E596F25AD96040019842D /* javascript in Resources */,
|
|
388E596F25AD96040019842D /* javascript in Resources */,
|
|
|
|
|
+ BD1179342F4E22C100F90001 /* Sounds in Resources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -4611,7 +4624,10 @@
|
|
|
BD1179202F4E22C100F90001 /* TrioAlertManager.swift in Sources */,
|
|
BD1179202F4E22C100F90001 /* TrioAlertManager.swift in Sources */,
|
|
|
BD1179222F4E22C100F90001 /* TrioModalAlertScheduler.swift in Sources */,
|
|
BD1179222F4E22C100F90001 /* TrioModalAlertScheduler.swift in Sources */,
|
|
|
BD1179242F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift in Sources */,
|
|
BD1179242F4E22C100F90001 /* TrioUserNotificationAlertScheduler.swift in Sources */,
|
|
|
|
|
+ BD1179322F4E22C100F90001 /* CriticalAlertAudioPlayer.swift in Sources */,
|
|
|
BD1179282F4E22C100F90001 /* TrioAlertCategory.swift in Sources */,
|
|
BD1179282F4E22C100F90001 /* TrioAlertCategory.swift in Sources */,
|
|
|
|
|
+ BD1179402F4E22C100F90001 /* ForecastedGlucoseEvaluator.swift in Sources */,
|
|
|
|
|
+ BD1179422F4E22C100F90001 /* ForecastedGlucoseAlertObserver.swift in Sources */,
|
|
|
DD3F1F902D9E153F00DCE7B3 /* NightscoutImportStepView.swift in Sources */,
|
|
DD3F1F902D9E153F00DCE7B3 /* NightscoutImportStepView.swift in Sources */,
|
|
|
CE82E02528E867BA00473A9C /* AlertStorage.swift in Sources */,
|
|
CE82E02528E867BA00473A9C /* AlertStorage.swift in Sources */,
|
|
|
DD1745372C55B74200211FAC /* AlgorithmSettings.swift in Sources */,
|
|
DD1745372C55B74200211FAC /* AlgorithmSettings.swift in Sources */,
|