pyobjc-framework-SystemExtensions 10.2__tar.gz → 10.3.1__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.
Files changed (32) hide show
  1. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/SystemExtensions/__init__.py +6 -0
  2. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/SystemExtensions/_metadata.py +1 -1
  3. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/pyobjc_framework_SystemExtensions.egg-info/PKG-INFO +3 -3
  4. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/pyobjc_framework_SystemExtensions.egg-info/SOURCES.txt +2 -4
  5. pyobjc_framework_systemextensions-10.3.1/Lib/pyobjc_framework_SystemExtensions.egg-info/requires.txt +2 -0
  6. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/PKG-INFO +3 -3
  7. pyobjc-framework-SystemExtensions-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_systemextensions-10.3.1/metadata/raw/arm64-14.5.fwinfo +2 -2
  8. pyobjc-framework-SystemExtensions-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_systemextensions-10.3.1/metadata/raw/x86_64-14.5.fwinfo +2 -2
  9. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/setup.py +1 -1
  10. pyobjc-framework-SystemExtensions-10.2/Lib/pyobjc_framework_SystemExtensions.egg-info/requires.txt +0 -2
  11. pyobjc-framework-SystemExtensions-10.2/metadata/raw/arm64-12.0.fwinfo +0 -487
  12. pyobjc-framework-SystemExtensions-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -487
  13. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/pyobjc_framework_SystemExtensions.egg-info/dependency_links.txt +0 -0
  14. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/pyobjc_framework_SystemExtensions.egg-info/not-zip-safe +0 -0
  15. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Lib/pyobjc_framework_SystemExtensions.egg-info/top_level.txt +0 -0
  16. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/License.txt +0 -0
  17. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/MANIFEST.in +0 -0
  18. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Modules/_SystemExtensions.m +0 -0
  19. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Modules/_SystemExtensions_protocols.m +0 -0
  20. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Modules/pyobjc-api.h +0 -0
  21. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/Modules/pyobjc-compat.h +0 -0
  22. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/PyObjCTest/__init__.py +0 -0
  23. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/PyObjCTest/test_systemextensions.py +0 -0
  24. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/metadata/SystemExtensions.fwinfo +0 -0
  25. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/metadata/metadata.ini +0 -0
  26. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
  27. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  28. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  29. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  30. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/pyobjc_setup.py +0 -0
  31. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/pyproject.toml +0 -0
  32. {pyobjc-framework-SystemExtensions-10.2 → pyobjc_framework_systemextensions-10.3.1}/setup.cfg +0 -0
@@ -31,6 +31,12 @@ def _setup():
31
31
  globals()["__dir__"] = dir_func
32
32
  globals()["__getattr__"] = getattr_func
33
33
 
34
+ for cls, sel in (
35
+ ("OSSystemExtensionManager", b"init"),
36
+ ("OSSystemExtensionManager", b"new"),
37
+ ):
38
+ objc.registerUnavailableMethod(cls, sel)
39
+
34
40
  del sys.modules["SystemExtensions._metadata"]
35
41
 
36
42
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:02:53 2023
3
+ # Last update: Sat May 18 09:37:56 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SystemExtensions
3
- Version: 10.2
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework SystemExtensions on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.2
33
+ Requires-Dist: pyobjc-core>=10.3.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
35
35
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
36
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
37
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -19,11 +19,9 @@ PyObjCTest/__init__.py
19
19
  PyObjCTest/test_systemextensions.py
20
20
  metadata/SystemExtensions.fwinfo
21
21
  metadata/metadata.ini
22
- metadata/raw/arm64-12.0.fwinfo
23
22
  metadata/raw/arm64-12.3.fwinfo
24
- metadata/raw/arm64-14.0.fwinfo
23
+ metadata/raw/arm64-14.5.fwinfo
25
24
  metadata/raw/x86_64-10.15.fwinfo
26
25
  metadata/raw/x86_64-10.16.fwinfo
27
- metadata/raw/x86_64-12.0.fwinfo
28
26
  metadata/raw/x86_64-12.3.fwinfo
29
- metadata/raw/x86_64-14.0.fwinfo
27
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3.1
2
+ pyobjc-framework-Cocoa>=10.3.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SystemExtensions
3
- Version: 10.2
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework SystemExtensions on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.2
33
+ Requires-Dist: pyobjc-core>=10.3.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
35
35
 
