pyobjc-framework-SecurityUI 12.1__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.1 → pyobjc_framework_securityui-12.2}/Lib/SecurityUI/_metadata.py +2 -1
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/PKG-INFO +4 -4
- {pyobjc_framework_securityui-12.1 → 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.1 → pyobjc_framework_securityui-12.2}/PKG-INFO +4 -4
- pyobjc_framework_securityui-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_securityui-12.2/metadata/raw/arm64-26.5.fwinfo +54 -4
- pyobjc_framework_securityui-12.1/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.1 → pyobjc_framework_securityui-12.2}/setup.py +1 -1
- pyobjc_framework_securityui-12.1/Lib/pyobjc_framework_SecurityUI.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_securityui-12.1/Lib/pyobjc_framework_SecurityUI.egg-info/requires.txt +0 -3
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/Lib/SecurityUI/__init__.py +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/Lib/pyobjc_framework_SecurityUI.egg-info/top_level.txt +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/License.txt +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/PyObjCTest/test_securityui.py +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/PyObjCTest/test_sfcertificatepresentation.py +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/metadata/SecurityUI.fwinfo +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/pyobjc_setup.py +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/setup.cfg +0 -0
{pyobjc_framework_securityui-12.1 → 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
|
|
@@ -30,9 +30,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=12.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
35
|
-
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
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
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
|
|
@@ -30,9 +30,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=12.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
35
|
-
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
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
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
|
}
|
{pyobjc_framework_securityui-12.1 → 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.1 → pyobjc_framework_securityui-12.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
{pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/PyObjCTest/test_securityui.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc_framework_securityui-12.1 → pyobjc_framework_securityui-12.2}/metadata/SecurityUI.fwinfo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|