From 3d224399cc2bbafa9d567a8e8c9124c408d7b47e Mon Sep 17 00:00:00 2001 From: Nick Brook Date: Sat, 19 Jul 2025 11:38:21 +0100 Subject: [PATCH] Fix compilation error on macOS --- .../CentralManager/Live+CentralManager.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift b/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift index 2841855..9d9d027 100644 --- a/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift +++ b/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift @@ -25,6 +25,7 @@ extension CentralManager { _supportsFeatures: { #if os(macOS) && !targetEnvironment(macCatalyst) // will never be called on native macOS + false #else CBCentralManager.supports($0) #endif