-
Notifications
You must be signed in to change notification settings - Fork 575
AccessoryAccess macOS xcode27.0 b3
Alex Soto edited this page Jul 7, 2026
·
3 revisions
#AccessoryAccess.framework
diff -ruN /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessoryAccess.framework/Headers/AAUSBAccessoryMatchingCriteria.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessoryAccess.framework/Headers/AAUSBAccessoryMatchingCriteria.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessoryAccess.framework/Headers/AAUSBAccessoryMatchingCriteria.h 2026-06-12 11:23:52
+++ /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AccessoryAccess.framework/Headers/AAUSBAccessoryMatchingCriteria.h 2026-06-25 17:14:12
@@ -13,10 +13,10 @@
@abstract Options for performing interface matching using interface matching criteria/dictionaries.
*/
typedef NS_ENUM(NSInteger, AAUSBAccessoryMatchingCriteriaInterfaceMatchingOption) {
- /*! Matching is successful for the USB accessory that has at least one USB interface matching every criteria/dictionary. */
+ /*! Matching is successful for USB accessories where every criterion/dictionary matches at least one USB interface. */
AAUSBAccessoryMatchingCriteriaInterfaceMatchingOptionMatchAll,
- /*! Matching is successful for the USB accessory that has at least one USB interface matching any of the criteria/dictionaries. */
+ /*! Matching is successful for USB accessories where any of the criteria/dictionaries match at least one USB interface. */
AAUSBAccessoryMatchingCriteriaInterfaceMatchingOptionMatchAny,
} NS_SWIFT_NAME(AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption) API_AVAILABLE(macos(27.0));