pyobjc-framework-SecurityUI 12.0__tar.gz → 12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/SecurityUI/_metadata.py +2 -1
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/PKG-INFO +6 -7
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_securityui-12.2/Lib/pyobjc_framework_SecurityUI.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_securityui-12.2/Lib/pyobjc_framework_SecurityUI.egg-info/requires.txt +3 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/PKG-INFO +6 -7
- pyobjc_framework_securityui-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_securityui-12.2/metadata/raw/arm64-26.5.fwinfo +54 -4
- pyobjc_framework_securityui-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_securityui-12.2/metadata/raw/x86_64-26.5.fwinfo +54 -4
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/setup.py +1 -1
- pyobjc_framework_securityui-12.0/Lib/pyobjc_framework_SecurityUI.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_securityui-12.0/Lib/pyobjc_framework_SecurityUI.egg-info/requires.txt +0 -3
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/SecurityUI/__init__.py +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/top_level.txt +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/License.txt +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/PyObjCTest/test_securityui.py +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/PyObjCTest/test_sfcertificatepresentation.py +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/metadata/SecurityUI.fwinfo +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/setup.cfg +0 -0
{pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/SecurityUI/_metadata.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun May 24 11:58:17 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -55,6 +55,7 @@ try:
|
|
|
55
55
|
finally:
|
|
56
56
|
objc._updatingMetadata(False)
|
|
57
57
|
|
|
58
|
+
objc.registerNewKeywordsFromSelector("SFCertificatePresentation", b"init")
|
|
58
59
|
objc.registerNewKeywordsFromSelector("SFCertificatePresentation", b"initWithTrust:")
|
|
59
60
|
expressions = {}
|
|
60
61
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-SecurityUI
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework SecurityUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-Security>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Security>=12.2
|
|
37
36
|
Dynamic: author
|
|
38
37
|
Dynamic: author-email
|
|
39
38
|
Dynamic: classifier
|
|
@@ -17,5 +17,5 @@ PyObjCTest/test_securityui.py
|
|
|
17
17
|
PyObjCTest/test_sfcertificatepresentation.py
|
|
18
18
|
metadata/SecurityUI.fwinfo
|
|
19
19
|
metadata/metadata.ini
|
|
20
|
-
metadata/raw/arm64-26.
|
|
21
|
-
metadata/raw/x86_64-26.
|
|
20
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
21
|
+
metadata/raw/x86_64-26.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-SecurityUI
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework SecurityUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-Security>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Security>=12.2
|
|
37
36
|
Dynamic: author
|
|
38
37
|
Dynamic: author-email
|
|
39
38
|
Dynamic: classifier
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:58:17 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,12 +15,18 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [
|
|
17
17
|
{
|
|
18
|
+
"name": "trust",
|
|
19
|
+
"null_accepted": true,
|
|
20
|
+
"type_name": "SecTrustRef",
|
|
18
21
|
"typestr": "^{__SecTrust=}",
|
|
19
22
|
"typestr_special": false
|
|
20
23
|
}
|
|
21
24
|
],
|
|
22
25
|
"class_method": false,
|
|
26
|
+
"introduced": "15.4",
|
|
23
27
|
"retval": {
|
|
28
|
+
"instancetype": true,
|
|
29
|
+
"type_name": "instancetype",
|
|
24
30
|
"typestr": "@",
|
|
25
31
|
"typestr_special": false
|
|
26
32
|
},
|
|
@@ -30,7 +36,10 @@
|
|
|
30
36
|
{
|
|
31
37
|
"args": [],
|
|
32
38
|
"class_method": false,
|
|
39
|
+
"introduced": "15.4",
|
|
33
40
|
"retval": {
|
|
41
|
+
"instancetype": true,
|
|
42
|
+
"type_name": "instancetype",
|
|
34
43
|
"typestr": "@",
|
|
35
44
|
"typestr_special": false
|
|
36
45
|
},
|
|
@@ -40,7 +49,10 @@
|
|
|
40
49
|
{
|
|
41
50
|
"args": [],
|
|
42
51
|
"class_method": true,
|
|
52
|
+
"introduced": "15.4",
|
|
43
53
|
"retval": {
|
|
54
|
+
"instancetype": true,
|
|
55
|
+
"type_name": "instancetype",
|
|
44
56
|
"typestr": "@",
|
|
45
57
|
"typestr_special": false
|
|
46
58
|
},
|
|
@@ -50,6 +62,9 @@
|
|
|
50
62
|
{
|
|
51
63
|
"args": [
|
|
52
64
|
{
|
|
65
|
+
"name": "window",
|
|
66
|
+
"null_accepted": true,
|
|
67
|
+
"type_name": "NSWindow *",
|
|
53
68
|
"typestr": "@",
|
|
54
69
|
"typestr_special": false
|
|
55
70
|
},
|
|
@@ -61,15 +76,21 @@
|
|
|
61
76
|
}
|
|
62
77
|
},
|
|
63
78
|
"retval": {
|
|
64
|
-
"type": "v"
|
|
79
|
+
"type": "v",
|
|
80
|
+
"type_name": "void"
|
|
65
81
|
}
|
|
66
82
|
},
|
|
83
|
+
"name": "dismissHandler",
|
|
84
|
+
"null_accepted": true,
|
|
85
|
+
"type_name": "void (^)(void)",
|
|
67
86
|
"typestr": "@?",
|
|
68
87
|
"typestr_special": false
|
|
69
88
|
}
|
|
70
89
|
],
|
|
71
90
|
"class_method": false,
|
|
91
|
+
"introduced": "15.4",
|
|
72
92
|
"retval": {
|
|
93
|
+
"type_name": "void",
|
|
73
94
|
"typestr": "v",
|
|
74
95
|
"typestr_special": false
|
|
75
96
|
},
|
|
@@ -79,7 +100,9 @@
|
|
|
79
100
|
{
|
|
80
101
|
"args": [],
|
|
81
102
|
"class_method": false,
|
|
103
|
+
"introduced": "15.4",
|
|
82
104
|
"retval": {
|
|
105
|
+
"type_name": "void",
|
|
83
106
|
"typestr": "v",
|
|
84
107
|
"typestr_special": false
|
|
85
108
|
},
|
|
@@ -89,7 +112,9 @@
|
|
|
89
112
|
{
|
|
90
113
|
"args": [],
|
|
91
114
|
"class_method": false,
|
|
115
|
+
"introduced": "15.4",
|
|
92
116
|
"retval": {
|
|
117
|
+
"type_name": "SecTrustRef",
|
|
93
118
|
"typestr": "^{__SecTrust=}",
|
|
94
119
|
"typestr_special": false
|
|
95
120
|
},
|
|
@@ -99,7 +124,9 @@
|
|
|
99
124
|
{
|
|
100
125
|
"args": [],
|
|
101
126
|
"class_method": false,
|
|
127
|
+
"introduced": "15.4",
|
|
102
128
|
"retval": {
|
|
129
|
+
"type_name": "NSString *",
|
|
103
130
|
"typestr": "@",
|
|
104
131
|
"typestr_special": false
|
|
105
132
|
},
|
|
@@ -109,12 +136,17 @@
|
|
|
109
136
|
{
|
|
110
137
|
"args": [
|
|
111
138
|
{
|
|
139
|
+
"name": "title",
|
|
140
|
+
"null_accepted": true,
|
|
141
|
+
"type_name": "NSString *",
|
|
112
142
|
"typestr": "@",
|
|
113
143
|
"typestr_special": false
|
|
114
144
|
}
|
|
115
145
|
],
|
|
116
146
|
"class_method": false,
|
|
147
|
+
"introduced": "15.4",
|
|
117
148
|
"retval": {
|
|
149
|
+
"type_name": "void",
|
|
118
150
|
"typestr": "v",
|
|
119
151
|
"typestr_special": false
|
|
120
152
|
},
|
|
@@ -124,7 +156,9 @@
|
|
|
124
156
|
{
|
|
125
157
|
"args": [],
|
|
126
158
|
"class_method": false,
|
|
159
|
+
"introduced": "15.4",
|
|
127
160
|
"retval": {
|
|
161
|
+
"type_name": "NSString *",
|
|
128
162
|
"typestr": "@",
|
|
129
163
|
"typestr_special": false
|
|
130
164
|
},
|
|
@@ -134,12 +168,17 @@
|
|
|
134
168
|
{
|
|
135
169
|
"args": [
|
|
136
170
|
{
|
|
171
|
+
"name": "message",
|
|
172
|
+
"null_accepted": true,
|
|
173
|
+
"type_name": "NSString *",
|
|
137
174
|
"typestr": "@",
|
|
138
175
|
"typestr_special": false
|
|
139
176
|
}
|
|
140
177
|
],
|
|
141
178
|
"class_method": false,
|
|
179
|
+
"introduced": "15.4",
|
|
142
180
|
"retval": {
|
|
181
|
+
"type_name": "void",
|
|
143
182
|
"typestr": "v",
|
|
144
183
|
"typestr_special": false
|
|
145
184
|
},
|
|
@@ -149,7 +188,9 @@
|
|
|
149
188
|
{
|
|
150
189
|
"args": [],
|
|
151
190
|
"class_method": false,
|
|
191
|
+
"introduced": "15.4",
|
|
152
192
|
"retval": {
|
|
193
|
+
"type_name": "NSURL *",
|
|
153
194
|
"typestr": "@",
|
|
154
195
|
"typestr_special": false
|
|
155
196
|
},
|
|
@@ -159,12 +200,17 @@
|
|
|
159
200
|
{
|
|
160
201
|
"args": [
|
|
161
202
|
{
|
|
203
|
+
"name": "helpURL",
|
|
204
|
+
"null_accepted": true,
|
|
205
|
+
"type_name": "NSURL *",
|
|
162
206
|
"typestr": "@",
|
|
163
207
|
"typestr_special": false
|
|
164
208
|
}
|
|
165
209
|
],
|
|
166
210
|
"class_method": false,
|
|
211
|
+
"introduced": "15.4",
|
|
167
212
|
"retval": {
|
|
213
|
+
"type_name": "void",
|
|
168
214
|
"typestr": "v",
|
|
169
215
|
"typestr_special": false
|
|
170
216
|
},
|
|
@@ -181,6 +227,7 @@
|
|
|
181
227
|
"readonly"
|
|
182
228
|
],
|
|
183
229
|
"name": "trust",
|
|
230
|
+
"type_name": "SecTrustRef",
|
|
184
231
|
"typestr": "^{__SecTrust=}",
|
|
185
232
|
"typestr_special": false
|
|
186
233
|
},
|
|
@@ -190,6 +237,7 @@
|
|
|
190
237
|
"nonatomic"
|
|
191
238
|
],
|
|
192
239
|
"name": "title",
|
|
240
|
+
"type_name": "NSString *",
|
|
193
241
|
"typestr": "@",
|
|
194
242
|
"typestr_special": false
|
|
195
243
|
},
|
|
@@ -199,6 +247,7 @@
|
|
|
199
247
|
"nonatomic"
|
|
200
248
|
],
|
|
201
249
|
"name": "message",
|
|
250
|
+
"type_name": "NSString *",
|
|
202
251
|
"typestr": "@",
|
|
203
252
|
"typestr_special": false
|
|
204
253
|
},
|
|
@@ -208,6 +257,7 @@
|
|
|
208
257
|
"nonatomic"
|
|
209
258
|
],
|
|
210
259
|
"name": "helpURL",
|
|
260
|
+
"type_name": "NSURL *",
|
|
211
261
|
"typestr": "@",
|
|
212
262
|
"typestr_special": false
|
|
213
263
|
}
|
|
@@ -232,6 +282,6 @@
|
|
|
232
282
|
"headers": [
|
|
233
283
|
"SFCertificatePresentation.h"
|
|
234
284
|
],
|
|
235
|
-
"release": "
|
|
236
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
285
|
+
"release": "26.5",
|
|
286
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
237
287
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:58:15 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,12 +15,18 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [
|
|
17
17
|
{
|
|
18
|
+
"name": "trust",
|
|
19
|
+
"null_accepted": true,
|
|
20
|
+
"type_name": "SecTrustRef",
|
|
18
21
|
"typestr": "^{__SecTrust=}",
|
|
19
22
|
"typestr_special": false
|
|
20
23
|
}
|
|
21
24
|
],
|
|
22
25
|
"class_method": false,
|
|
26
|
+
"introduced": "15.4",
|
|
23
27
|
"retval": {
|
|
28
|
+
"instancetype": true,
|
|
29
|
+
"type_name": "instancetype",
|
|
24
30
|
"typestr": "@",
|
|
25
31
|
"typestr_special": false
|
|
26
32
|
},
|
|
@@ -30,7 +36,10 @@
|
|
|
30
36
|
{
|
|
31
37
|
"args": [],
|
|
32
38
|
"class_method": false,
|
|
39
|
+
"introduced": "15.4",
|
|
33
40
|
"retval": {
|
|
41
|
+
"instancetype": true,
|
|
42
|
+
"type_name": "instancetype",
|
|
34
43
|
"typestr": "@",
|
|
35
44
|
"typestr_special": false
|
|
36
45
|
},
|
|
@@ -40,7 +49,10 @@
|
|
|
40
49
|
{
|
|
41
50
|
"args": [],
|
|
42
51
|
"class_method": true,
|
|
52
|
+
"introduced": "15.4",
|
|
43
53
|
"retval": {
|
|
54
|
+
"instancetype": true,
|
|
55
|
+
"type_name": "instancetype",
|
|
44
56
|
"typestr": "@",
|
|
45
57
|
"typestr_special": false
|
|
46
58
|
},
|
|
@@ -50,6 +62,9 @@
|
|
|
50
62
|
{
|
|
51
63
|
"args": [
|
|
52
64
|
{
|
|
65
|
+
"name": "window",
|
|
66
|
+
"null_accepted": true,
|
|
67
|
+
"type_name": "NSWindow *",
|
|
53
68
|
"typestr": "@",
|
|
54
69
|
"typestr_special": false
|
|
55
70
|
},
|
|
@@ -61,15 +76,21 @@
|
|
|
61
76
|
}
|
|
62
77
|
},
|
|
63
78
|
"retval": {
|
|
64
|
-
"type": "v"
|
|
79
|
+
"type": "v",
|
|
80
|
+
"type_name": "void"
|
|
65
81
|
}
|
|
66
82
|
},
|
|
83
|
+
"name": "dismissHandler",
|
|
84
|
+
"null_accepted": true,
|
|
85
|
+
"type_name": "void (^)(void)",
|
|
67
86
|
"typestr": "@?",
|
|
68
87
|
"typestr_special": false
|
|
69
88
|
}
|
|
70
89
|
],
|
|
71
90
|
"class_method": false,
|
|
91
|
+
"introduced": "15.4",
|
|
72
92
|
"retval": {
|
|
93
|
+
"type_name": "void",
|
|
73
94
|
"typestr": "v",
|
|
74
95
|
"typestr_special": false
|
|
75
96
|
},
|
|
@@ -79,7 +100,9 @@
|
|
|
79
100
|
{
|
|
80
101
|
"args": [],
|
|
81
102
|
"class_method": false,
|
|
103
|
+
"introduced": "15.4",
|
|
82
104
|
"retval": {
|
|
105
|
+
"type_name": "void",
|
|
83
106
|
"typestr": "v",
|
|
84
107
|
"typestr_special": false
|
|
85
108
|
},
|
|
@@ -89,7 +112,9 @@
|
|
|
89
112
|
{
|
|
90
113
|
"args": [],
|
|
91
114
|
"class_method": false,
|
|
115
|
+
"introduced": "15.4",
|
|
92
116
|
"retval": {
|
|
117
|
+
"type_name": "SecTrustRef",
|
|
93
118
|
"typestr": "^{__SecTrust=}",
|
|
94
119
|
"typestr_special": false
|
|
95
120
|
},
|
|
@@ -99,7 +124,9 @@
|
|
|
99
124
|
{
|
|
100
125
|
"args": [],
|
|
101
126
|
"class_method": false,
|
|
127
|
+
"introduced": "15.4",
|
|
102
128
|
"retval": {
|
|
129
|
+
"type_name": "NSString *",
|
|
103
130
|
"typestr": "@",
|
|
104
131
|
"typestr_special": false
|
|
105
132
|
},
|
|
@@ -109,12 +136,17 @@
|
|
|
109
136
|
{
|
|
110
137
|
"args": [
|
|
111
138
|
{
|
|
139
|
+
"name": "title",
|
|
140
|
+
"null_accepted": true,
|
|
141
|
+
"type_name": "NSString *",
|
|
112
142
|
"typestr": "@",
|
|
113
143
|
"typestr_special": false
|
|
114
144
|
}
|
|
115
145
|
],
|
|
116
146
|
"class_method": false,
|
|
147
|
+
"introduced": "15.4",
|
|
117
148
|
"retval": {
|
|
149
|
+
"type_name": "void",
|
|
118
150
|
"typestr": "v",
|
|
119
151
|
"typestr_special": false
|
|
120
152
|
},
|
|
@@ -124,7 +156,9 @@
|
|
|
124
156
|
{
|
|
125
157
|
"args": [],
|
|
126
158
|
"class_method": false,
|
|
159
|
+
"introduced": "15.4",
|
|
127
160
|
"retval": {
|
|
161
|
+
"type_name": "NSString *",
|
|
128
162
|
"typestr": "@",
|
|
129
163
|
"typestr_special": false
|
|
130
164
|
},
|
|
@@ -134,12 +168,17 @@
|
|
|
134
168
|
{
|
|
135
169
|
"args": [
|
|
136
170
|
{
|
|
171
|
+
"name": "message",
|
|
172
|
+
"null_accepted": true,
|
|
173
|
+
"type_name": "NSString *",
|
|
137
174
|
"typestr": "@",
|
|
138
175
|
"typestr_special": false
|
|
139
176
|
}
|
|
140
177
|
],
|
|
141
178
|
"class_method": false,
|
|
179
|
+
"introduced": "15.4",
|
|
142
180
|
"retval": {
|
|
181
|
+
"type_name": "void",
|
|
143
182
|
"typestr": "v",
|
|
144
183
|
"typestr_special": false
|
|
145
184
|
},
|
|
@@ -149,7 +188,9 @@
|
|
|
149
188
|
{
|
|
150
189
|
"args": [],
|
|
151
190
|
"class_method": false,
|
|
191
|
+
"introduced": "15.4",
|
|
152
192
|
"retval": {
|
|
193
|
+
"type_name": "NSURL *",
|
|
153
194
|
"typestr": "@",
|
|
154
195
|
"typestr_special": false
|
|
155
196
|
},
|
|
@@ -159,12 +200,17 @@
|
|
|
159
200
|
{
|
|
160
201
|
"args": [
|
|
161
202
|
{
|
|
203
|
+
"name": "helpURL",
|
|
204
|
+
"null_accepted": true,
|
|
205
|
+
"type_name": "NSURL *",
|
|
162
206
|
"typestr": "@",
|
|
163
207
|
"typestr_special": false
|
|
164
208
|
}
|
|
165
209
|
],
|
|
166
210
|
"class_method": false,
|
|
211
|
+
"introduced": "15.4",
|
|
167
212
|
"retval": {
|
|
213
|
+
"type_name": "void",
|
|
168
214
|
"typestr": "v",
|
|
169
215
|
"typestr_special": false
|
|
170
216
|
},
|
|
@@ -181,6 +227,7 @@
|
|
|
181
227
|
"readonly"
|
|
182
228
|
],
|
|
183
229
|
"name": "trust",
|
|
230
|
+
"type_name": "SecTrustRef",
|
|
184
231
|
"typestr": "^{__SecTrust=}",
|
|
185
232
|
"typestr_special": false
|
|
186
233
|
},
|
|
@@ -190,6 +237,7 @@
|
|
|
190
237
|
"nonatomic"
|
|
191
238
|
],
|
|
192
239
|
"name": "title",
|
|
240
|
+
"type_name": "NSString *",
|
|
193
241
|
"typestr": "@",
|
|
194
242
|
"typestr_special": false
|
|
195
243
|
},
|
|
@@ -199,6 +247,7 @@
|
|
|
199
247
|
"nonatomic"
|
|
200
248
|
],
|
|
201
249
|
"name": "message",
|
|
250
|
+
"type_name": "NSString *",
|
|
202
251
|
"typestr": "@",
|
|
203
252
|
"typestr_special": false
|
|
204
253
|
},
|
|
@@ -208,6 +257,7 @@
|
|
|
208
257
|
"nonatomic"
|
|
209
258
|
],
|
|
210
259
|
"name": "helpURL",
|
|
260
|
+
"type_name": "NSURL *",
|
|
211
261
|
"typestr": "@",
|
|
212
262
|
"typestr_special": false
|
|
213
263
|
}
|
|
@@ -232,6 +282,6 @@
|
|
|
232
282
|
"headers": [
|
|
233
283
|
"SFCertificatePresentation.h"
|
|
234
284
|
],
|
|
235
|
-
"release": "
|
|
236
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
285
|
+
"release": "26.5",
|
|
286
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
237
287
|
}
|
|
@@ -87,10 +87,10 @@ class oc_egg_info(egg_info.egg_info):
|
|
|
87
87
|
|
|
88
88
|
def write_build_info(self):
|
|
89
89
|
macos_version = subprocess.check_output(
|
|
90
|
-
["sw_vers", "-
|
|
90
|
+
["sw_vers", "-productVersion"], text=True
|
|
91
91
|
).strip()
|
|
92
92
|
macos_build = subprocess.check_output(
|
|
93
|
-
["sw_vers", "-
|
|
93
|
+
["sw_vers", "-buildVersion"], text=True
|
|
94
94
|
).strip()
|
|
95
95
|
clang_version = (
|
|
96
96
|
subprocess.check_output(["clang", "--version"], text=True)
|
|
@@ -228,7 +228,6 @@ Operating System :: MacOS :: MacOS X
|
|
|
228
228
|
Programming Language :: Python
|
|
229
229
|
Programming Language :: Python :: 3
|
|
230
230
|
Programming Language :: Python :: 3 :: Only
|
|
231
|
-
Programming Language :: Python :: 3.9
|
|
232
231
|
Programming Language :: Python :: 3.10
|
|
233
232
|
Programming Language :: Python :: 3.11
|
|
234
233
|
Programming Language :: Python :: 3.12
|
|
@@ -236,7 +235,7 @@ Programming Language :: Python :: 3.13
|
|
|
236
235
|
Programming Language :: Python :: 3.14
|
|
237
236
|
Programming Language :: Python :: 3.15
|
|
238
237
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
-
Programming Language :: Python :: Free Threading ::
|
|
238
|
+
Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
240
239
|
Programming Language :: Objective C
|
|
241
240
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
242
241
|
Topic :: Software Development :: User Interfaces
|
|
@@ -678,7 +677,7 @@ def setup(
|
|
|
678
677
|
zip_safe=False,
|
|
679
678
|
license="MIT",
|
|
680
679
|
classifiers=CLASSIFIERS,
|
|
681
|
-
python_requires=">=3.
|
|
680
|
+
python_requires=">=3.10",
|
|
682
681
|
keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
|
|
683
682
|
options=options,
|
|
684
683
|
**k,
|
{pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/Lib/SecurityUI/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
{pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/PyObjCTest/test_securityui.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc_framework_securityui-12.0 → pyobjc_framework_securityui-12.2}/metadata/SecurityUI.fwinfo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|