|
@@ -115,6 +115,8 @@
|
|
|
DD13BC752C3FD6210062313B /* InfoType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC742C3FD6200062313B /* InfoType.swift */; };
|
|
DD13BC752C3FD6210062313B /* InfoType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC742C3FD6200062313B /* InfoType.swift */; };
|
|
|
DD13BC772C3FD64E0062313B /* InfoData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC762C3FD64E0062313B /* InfoData.swift */; };
|
|
DD13BC772C3FD64E0062313B /* InfoData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC762C3FD64E0062313B /* InfoData.swift */; };
|
|
|
DD13BC792C3FE63A0062313B /* InfoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC782C3FE63A0062313B /* InfoManager.swift */; };
|
|
DD13BC792C3FE63A0062313B /* InfoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC782C3FE63A0062313B /* InfoManager.swift */; };
|
|
|
|
|
+ DDA0000012341234000A0002 /* InfoDisplayItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA0000012341234000A0001 /* InfoDisplayItem.swift */; };
|
|
|
|
|
+ DDA0000012341234000B0002 /* InfoRowSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA0000012341234000B0001 /* InfoRowSettingsView.swift */; };
|
|
|
DD13BC7B2C3FE64A0062313B /* InfoTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC7A2C3FE64A0062313B /* InfoTableView.swift */; };
|
|
DD13BC7B2C3FE64A0062313B /* InfoTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD13BC7A2C3FE64A0062313B /* InfoTableView.swift */; };
|
|
|
DD16AF0D2C98485400FB655A /* SecureStorageValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */; };
|
|
DD16AF0D2C98485400FB655A /* SecureStorageValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */; };
|
|
|
DD16AF0F2C99592F00FB655A /* HKQuantityInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */; };
|
|
DD16AF0F2C99592F00FB655A /* HKQuantityInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */; };
|
|
@@ -583,6 +585,8 @@
|
|
|
DD13BC742C3FD6200062313B /* InfoType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoType.swift; sourceTree = "<group>"; };
|
|
DD13BC742C3FD6200062313B /* InfoType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoType.swift; sourceTree = "<group>"; };
|
|
|
DD13BC762C3FD64E0062313B /* InfoData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoData.swift; sourceTree = "<group>"; };
|
|
DD13BC762C3FD64E0062313B /* InfoData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoData.swift; sourceTree = "<group>"; };
|
|
|
DD13BC782C3FE63A0062313B /* InfoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoManager.swift; sourceTree = "<group>"; };
|
|
DD13BC782C3FE63A0062313B /* InfoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoManager.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ DDA0000012341234000A0001 /* InfoDisplayItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoDisplayItem.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ DDA0000012341234000B0001 /* InfoRowSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoRowSettingsView.swift; sourceTree = "<group>"; };
|
|
|
DD13BC7A2C3FE64A0062313B /* InfoTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoTableView.swift; sourceTree = "<group>"; };
|
|
DD13BC7A2C3FE64A0062313B /* InfoTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoTableView.swift; sourceTree = "<group>"; };
|
|
|
DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureStorageValue.swift; sourceTree = "<group>"; };
|
|
DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureStorageValue.swift; sourceTree = "<group>"; };
|
|
|
DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HKQuantityInputView.swift; sourceTree = "<group>"; };
|
|
DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HKQuantityInputView.swift; sourceTree = "<group>"; };
|
|
@@ -1183,6 +1187,7 @@
|
|
|
DD13BC742C3FD6200062313B /* InfoType.swift */,
|
|
DD13BC742C3FD6200062313B /* InfoType.swift */,
|
|
|
DD13BC762C3FD64E0062313B /* InfoData.swift */,
|
|
DD13BC762C3FD64E0062313B /* InfoData.swift */,
|
|
|
DD13BC782C3FE63A0062313B /* InfoManager.swift */,
|
|
DD13BC782C3FE63A0062313B /* InfoManager.swift */,
|
|
|
|
|
+ DDA0000012341234000A0001 /* InfoDisplayItem.swift */,
|
|
|
DD0C0C652C46E54C00DBADDF /* InfoDataSeparator.swift */,
|
|
DD0C0C652C46E54C00DBADDF /* InfoDataSeparator.swift */,
|
|
|
DD13BC7A2C3FE64A0062313B /* InfoTableView.swift */,
|
|
DD13BC7A2C3FE64A0062313B /* InfoTableView.swift */,
|
|
|
);
|
|
);
|
|
@@ -1265,6 +1270,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
DD5334262C61668700062F9D /* InfoDisplaySettingsViewModel.swift */,
|
|
DD5334262C61668700062F9D /* InfoDisplaySettingsViewModel.swift */,
|
|
|
DD5334282C6166A500062F9D /* InfoDisplaySettingsView.swift */,
|
|
DD5334282C6166A500062F9D /* InfoDisplaySettingsView.swift */,
|
|
|
|
|
+ DDA0000012341234000B0001 /* InfoRowSettingsView.swift */,
|
|
|
);
|
|
);
|
|
|
path = InfoDisplaySettings;
|
|
path = InfoDisplaySettings;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2331,6 +2337,8 @@
|
|
|
DD7F4BA12DD2193F00D449E9 /* AlarmSnoozeSection.swift in Sources */,
|
|
DD7F4BA12DD2193F00D449E9 /* AlarmSnoozeSection.swift in Sources */,
|
|
|
DD9ACA0C2D33BB8600415D8A /* CalendarTask.swift in Sources */,
|
|
DD9ACA0C2D33BB8600415D8A /* CalendarTask.swift in Sources */,
|
|
|
DD13BC792C3FE63A0062313B /* InfoManager.swift in Sources */,
|
|
DD13BC792C3FE63A0062313B /* InfoManager.swift in Sources */,
|
|
|
|
|
+ DDA0000012341234000A0002 /* InfoDisplayItem.swift in Sources */,
|
|
|
|
|
+ DDA0000012341234000B0002 /* InfoRowSettingsView.swift in Sources */,
|
|
|
DD13BC7B2C3FE64A0062313B /* InfoTableView.swift in Sources */,
|
|
DD13BC7B2C3FE64A0062313B /* InfoTableView.swift in Sources */,
|
|
|
DD4E5F6A7B8C9D0E2F2A3B4C /* RemoteContentView.swift in Sources */,
|
|
DD4E5F6A7B8C9D0E2F2A3B4C /* RemoteContentView.swift in Sources */,
|
|
|
DD48780A2C7B30D40048F05C /* RemoteSettingsViewModel.swift in Sources */,
|
|
DD48780A2C7B30D40048F05C /* RemoteSettingsViewModel.swift in Sources */,
|