From 273f13831f5817a492347ad9e472cc982c9c332b Mon Sep 17 00:00:00 2001 From: TheMisfit68 Date: Sun, 7 Apr 2024 11:28:49 +0200 Subject: [PATCH] removed old debugprint from windowcovering --- .../ PLCClassAccessoryDelegates/WindowCovering.swift | 4 ---- HAPiNest.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Accessory Delegates/ PLCClassAccessoryDelegates/WindowCovering.swift b/Accessory Delegates/ PLCClassAccessoryDelegates/WindowCovering.swift index 403091d7..f8e0f439 100644 --- a/Accessory Delegates/ PLCClassAccessoryDelegates/WindowCovering.swift +++ b/Accessory Delegates/ PLCClassAccessoryDelegates/WindowCovering.swift @@ -104,10 +104,6 @@ class WindowCovering:PLCClassAccessoryDelegate, PulsOperatedCircuit, Simulateabl // MARK: - Subroutines private func updateCurrentPosition() { - // TODO: - remove this print - if self.instanceName == String(localized:"Living room Screens", table:"AccessoryNames"){ - print("PositionState: \(String(describing: self.hardwarePositionState)), TargetPostiton: \(String(describing: self.targetPosition)), CurrentPosition: \(String(describing: self.currentPosition))") - } if (self.currentPosition == nil){ diff --git a/HAPiNest.xcodeproj/project.pbxproj b/HAPiNest.xcodeproj/project.pbxproj index 85897cc8..908182f5 100644 --- a/HAPiNest.xcodeproj/project.pbxproj +++ b/HAPiNest.xcodeproj/project.pbxproj @@ -813,7 +813,7 @@ "@executable_path/../Frameworks", "@loader_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 11.5; + MACOSX_DEPLOYMENT_TARGET = 14.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = be.oneclick.HAPiNestTests; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -839,7 +839,7 @@ "@executable_path/../Frameworks", "@loader_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 11.5; + MACOSX_DEPLOYMENT_TARGET = 14.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = be.oneclick.HAPiNestTests; PRODUCT_NAME = "$(TARGET_NAME)";