From b1fc7c3ffe8d17342cae3656a88a6dbf4dec227a Mon Sep 17 00:00:00 2001 From: Johan Degraeve Date: Tue, 6 Oct 2020 22:34:37 +0200 Subject: [PATCH] deleting older data models as they create warnings --- xdrip.xcodeproj/project.pbxproj | 24 +-- .../xdrip v10.xcdatamodel/contents | 94 ---------- .../xdrip v11.xcdatamodel/contents | 166 ------------------ .../xdrip v7.xcdatamodel/contents | 85 --------- .../xdrip v8.xcdatamodel/contents | 86 --------- .../xdrip v9.xcdatamodel/contents | 93 ---------- 6 files changed, 7 insertions(+), 541 deletions(-) delete mode 100644 xdrip/Core Data/xdrip.xcdatamodeld/xdrip v10.xcdatamodel/contents delete mode 100644 xdrip/Core Data/xdrip.xcdatamodeld/xdrip v11.xcdatamodel/contents delete mode 100644 xdrip/Core Data/xdrip.xcdatamodeld/xdrip v7.xcdatamodel/contents delete mode 100644 xdrip/Core Data/xdrip.xcdatamodeld/xdrip v8.xcdatamodel/contents delete mode 100644 xdrip/Core Data/xdrip.xcdatamodeld/xdrip v9.xcdatamodel/contents diff --git a/xdrip.xcodeproj/project.pbxproj b/xdrip.xcodeproj/project.pbxproj index a5c5801d9..fb187e09a 100644 --- a/xdrip.xcodeproj/project.pbxproj +++ b/xdrip.xcodeproj/project.pbxproj @@ -238,6 +238,7 @@ F85DC2F421CFE3D400B9F74A /* Sensor+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = F85DC2F121CFE3D400B9F74A /* Sensor+CoreDataClass.swift */; }; F85DC2F521CFE3D400B9F74A /* BgReading+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = F85DC2F221CFE3D400B9F74A /* BgReading+CoreDataClass.swift */; }; F85FF39125288870004E6FF1 /* HouseKeeper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F85FF39025288870004E6FF1 /* HouseKeeper.swift */; }; + F85FF3C4252D0C32004E6FF1 /* xdrip.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = F85FF3C2252D0C32004E6FF1 /* xdrip.xcdatamodeld */; }; F867E2612252ADAB000FD265 /* Calibration+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = F867E25D2252ADAB000FD265 /* Calibration+CoreDataProperties.swift */; }; F8691888239CEEFA0065B607 /* BluetoothPeripheralViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8691887239CEEFA0065B607 /* BluetoothPeripheralViewModel.swift */; }; F869188C23A044340065B607 /* TextsM5StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F869188B23A044340065B607 /* TextsM5StackView.swift */; }; @@ -408,7 +409,6 @@ F8E53FBD2517F96800052CE5 /* Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E53FBC2517F96800052CE5 /* Date.swift */; }; F8E53FCE251D35FB00052CE5 /* Common.strings in Resources */ = {isa = PBXBuildFile; fileRef = F8E53FD0251D35FB00052CE5 /* Common.strings */; }; F8E53FE9251F7B8800052CE5 /* Texts.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E53FE8251F7B8800052CE5 /* Texts.swift */; }; - F8E540462521227000052CE5 /* xdrip.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = F8E5403F2521227000052CE5 /* xdrip.xcdatamodeld */; }; F8E5404C2522624800052CE5 /* ConstantsHousekeeping.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E5404B2522624800052CE5 /* ConstantsHousekeeping.swift */; }; F8E6C78C24CDDB83007C1199 /* SnoozeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6C78B24CDDB83007C1199 /* SnoozeViewController.swift */; }; F8E6C79024CEC22A007C1199 /* TextsSnooze.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6C78F24CEC22A007C1199 /* TextsSnooze.swift */; }; @@ -745,6 +745,7 @@ F85DC2F121CFE3D400B9F74A /* Sensor+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Sensor+CoreDataClass.swift"; sourceTree = ""; }; F85DC2F221CFE3D400B9F74A /* BgReading+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BgReading+CoreDataClass.swift"; sourceTree = ""; }; F85FF39025288870004E6FF1 /* HouseKeeper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HouseKeeper.swift; sourceTree = ""; }; + F85FF3C3252D0C32004E6FF1 /* xdrip v12.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v12.xcdatamodel"; sourceTree = ""; }; F867E25D2252ADAB000FD265 /* Calibration+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Calibration+CoreDataProperties.swift"; path = "xdrip/Core Data/extensions/Calibration+CoreDataProperties.swift"; sourceTree = SOURCE_ROOT; }; F8691887239CEEFA0065B607 /* BluetoothPeripheralViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BluetoothPeripheralViewModel.swift; sourceTree = ""; }; F869188B23A044340065B607 /* TextsM5StackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextsM5StackView.swift; sourceTree = ""; }; @@ -1013,12 +1014,6 @@ F8E53FD6251D363900052CE5 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Common.strings"; sourceTree = ""; }; F8E53FD7251D363B00052CE5 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Common.strings; sourceTree = ""; }; F8E53FE8251F7B8800052CE5 /* Texts.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Texts.swift; sourceTree = ""; }; - F8E540402521227000052CE5 /* xdrip v8.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v8.xcdatamodel"; sourceTree = ""; }; - F8E540412521227000052CE5 /* xdrip v10.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v10.xcdatamodel"; sourceTree = ""; }; - F8E540422521227000052CE5 /* xdrip v7.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v7.xcdatamodel"; sourceTree = ""; }; - F8E540432521227000052CE5 /* xdrip v11.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v11.xcdatamodel"; sourceTree = ""; }; - F8E540442521227000052CE5 /* xdrip v9.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v9.xcdatamodel"; sourceTree = ""; }; - F8E540452521227000052CE5 /* xdrip v12.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xdrip v12.xcdatamodel"; sourceTree = ""; }; F8E5404B2522624800052CE5 /* ConstantsHousekeeping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstantsHousekeeping.swift; sourceTree = ""; }; F8E6C78B24CDDB83007C1199 /* SnoozeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnoozeViewController.swift; sourceTree = ""; }; F8E6C78F24CEC22A007C1199 /* TextsSnooze.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextsSnooze.swift; sourceTree = ""; }; @@ -1698,7 +1693,7 @@ F8AC42D021B342910078C348 /* Core Data */ = { isa = PBXGroup; children = ( - F8E5403F2521227000052CE5 /* xdrip.xcdatamodeld */, + F85FF3C2252D0C32004E6FF1 /* xdrip.xcdatamodeld */, F8B3A814227DEA69004BA588 /* accessors */, F8EA6CA421B9A25B0082976B /* classes */, ); @@ -2973,6 +2968,7 @@ F8F9720423A5915900C3F17D /* TransmitterVersionTxMessage.swift in Sources */, F8DF765C23E350B100063910 /* DexcomG5+BluetoothPeripheral.swift in Sources */, F8F9720323A5915900C3F17D /* CGMG5Transmitter.swift in Sources */, + F85FF3C4252D0C32004E6FF1 /* xdrip.xcdatamodeld in Sources */, F8B3A81C227DEC92004BA588 /* AlertEntriesAccessor.swift in Sources */, F8A1585B22EDB7EA007F5B5D /* ConstantsDexcomG5.swift in Sources */, F816E0F524367132009EE65B /* GNSEntry+CoreDataProperties.swift in Sources */, @@ -3042,7 +3038,6 @@ F821CF7B22A1D359005C1E43 /* NightScoutFollowerDelegate.swift in Sources */, F8F9721523A5915900C3F17D /* PairRequestTxMessage.swift in Sources */, F8BECB12235CEA9B0060DAE1 /* TimeInterval.swift in Sources */, - F8E540462521227000052CE5 /* xdrip.xcdatamodeld in Sources */, F8F9720823A5915900C3F17D /* BatteryStatusTxMessage.swift in Sources */, F8F9721C23A5915900C3F17D /* LibreOOPResponse.swift in Sources */, F81F9FFC2288C7530028C70F /* NewAlertSettingsViewController.swift in Sources */, @@ -3693,17 +3688,12 @@ /* End XCConfigurationList section */ /* Begin XCVersionGroup section */ - F8E5403F2521227000052CE5 /* xdrip.xcdatamodeld */ = { + F85FF3C2252D0C32004E6FF1 /* xdrip.xcdatamodeld */ = { isa = XCVersionGroup; children = ( - F8E540402521227000052CE5 /* xdrip v8.xcdatamodel */, - F8E540412521227000052CE5 /* xdrip v10.xcdatamodel */, - F8E540422521227000052CE5 /* xdrip v7.xcdatamodel */, - F8E540432521227000052CE5 /* xdrip v11.xcdatamodel */, - F8E540442521227000052CE5 /* xdrip v9.xcdatamodel */, - F8E540452521227000052CE5 /* xdrip v12.xcdatamodel */, + F85FF3C3252D0C32004E6FF1 /* xdrip v12.xcdatamodel */, ); - currentVersion = F8E540452521227000052CE5 /* xdrip v12.xcdatamodel */; + currentVersion = F85FF3C3252D0C32004E6FF1 /* xdrip v12.xcdatamodel */; path = xdrip.xcdatamodeld; sourceTree = ""; versionGroupType = wrapper.xcdatamodel; diff --git a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v10.xcdatamodel/contents b/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v10.xcdatamodel/contents deleted file mode 100644 index d43acafc0..000000000 --- a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v10.xcdatamodel/contents +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v11.xcdatamodel/contents b/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v11.xcdatamodel/contents deleted file mode 100644 index 1b947f66a..000000000 --- a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v11.xcdatamodel/contents +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v7.xcdatamodel/contents b/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v7.xcdatamodel/contents deleted file mode 100644 index 51021602d..000000000 --- a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v7.xcdatamodel/contents +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v8.xcdatamodel/contents b/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v8.xcdatamodel/contents deleted file mode 100644 index b51723e5f..000000000 --- a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v8.xcdatamodel/contents +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v9.xcdatamodel/contents b/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v9.xcdatamodel/contents deleted file mode 100644 index 730a05724..000000000 --- a/xdrip/Core Data/xdrip.xcdatamodeld/xdrip v9.xcdatamodel/contents +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file