Skip to content

Commit

Permalink
Fix bad metadata for HIServices.AXIsProcessTrustedWithOptions
Browse files Browse the repository at this point in the history
Issue #456
  • Loading branch information
ronaldoussoren committed Mar 12, 2022
1 parent ce3ec51 commit 2e2c3ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -96,6 +96,7 @@ def selAorI(a, b):
"AXPriority": NewType("AXPriority", int),
}
)
misc.update({})
misc.update(
{
"kAXTableRole": "AXTable",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"AXIsProcessTrustedWithOptions": {
"args": {
"0": { "type_modifier": "o" }
"0": {}
}
},
"AXMakeProcessTrusted": {
Expand Down

0 comments on commit 2e2c3ef

Please sign in to comment.