-
Notifications
You must be signed in to change notification settings - Fork 516
AccessorySetupKit macOS xcode16.2 b2
Rolf Bjarne Kvinge edited this page Nov 22, 2024
·
2 revisions
#AccessorySetupKit.framework https://github.com/xamarin/xamarin-macios/pull/21692
diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessorySetupKit.framework/Headers/ASDiscoveryDescriptor.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessorySetupKit.framework/Headers/ASDiscoveryDescriptor.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessorySetupKit.framework/Headers/ASDiscoveryDescriptor.h 2024-09-29 01:18:19
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessorySetupKit.framework/Headers/ASDiscoveryDescriptor.h 2024-10-26 08:36:48
@@ -45,6 +45,10 @@
/// The accessory's Bluetooth manufacturer data mask.
@property (readwrite, copy, nullable, nonatomic) NSData *bluetoothManufacturerDataMask;
+/// The accessory's over-the-air Bluetooth name substring compare options.
+@property (readwrite, assign, nonatomic) NSStringCompareOptions bluetoothNameSubstringCompareOptions
+API_AVAILABLE( ios( 18.2 ) ) API_UNAVAILABLE(macos, macCatalyst, watchos, tvos, visionos);
+
/// The accessory's over-the-air Bluetooth name substring.
@property (readwrite, copy, nullable, nonatomic) NSString *bluetoothNameSubstring;
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status