diff --git a/docs/changelog.rst b/docs/changelog.rst index 8c0a47247e..5bfc990451 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,8 @@ Version 8.4.1 to install ``pyobjc-framework-ScreenCaptureKit``, which is only can be installed on macOS 12.3 or later. +* #456: Fix bad metadata for ``HIServices.AXIsProcessTrustedWithOptions`` + * Wheels were build with Xcode 13.3 RC There are no changes in framework bindings relative to diff --git a/pyobjc-framework-ApplicationServices/Lib/HIServices/_metadata.py b/pyobjc-framework-ApplicationServices/Lib/HIServices/_metadata.py index a6b0fa5842..808d621052 100644 --- a/pyobjc-framework-ApplicationServices/Lib/HIServices/_metadata.py +++ b/pyobjc-framework-ApplicationServices/Lib/HIServices/_metadata.py @@ -1,6 +1,6 @@ # This file is generated by objective.metadata # -# Last update: Sun Feb 20 18:29:12 2022 +# Last update: Thu Mar 10 11:41:42 2022 # # flake8: noqa @@ -96,6 +96,7 @@ def selAorI(a, b): "AXPriority": NewType("AXPriority", int), } ) +misc.update({}) misc.update( { "kAXTableRole": "AXTable", @@ -731,11 +732,7 @@ def selAorI(a, b): {"arguments": {2: {"already_cfretained": True, "type_modifier": "o"}}}, ), "AXTextMarkerGetLength": (b"q^{__AXTextMarker=}",), - "AXIsProcessTrustedWithOptions": ( - b"Z^{__CFDictionary=}", - "", - {"arguments": {0: {"type_modifier": "o"}}}, - ), + "AXIsProcessTrustedWithOptions": (b"Z^{__CFDictionary=}",), "HIShapeOffset": (b"i^{__HIShape=}dd",), "TranslationGetTranslationFlags": ( b"i^{OpaqueTranslationRef=}^I", diff --git a/pyobjc-framework-ApplicationServices/metadata/HIServices.fwinfo b/pyobjc-framework-ApplicationServices/metadata/HIServices.fwinfo index fb28cc7c8c..7a69e2d704 100644 --- a/pyobjc-framework-ApplicationServices/metadata/HIServices.fwinfo +++ b/pyobjc-framework-ApplicationServices/metadata/HIServices.fwinfo @@ -23,7 +23,7 @@ }, "AXIsProcessTrustedWithOptions": { "args": { - "0": { "type_modifier": "o" } + "0": {} } }, "AXMakeProcessTrusted": {