From ee13ce56deeb06f4734e5bcc0b1c1fc97ca97fab Mon Sep 17 00:00:00 2001 From: Kevin Lundberg Date: Mon, 9 Sep 2024 22:45:52 -0400 Subject: [PATCH] tweak some settings, fix some warnings, add more sendable --- CombineCoreBluetooth.xcodeproj/project.pbxproj | 6 +++++- .../xcschemes/CentralPeripheralDemo.xcscheme | 2 +- .../xcshareddata/xcschemes/CombineCoreBluetooth.xcscheme | 2 +- .../xcshareddata/swiftpm/Package.resolved | 9 --------- Package.swift | 5 ++--- .../CentralManager/Interface+CentralManager.swift | 7 ++++--- 6 files changed, 13 insertions(+), 18 deletions(-) diff --git a/CombineCoreBluetooth.xcodeproj/project.pbxproj b/CombineCoreBluetooth.xcodeproj/project.pbxproj index c0c33e3..e7fcaae 100644 --- a/CombineCoreBluetooth.xcodeproj/project.pbxproj +++ b/CombineCoreBluetooth.xcodeproj/project.pbxproj @@ -379,7 +379,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1330; - LastUpgradeCheck = 1520; + LastUpgradeCheck = 1600; TargetAttributes = { 003719F727EE588900C2F766 = { CreatedOnToolsVersion = 13.3; @@ -738,6 +738,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 0.2.0; MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; @@ -773,6 +774,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 0.2.0; MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; @@ -795,6 +797,7 @@ CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = "com.starry.CombineCoreBluetooth-iOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -812,6 +815,7 @@ CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = "com.starry.CombineCoreBluetooth-iOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/CombineCoreBluetooth.xcodeproj/xcshareddata/xcschemes/CentralPeripheralDemo.xcscheme b/CombineCoreBluetooth.xcodeproj/xcshareddata/xcschemes/CentralPeripheralDemo.xcscheme index 42d4c9c..35d1214 100644 --- a/CombineCoreBluetooth.xcodeproj/xcshareddata/xcschemes/CentralPeripheralDemo.xcscheme +++ b/CombineCoreBluetooth.xcodeproj/xcshareddata/xcschemes/CentralPeripheralDemo.xcscheme @@ -1,6 +1,6 @@