File tree 3 files changed +6
-7
lines changed
pyobjc-framework-ApplicationServices
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Version 8.4.1
10
10
to install ``pyobjc-framework-ScreenCaptureKit ``, which is
11
11
only can be installed on macOS 12.3 or later.
12
12
13
+ * #456: Fix bad metadata for ``HIServices.AXIsProcessTrustedWithOptions ``
14
+
13
15
* Wheels were build with Xcode 13.3 RC
14
16
15
17
There are no changes in framework bindings relative to
Original file line number Diff line number Diff line change 1
1
# This file is generated by objective.metadata
2
2
#
3
- # Last update: Sun Feb 20 18:29:12 2022
3
+ # Last update: Thu Mar 10 11:41:42 2022
4
4
#
5
5
# flake8: noqa
6
6
@@ -96,6 +96,7 @@ def selAorI(a, b):
96
96
"AXPriority" : NewType ("AXPriority" , int ),
97
97
}
98
98
)
99
+ misc .update ({})
99
100
misc .update (
100
101
{
101
102
"kAXTableRole" : "AXTable" ,
@@ -731,11 +732,7 @@ def selAorI(a, b):
731
732
{"arguments" : {2 : {"already_cfretained" : True , "type_modifier" : "o" }}},
732
733
),
733
734
"AXTextMarkerGetLength" : (b"q^{__AXTextMarker=}" ,),
734
- "AXIsProcessTrustedWithOptions" : (
735
- b"Z^{__CFDictionary=}" ,
736
- "" ,
737
- {"arguments" : {0 : {"type_modifier" : "o" }}},
738
- ),
735
+ "AXIsProcessTrustedWithOptions" : (b"Z^{__CFDictionary=}" ,),
739
736
"HIShapeOffset" : (b"i^{__HIShape=}dd" ,),
740
737
"TranslationGetTranslationFlags" : (
741
738
b"i^{OpaqueTranslationRef=}^I" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"AXIsProcessTrustedWithOptions": {
25
25
"args": {
26
- "0": { "type_modifier": "o" }
26
+ "0": {}
27
27
}
28
28
},
29
29
"AXMakeProcessTrusted": {
You can’t perform that action at this time.
0 commit comments