|
|
@@ -313,10 +313,10 @@
|
|
|
CE94597A29E9DF7B0047C9C6 /* ConnectIQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE94597929E9DF7B0047C9C6 /* ConnectIQ.framework */; };
|
|
|
CE94597B29E9DFA90047C9C6 /* ConnectIQ.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CE94597929E9DF7B0047C9C6 /* ConnectIQ.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
CE94597E29E9E1EE0047C9C6 /* GarminManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94597D29E9E1EE0047C9C6 /* GarminManager.swift */; };
|
|
|
- CE94598029E9E3BD0047C9C6 /* GarminConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94597F29E9E3BD0047C9C6 /* GarminConfigDataFlow.swift */; };
|
|
|
- CE94598229E9E3D30047C9C6 /* GarminConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94598129E9E3D30047C9C6 /* GarminConfigProvider.swift */; };
|
|
|
- CE94598429E9E3E60047C9C6 /* GarminConfigStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94598329E9E3E60047C9C6 /* GarminConfigStateModel.swift */; };
|
|
|
- CE94598729E9E4110047C9C6 /* GarminConfigRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94598629E9E4110047C9C6 /* GarminConfigRootView.swift */; };
|
|
|
+ CE94598029E9E3BD0047C9C6 /* WatchConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94597F29E9E3BD0047C9C6 /* WatchConfigDataFlow.swift */; };
|
|
|
+ CE94598229E9E3D30047C9C6 /* WatchConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94598129E9E3D30047C9C6 /* WatchConfigProvider.swift */; };
|
|
|
+ CE94598429E9E3E60047C9C6 /* WatchConfigStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94598329E9E3E60047C9C6 /* WatchConfigStateModel.swift */; };
|
|
|
+ CE94598729E9E4110047C9C6 /* WatchConfigRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE94598629E9E4110047C9C6 /* WatchConfigRootView.swift */; };
|
|
|
CEA4F62329BE10F70011ADF7 /* SavitzkyGolayFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA4F62229BE10F70011ADF7 /* SavitzkyGolayFilter.swift */; };
|
|
|
CEB434DC28B8F5B900B70274 /* MKRingProgressView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEB434DB28B8F5B900B70274 /* MKRingProgressView.framework */; };
|
|
|
CEB434DD28B8F5B900B70274 /* MKRingProgressView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEB434DB28B8F5B900B70274 /* MKRingProgressView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
@@ -799,10 +799,10 @@
|
|
|
CE82E02628E869DF00473A9C /* AlertEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertEntry.swift; sourceTree = "<group>"; };
|
|
|
CE94597929E9DF7B0047C9C6 /* ConnectIQ.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ConnectIQ.framework; path = "Dependencies/ios-armv7_arm64/ConnectIQ.framework"; sourceTree = "<group>"; };
|
|
|
CE94597D29E9E1EE0047C9C6 /* GarminManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GarminManager.swift; sourceTree = "<group>"; };
|
|
|
- CE94597F29E9E3BD0047C9C6 /* GarminConfigDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GarminConfigDataFlow.swift; sourceTree = "<group>"; };
|
|
|
- CE94598129E9E3D30047C9C6 /* GarminConfigProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GarminConfigProvider.swift; sourceTree = "<group>"; };
|
|
|
- CE94598329E9E3E60047C9C6 /* GarminConfigStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GarminConfigStateModel.swift; sourceTree = "<group>"; };
|
|
|
- CE94598629E9E4110047C9C6 /* GarminConfigRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GarminConfigRootView.swift; sourceTree = "<group>"; };
|
|
|
+ CE94597F29E9E3BD0047C9C6 /* WatchConfigDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchConfigDataFlow.swift; sourceTree = "<group>"; };
|
|
|
+ CE94598129E9E3D30047C9C6 /* WatchConfigProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchConfigProvider.swift; sourceTree = "<group>"; };
|
|
|
+ CE94598329E9E3E60047C9C6 /* WatchConfigStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchConfigStateModel.swift; sourceTree = "<group>"; };
|
|
|
+ CE94598629E9E4110047C9C6 /* WatchConfigRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchConfigRootView.swift; sourceTree = "<group>"; };
|
|
|
CEA4F62229BE10F70011ADF7 /* SavitzkyGolayFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SavitzkyGolayFilter.swift; sourceTree = "<group>"; };
|
|
|
CEB434DB28B8F5B900B70274 /* MKRingProgressView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MKRingProgressView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CEB434DE28B8F5C400B70274 /* OmniBLE.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OmniBLE.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
@@ -1059,7 +1059,7 @@
|
|
|
3811DE0325C9D31700A708ED /* Modules */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CE94597C29E9E1CD0047C9C6 /* GarminConfig */,
|
|
|
+ CE94597C29E9E1CD0047C9C6 /* WatchConfig */,
|
|
|
19E1F7E629D0828B005C8D20 /* IconConfig */,
|
|
|
19D466A129AA2B0A004D5F33 /* FPUConfig */,
|
|
|
F90692CD274B99850037068D /* HealthKit */,
|
|
|
@@ -1961,21 +1961,21 @@
|
|
|
path = Bolus;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- CE94597C29E9E1CD0047C9C6 /* GarminConfig */ = {
|
|
|
+ CE94597C29E9E1CD0047C9C6 /* WatchConfig */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CE94598529E9E3FE0047C9C6 /* View */,
|
|
|
- CE94597F29E9E3BD0047C9C6 /* GarminConfigDataFlow.swift */,
|
|
|
- CE94598129E9E3D30047C9C6 /* GarminConfigProvider.swift */,
|
|
|
- CE94598329E9E3E60047C9C6 /* GarminConfigStateModel.swift */,
|
|
|
+ CE94597F29E9E3BD0047C9C6 /* WatchConfigDataFlow.swift */,
|
|
|
+ CE94598129E9E3D30047C9C6 /* WatchConfigProvider.swift */,
|
|
|
+ CE94598329E9E3E60047C9C6 /* WatchConfigStateModel.swift */,
|
|
|
);
|
|
|
- path = GarminConfig;
|
|
|
+ path = WatchConfig;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
CE94598529E9E3FE0047C9C6 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CE94598629E9E4110047C9C6 /* GarminConfigRootView.swift */,
|
|
|
+ CE94598629E9E4110047C9C6 /* WatchConfigRootView.swift */,
|
|
|
);
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2397,7 +2397,7 @@
|
|
|
3894873A2614928B004DF424 /* DispatchTimer.swift in Sources */,
|
|
|
3895E4C625B9E00D00214B37 /* Preferences.swift in Sources */,
|
|
|
386A124F271707F000DDC61C /* DexcomSourceG6.swift in Sources */,
|
|
|
- CE94598429E9E3E60047C9C6 /* GarminConfigStateModel.swift in Sources */,
|
|
|
+ CE94598429E9E3E60047C9C6 /* WatchConfigStateModel.swift in Sources */,
|
|
|
38DF1786276A73D400B3528F /* TagCloudView.swift in Sources */,
|
|
|
38B4F3CD25E5031100E76A18 /* Broadcaster.swift in Sources */,
|
|
|
383420D925FFEB3F002D46C1 /* Popup.swift in Sources */,
|
|
|
@@ -2410,7 +2410,7 @@
|
|
|
38A0364225ED069400FCBB52 /* TempBasal.swift in Sources */,
|
|
|
3811DE1725C9D40400A708ED /* Screen.swift in Sources */,
|
|
|
383948DA25CD64D500E91849 /* Glucose.swift in Sources */,
|
|
|
- CE94598029E9E3BD0047C9C6 /* GarminConfigDataFlow.swift in Sources */,
|
|
|
+ CE94598029E9E3BD0047C9C6 /* WatchConfigDataFlow.swift in Sources */,
|
|
|
388E596C25AD95110019842D /* OpenAPS.swift in Sources */,
|
|
|
E00EEC0527368630002FF094 /* StorageAssembly.swift in Sources */,
|
|
|
384E803825C388640086DB71 /* Script.swift in Sources */,
|
|
|
@@ -2430,7 +2430,7 @@
|
|
|
CEB434E328B8F9DB00B70274 /* BluetoothStateManager.swift in Sources */,
|
|
|
3811DE4225C9D4A100A708ED /* SettingsDataFlow.swift in Sources */,
|
|
|
3811DE2525C9D48300A708ED /* MainRootView.swift in Sources */,
|
|
|
- CE94598229E9E3D30047C9C6 /* GarminConfigProvider.swift in Sources */,
|
|
|
+ CE94598229E9E3D30047C9C6 /* WatchConfigProvider.swift in Sources */,
|
|
|
38E44535274E411700EC9A94 /* Disk+Data.swift in Sources */,
|
|
|
3811DE3125C9D49500A708ED /* HomeProvider.swift in Sources */,
|
|
|
FE41E4D629463EE20047FD55 /* NightscoutPreferences.swift in Sources */,
|
|
|
@@ -2635,7 +2635,7 @@
|
|
|
BA00D96F7B2FF169A06FB530 /* CGMStateModel.swift in Sources */,
|
|
|
61962FCAF8A2D222553AC5A3 /* LibreConfigDataFlow.swift in Sources */,
|
|
|
6EADD581738D64431902AC0A /* LibreConfigProvider.swift in Sources */,
|
|
|
- CE94598729E9E4110047C9C6 /* GarminConfigRootView.swift in Sources */,
|
|
|
+ CE94598729E9E4110047C9C6 /* WatchConfigRootView.swift in Sources */,
|
|
|
903D18976088B09110BCBE29 /* LibreConfigStateModel.swift in Sources */,
|
|
|
9050F378F0063C064D7FFC86 /* LibreConfigRootView.swift in Sources */,
|
|
|
B7C465E9472624D8A2BE2A6A /* CalibrationsDataFlow.swift in Sources */,
|