36
36
 
37
37
  Wrappers for the "SystemExtensions" framework on macOS.
@@ -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: Sat Jul 1 14:02:52 2023
4
+ // Last update: Sat May 18 09:37:55 2024
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -502,5 +502,5 @@
502
502
  "framework": "SystemExtensions",
503
503
  "headers": [],
504
504
  "release": "10.16",
505
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
505
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
506
506
  }
@@ -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: Sat Jul 1 14:02:51 2023
4
+ // Last update: Sat May 18 09:37:54 2024
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -502,5 +502,5 @@
502
502
  "framework": "SystemExtensions",
503
503
  "headers": [],
504
504
  "release": "10.16",
505
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
505
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
506
506
  }
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import Extension, setup # noqa: E402
17
17
 
18
- VERSION = "10.2"
18
+ VERSION = "10.3.1"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-SystemExtensions",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.2
2
- pyobjc-framework-Cocoa>=10.2
@@ -1,487 +0,0 @@
1
- // GENERATED FILE DO NOT EDIT
2
- //
3
- // This file was generated by objective.metadata
4
- // Last update: Sun Jul 11 21:54:44 2021
5
- {
6
- "arch": "arm64",
7
- "definitions": {
8
- "aliases": {},
9
- "called_definitions": {},
10
- "cftypes": {},
11
- "classes": {
12
- "OSSystemExtensionManager": {
13
- "categories": [],
14
- "methods": [
15
- {
16
- "args": [],
17
- "class_method": false,
18
- "retval": {
19
- "typestr": "@",
20
- "typestr_special": false
21
- },
22
- "selector": "init",
23
- "visibility": "public"
24
- },
25
- {
26
- "args": [],
27
- "class_method": false,
28
- "retval": {
29
- "typestr": "@",
30
- "typestr_special": false
31
- },
32
- "selector": "new",
33
- "visibility": "public"
34
- },
35
- {
36
- "args": [
37
- {
38
- "typestr": "@",
39
- "typestr_special": false
40
- }
41
- ],
42
- "class_method": false,
43
- "retval": {
44
- "typestr": "v",
45
- "typestr_special": false
46
- },
47
- "selector": "submitRequest:",
48
- "visibility": "public"
49
- },
50
- {
51
- "args": [],
52
- "class_method": true,
53
- "retval": {
54
- "typestr": "@",
55
- "typestr_special": false
56
- },
57
- "selector": "sharedManager",
58
- "visibility": "public"
59
- }
60
- ],
61
- "name": "OSSystemExtensionManager",
62
- "properties": [
63
- {
64
- "attributes": [
65
- "readonly"
66
- ],
67
- "name": "sharedManager",
68
- "typestr": "@",
69
- "typestr_special": false
70
- }
71
- ],
72
- "protocols": [],
73
- "super": "NSObject"
74
- },
75
- "OSSystemExtensionProperties": {
76
- "categories": [],
77
- "methods": [
78
- {
79
- "args": [],
80
- "class_method": false,
81
- "retval": {
82
- "typestr": "@",
83
- "typestr_special": false
84
- },
85
- "selector": "URL",
86
- "visibility": "public"
87
- },
88
- {
89
- "args": [],
90
- "class_method": false,
91
- "retval": {
92
- "typestr": "@",
93
- "typestr_special": false
94
- },
95
- "selector": "bundleIdentifier",
96
- "visibility": "public"
97
- },
98
- {
99
- "args": [],
100
- "class_method": false,
101
- "retval": {
102
- "typestr": "@",
103
- "typestr_special": false
104
- },
105
- "selector": "bundleVersion",
106
- "visibility": "public"
107
- },
108
- {
109
- "args": [],
110
- "class_method": false,
111
- "retval": {
112
- "typestr": "@",
113
- "typestr_special": false
114
- },
115
- "selector": "bundleShortVersion",
116
- "visibility": "public"
117
- },
118
- {
119
- "args": [],
120
- "class_method": false,
121
- "retval": {
122
- "typestr": "Z",
123
- "typestr_special": true
124
- },
125
- "selector": "isEnabled",
126
- "visibility": "public"
127
- },
128
- {
129
- "args": [],
130
- "class_method": false,
131
- "retval": {
132
- "typestr": "Z",
133
- "typestr_special": true
134
- },
135
- "selector": "isAwaitingUserApproval",
136
- "visibility": "public"
137
- },
138
- {
139
- "args": [],
140
- "class_method": false,
141
- "retval": {
142
- "typestr": "Z",
143
- "typestr_special": true
144
- },
145
- "selector": "isUninstalling",
146
- "visibility": "public"
147
- }
148
- ],
149
- "name": "OSSystemExtensionProperties",
150
- "properties": [
151
- {
152
- "attributes": [
153
- "readonly",
154
- "strong"
155
- ],
156
- "name": "URL",
157
- "typestr": "@",
158
- "typestr_special": false
159
- },
160
- {
161
- "attributes": [
162
- "readonly",
163
- "strong"
164
- ],
165
- "name": "bundleIdentifier",
166
- "typestr": "@",
167
- "typestr_special": false
168
- },
169
- {
170
- "attributes": [
171
- "readonly",
172
- "strong"
173
- ],
174
- "name": "bundleVersion",
175
- "typestr": "@",
176
- "typestr_special": false
177
- },
178
- {
179
- "attributes": [
180
- "readonly",
181
- "strong"
182
- ],
183
- "name": "bundleShortVersion",
184
- "typestr": "@",
185
- "typestr_special": false
186
- },
187
- {
188
- "attributes": [
189
- "readonly"
190
- ],
191
- "name": "isEnabled",
192
- "typestr": "Z",
193
- "typestr_special": true
194
- },
195
- {
196
- "attributes": [
197
- "readonly"
198
- ],
199
- "name": "isAwaitingUserApproval",
200
- "typestr": "Z",
201
- "typestr_special": true
202
- },
203
- {
204
- "attributes": [
205
- "readonly"
206
- ],
207
- "name": "isUninstalling",
208
- "typestr": "Z",
209
- "typestr_special": true
210
- }
211
- ],
212
- "protocols": [],
213
- "super": "NSObject"
214
- },
215
- "OSSystemExtensionRequest": {
216
- "categories": [],
217
- "methods": [
218
- {
219
- "args": [
220
- {
221
- "typestr": "@",
222
- "typestr_special": false
223
- },
224
- {
225
- "typestr": "@",
226
- "typestr_special": false
227
- }
228
- ],
229
- "class_method": true,
230
- "retval": {
231
- "typestr": "@",
232
- "typestr_special": false
233
- },
234
- "selector": "activationRequestForExtension:queue:",
235
- "visibility": "public"
236
- },
237
- {
238
- "args": [
239
- {
240
- "typestr": "@",
241
- "typestr_special": false
242
- },
243
- {
244
- "typestr": "@",
245
- "typestr_special": false
246
- }
247
- ],
248
- "class_method": true,
249
- "retval": {
250
- "typestr": "@",
251
- "typestr_special": false
252
- },
253
- "selector": "deactivationRequestForExtension:queue:",
254
- "visibility": "public"
255
- },
256
- {
257
- "args": [
258
- {
259
- "typestr": "@",
260
- "typestr_special": false
261
- },
262
- {
263
- "typestr": "@",
264
- "typestr_special": false
265
- }
266
- ],
267
- "class_method": true,
268
- "retval": {
269
- "typestr": "@",
270
- "typestr_special": false
271
- },
272
- "selector": "propertiesRequestForExtension:queue:",
273
- "visibility": "public"
274
- },
275
- {
276
- "args": [],
277
- "class_method": false,
278
- "retval": {
279
- "typestr": "@",
280
- "typestr_special": false
281
- },
282
- "selector": "delegate",
283
- "visibility": "public"
284
- },
285
- {
286
- "args": [
287
- {
288
- "typestr": "@",
289
- "typestr_special": false
290
- }
291
- ],
292
- "class_method": false,
293
- "retval": {
294
- "typestr": "v",
295
- "typestr_special": false
296
- },
297
- "selector": "setDelegate:",
298
- "visibility": "public"
299
- },
300
- {
301
- "args": [],
302
- "class_method": false,
303
- "retval": {
304
- "typestr": "@",
305
- "typestr_special": false
306
- },
307
- "selector": "identifier",
308
- "visibility": "public"
309
- }
310
- ],
311
- "name": "OSSystemExtensionRequest",
312
- "properties": [
313
- {
314
- "attributes": [
315
- "nonatomic",
316
- "weak"
317
- ],
318
- "name": "delegate",
319
- "typestr": "@",
320
- "typestr_special": false
321
- },
322
- {
323
- "attributes": [
324
- "nonatomic",
325
- "readonly"
326
- ],
327
- "name": "identifier",
328
- "typestr": "@",
329
- "typestr_special": false
330
- }
331
- ],
332
- "protocols": [],
333
- "super": "NSObject"
334
- }
335
- },
336
- "enum": {
337
- "OSSystemExtensionErrorAuthorizationRequired": 13,
338
- "OSSystemExtensionErrorCodeSignatureInvalid": 8,
339
- "OSSystemExtensionErrorDuplicateExtensionIdentifer": 6,
340
- "OSSystemExtensionErrorExtensionMissingIdentifier": 5,
341
- "OSSystemExtensionErrorExtensionNotFound": 4,
342
- "OSSystemExtensionErrorForbiddenBySystemPolicy": 10,
343
- "OSSystemExtensionErrorMissingEntitlement": 2,
344
- "OSSystemExtensionErrorRequestCanceled": 11,
345
- "OSSystemExtensionErrorRequestSuperseded": 12,
346
- "OSSystemExtensionErrorUnknown": 1,
347
- "OSSystemExtensionErrorUnknownExtensionCategory": 7,
348
- "OSSystemExtensionErrorUnsupportedParentBundleLocation": 3,
349
- "OSSystemExtensionErrorValidationFailed": 9,
350
- "OSSystemExtensionReplacementActionCancel": 0,
351
- "OSSystemExtensionReplacementActionReplace": 1,
352
- "OSSystemExtensionRequestCompleted": 0,
353
- "OSSystemExtensionRequestWillCompleteAfterReboot": 1
354
- },
355
- "expressions": {},
356
- "externs": {
357
- "NSSystemExtensionUsageDescriptionKey": {
358
- "typestr": "@"
359
- },
360
- "OSBundleUsageDescriptionKey": {
361
- "typestr": "@"
362
- },
363
- "OSSystemExtensionErrorDomain": {
364
- "typestr": "@"
365
- }
366
- },
367
- "formal_protocols": {
368
- "OSSystemExtensionRequestDelegate": {
369
- "implements": [
370
- "NSObject"
371
- ],
372
- "methods": [
373
- {
374
- "args": [
375
- {
376
- "typestr": "@",
377
- "typestr_special": false
378
- },
379
- {
380
- "typestr": "@",
381
- "typestr_special": false
382
- },
383
- {
384
- "typestr": "@",
385
- "typestr_special": false
386
- }
387
- ],
388
- "class_method": false,
389
- "required": true,
390
- "retval": {
391
- "typestr": "q",
392
- "typestr_special": false
393
- },
394
- "selector": "request:actionForReplacingExtension:withExtension:",
395
- "visibility": "public"
396
- },
397
- {
398
- "args": [
399
- {
400
- "typestr": "@",
401
- "typestr_special": false
402
- }
403
- ],
404
- "class_method": false,
405
- "required": true,
406
- "retval": {
407
- "typestr": "v",
408
- "typestr_special": false
409
- },
410
- "selector": "requestNeedsUserApproval:",
411
- "visibility": "public"
412
- },
413
- {
414
- "args": [
415
- {
416
- "typestr": "@",
417
- "typestr_special": false
418
- },
419
- {
420
- "typestr": "q",
421
- "typestr_special": false
422
- }
423
- ],
424
- "class_method": false,
425
- "required": true,
426
- "retval": {
427
- "typestr": "v",
428
- "typestr_special": false
429
- },
430
- "selector": "request:didFinishWithResult:",
431
- "visibility": "public"
432
- },
433
- {
434
- "args": [
435
- {
436
- "typestr": "@",
437
- "typestr_special": false
438
- },
439
- {
440
- "typestr": "@",
441
- "typestr_special": false
442
- }
443
- ],
444
- "class_method": false,
445
- "required": true,
446
- "retval": {
447
- "typestr": "v",
448
- "typestr_special": false
449
- },
450
- "selector": "request:didFailWithError:",
451
- "visibility": "public"
452
- },
453
- {
454
- "args": [
455
- {
456
- "typestr": "@",
457
- "typestr_special": false
458
- },
459
- {
460
- "typestr": "@",
461
- "typestr_special": false
462
- }
463
- ],
464
- "class_method": false,
465
- "required": false,
466
- "retval": {
467
- "typestr": "v",
468
- "typestr_special": false
469
- },
470
- "selector": "request:foundProperties:",
471
- "visibility": "public"
472
- }
473
- ],
474
- "properties": []
475
- }
476
- },
477
- "func_macros": {},
478
- "functions": {},
479
- "informal_protocols": {},
480
- "literals": {},
481
- "structs": {}
482
- },
483
- "framework": "SystemExtensions",
484
- "headers": [],
485
- "release": "10.16",
486
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
487
- }
@@ -1,487 +0,0 @@
1
- // GENERATED FILE DO NOT EDIT
2
- //
3
- // This file was generated by objective.metadata
4
- // Last update: Sun Jul 11 21:54:43 2021
5
- {
6
- "arch": "x86_64",
7
- "definitions": {
8
- "aliases": {},
9
- "called_definitions": {},
10
- "cftypes": {},
11
- "classes": {
12
- "OSSystemExtensionManager": {
13
- "categories": [],
14
- "methods": [
15
- {
16
- "args": [],
17
- "class_method": false,
18
- "retval": {
19
- "typestr": "@",
20
- "typestr_special": false
21
- },
22
- "selector": "init",
23
- "visibility": "public"
24
- },
25
- {
26
- "args": [],
27
- "class_method": false,
28
- "retval": {
29
- "typestr": "@",
30
- "typestr_special": false
31
- },
32
- "selector": "new",
33
- "visibility": "public"
34
- },
35
- {
36
- "args": [
37
- {
38
- "typestr": "@",
39
- "typestr_special": false
40
- }
41
- ],
42
- "class_method": false,
43
- "retval": {
44
- "typestr": "v",
45
- "typestr_special": false
46
- },
47
- "selector": "submitRequest:",
48
- "visibility": "public"
49
- },
50
- {
51
- "args": [],
52
- "class_method": true,
53
- "retval": {
54
- "typestr": "@",
55
- "typestr_special": false
56
- },
57
- "selector": "sharedManager",
58
- "visibility": "public"
59
- }
60
- ],
61
- "name": "OSSystemExtensionManager",
62
- "properties": [
63
- {
64
- "attributes": [
65
- "readonly"
66
- ],
67
- "name": "sharedManager",
68
- "typestr": "@",
69
- "typestr_special": false
70
- }
71
- ],
72
- "protocols": [],
73
- "super": "NSObject"
74
- },
75
- "OSSystemExtensionProperties": {
76
- "categories": [],
77
- "methods": [
78
- {
79
- "args": [],
80
- "class_method": false,
81
- "retval": {
82
- "typestr": "@",
83
- "typestr_special": false
84
- },
85
- "selector": "URL",
86
- "visibility": "public"
87
- },
88
- {
89
- "args": [],
90
- "class_method": false,
91
- "retval": {
92
- "typestr": "@",
93
- "typestr_special": false
94
- },
95
- "selector": "bundleIdentifier",
96
- "visibility": "public"
97
- },
98
- {
99
- "args": [],
100
- "class_method": false,
101
- "retval": {
102
- "typestr": "@",
103
- "typestr_special": false
104
- },
105
- "selector": "bundleVersion",
106
- "visibility": "public"
107
- },
108
- {
109
- "args": [],
110
- "class_method": false,
111
- "retval": {
112
- "typestr": "@",
113
- "typestr_special": false
114
- },
115
- "selector": "bundleShortVersion",
116
- "visibility": "public"
117
- },
118
- {
119
- "args": [],
120
- "class_method": false,
121
- "retval": {
122
- "typestr": "Z",
123
- "typestr_special": true
124
- },
125
- "selector": "isEnabled",
126
- "visibility": "public"
127
- },
128
- {
129
- "args": [],
130
- "class_method": false,
131
- "retval": {
132
- "typestr": "Z",
133
- "typestr_special": true
134
- },
135
- "selector": "isAwaitingUserApproval",
136
- "visibility": "public"
137
- },
138
- {
139
- "args": [],
140
- "class_method": false,
141
- "retval": {
142
- "typestr": "Z",
143
- "typestr_special": true
144
- },
145
- "selector": "isUninstalling",
146
- "visibility": "public"
147
- }
148
- ],
149
- "name": "OSSystemExtensionProperties",
150
- "properties": [
151
- {
152
- "attributes": [
153
- "readonly",
154
- "strong"
155
- ],
156
- "name": "URL",
157
- "typestr": "@",
158
- "typestr_special": false
159
- },
160
- {
161
- "attributes": [
162
- "readonly",
163
- "strong"
164
- ],
165
- "name": "bundleIdentifier",
166
- "typestr": "@",
167
- "typestr_special": false
168
- },
169
- {
170
- "attributes": [
171
- "readonly",
172
- "strong"
173
- ],
174
- "name": "bundleVersion",
175
- "typestr": "@",
176
- "typestr_special": false
177
- },
178
- {
179
- "attributes": [
180
- "readonly",
181
- "strong"
182
- ],
183
- "name": "bundleShortVersion",
184
- "typestr": "@",
185
- "typestr_special": false
186
- },
187
- {
188
- "attributes": [
189
- "readonly"
190
- ],
191
- "name": "isEnabled",
192
- "typestr": "Z",
193
- "typestr_special": true
194
- },
195
- {
196
- "attributes": [
197
- "readonly"
198
- ],
199
- "name": "isAwaitingUserApproval",
200
- "typestr": "Z",
201
- "typestr_special": true
202
- },
203
- {
204
- "attributes": [
205
- "readonly"
206
- ],
207
- "name": "isUninstalling",
208
- "typestr": "Z",
209
- "typestr_special": true
210
- }
211
- ],
212
- "protocols": [],
213
- "super": "NSObject"
214
- },
215
- "OSSystemExtensionRequest": {
216
- "categories": [],
217
- "methods": [
218
- {
219
- "args": [
220
- {
221
- "typestr": "@",
222
- "typestr_special": false
223
- },
224
- {
225
- "typestr": "@",
226
- "typestr_special": false
227
- }
228
- ],
229
- "class_method": true,
230
- "retval": {
231
- "typestr": "@",
232
- "typestr_special": false
233
- },
234
- "selector": "activationRequestForExtension:queue:",
235
- "visibility": "public"
236
- },
237
- {
238
- "args": [
239
- {
240
- "typestr": "@",
241
- "typestr_special": false
242
- },
243
- {
244
- "typestr": "@",
245
- "typestr_special": false
246
- }
247
- ],
248
- "class_method": true,
249
- "retval": {
250
- "typestr": "@",
251
- "typestr_special": false
252
- },
253
- "selector": "deactivationRequestForExtension:queue:",
254
- "visibility": "public"
255
- },
256
- {
257
- "args": [
258
- {
259
- "typestr": "@",
260
- "typestr_special": false
261
- },
262
- {
263
- "typestr": "@",
264
- "typestr_special": false
265
- }
266
- ],
267
- "class_method": true,
268
- "retval": {
269
- "typestr": "@",
270
- "typestr_special": false
271
- },
272
- "selector": "propertiesRequestForExtension:queue:",
273
- "visibility": "public"
274
- },
275
- {
276
- "args": [],
277
- "class_method": false,
278
- "retval": {
279
- "typestr": "@",
280
- "typestr_special": false
281
- },
282
- "selector": "delegate",
283
- "visibility": "public"
284
- },
285
- {
286
- "args": [
287
- {
288
- "typestr": "@",
289
- "typestr_special": false
290
- }
291
- ],
292
- "class_method": false,
293
- "retval": {
294
- "typestr": "v",
295
- "typestr_special": false
296
- },
297
- "selector": "setDelegate:",
298
- "visibility": "public"
299
- },
300
- {
301
- "args": [],
302
- "class_method": false,
303
- "retval": {
304
- "typestr": "@",
305
- "typestr_special": false
306
- },
307
- "selector": "identifier",
308
- "visibility": "public"
309
- }
310
- ],
311
- "name": "OSSystemExtensionRequest",
312
- "properties": [
313
- {
314
- "attributes": [
315
- "nonatomic",
316
- "weak"
317
- ],
318
- "name": "delegate",
319
- "typestr": "@",
320
- "typestr_special": false
321
- },
322
- {
323
- "attributes": [
324
- "nonatomic",
325
- "readonly"
326
- ],
327
- "name": "identifier",
328
- "typestr": "@",
329
- "typestr_special": false
330
- }
331
- ],
332
- "protocols": [],
333
- "super": "NSObject"
334
- }
335
- },
336
- "enum": {
337
- "OSSystemExtensionErrorAuthorizationRequired": 13,
338
- "OSSystemExtensionErrorCodeSignatureInvalid": 8,
339
- "OSSystemExtensionErrorDuplicateExtensionIdentifer": 6,
340
- "OSSystemExtensionErrorExtensionMissingIdentifier": 5,
341
- "OSSystemExtensionErrorExtensionNotFound": 4,
342
- "OSSystemExtensionErrorForbiddenBySystemPolicy": 10,
343
- "OSSystemExtensionErrorMissingEntitlement": 2,
344
- "OSSystemExtensionErrorRequestCanceled": 11,
345
- "OSSystemExtensionErrorRequestSuperseded": 12,
346
- "OSSystemExtensionErrorUnknown": 1,
347
- "OSSystemExtensionErrorUnknownExtensionCategory": 7,
348
- "OSSystemExtensionErrorUnsupportedParentBundleLocation": 3,
349
- "OSSystemExtensionErrorValidationFailed": 9,
350
- "OSSystemExtensionReplacementActionCancel": 0,
351
- "OSSystemExtensionReplacementActionReplace": 1,
352
- "OSSystemExtensionRequestCompleted": 0,
353
- "OSSystemExtensionRequestWillCompleteAfterReboot": 1
354
- },
355
- "expressions": {},
356
- "externs": {
357
- "NSSystemExtensionUsageDescriptionKey": {
358
- "typestr": "@"
359
- },
360
- "OSBundleUsageDescriptionKey": {
361
- "typestr": "@"
362
- },
363
- "OSSystemExtensionErrorDomain": {
364
- "typestr": "@"
365
- }
366
- },
367
- "formal_protocols": {
368
- "OSSystemExtensionRequestDelegate": {
369
- "implements": [
370
- "NSObject"
371
- ],
372
- "methods": [
373
- {
374
- "args": [
375
- {
376
- "typestr": "@",
377
- "typestr_special": false
378
- },
379
- {
380
- "typestr": "@",
381
- "typestr_special": false
382
- },
383
- {
384
- "typestr": "@",
385
- "typestr_special": false
386
- }
387
- ],
388
- "class_method": false,
389
- "required": true,
390
- "retval": {
391
- "typestr": "q",
392
- "typestr_special": false
393
- },
394
- "selector": "request:actionForReplacingExtension:withExtension:",
395
- "visibility": "public"
396
- },
397
- {
398
- "args": [
399
- {
400
- "typestr": "@",
401
- "typestr_special": false
402
- }
403
- ],
404
- "class_method": false,
405
- "required": true,
406
- "retval": {
407
- "typestr": "v",
408
- "typestr_special": false
409
- },
410
- "selector": "requestNeedsUserApproval:",
411
- "visibility": "public"
412
- },
413
- {
414
- "args": [
415
- {
416
- "typestr": "@",
417
- "typestr_special": false
418
- },
419
- {
420
- "typestr": "q",
421
- "typestr_special": false
422
- }
423
- ],
424
- "class_method": false,
425
- "required": true,
426
- "retval": {
427
- "typestr": "v",
428
- "typestr_special": false
429
- },
430
- "selector": "request:didFinishWithResult:",
431
- "visibility": "public"
432
- },
433
- {
434
- "args": [
435
- {
436
- "typestr": "@",
437
- "typestr_special": false
438
- },
439
- {
440
- "typestr": "@",
441
- "typestr_special": false
442
- }
443
- ],
444
- "class_method": false,
445
- "required": true,
446
- "retval": {
447
- "typestr": "v",
448
- "typestr_special": false
449
- },
450
- "selector": "request:didFailWithError:",
451
- "visibility": "public"
452
- },
453
- {
454
- "args": [
455
- {
456
- "typestr": "@",
457
- "typestr_special": false
458
- },
459
- {
460
- "typestr": "@",
461
- "typestr_special": false
462
- }
463
- ],
464
- "class_method": false,
465
- "required": false,
466
- "retval": {
467
- "typestr": "v",
468
- "typestr_special": false
469
- },
470
- "selector": "request:foundProperties:",
471
- "visibility": "public"
472
- }
473
- ],
474
- "properties": []
475
- }
476
- },
477
- "func_macros": {},
478
- "functions": {},
479
- "informal_protocols": {},
480
- "literals": {},
481
- "structs": {}
482
- },
483
- "framework": "SystemExtensions",
484
- "headers": [],
485
- "release": "10.16",
486
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
487
- }