pyobjc-framework-SensitiveContentAnalysis 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.
Files changed (27) hide show
  1. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/SensitiveContentAnalysis/_metadata.py +3 -1
  2. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/PKG-INFO +4 -4
  3. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_sensitivecontentanalysis-12.2/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_sensitivecontentanalysis-12.2/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/requires.txt +3 -0
  6. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/PKG-INFO +4 -4
  7. pyobjc_framework_sensitivecontentanalysis-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_sensitivecontentanalysis-12.2/metadata/raw/arm64-26.5.fwinfo +124 -18
  8. pyobjc_framework_sensitivecontentanalysis-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_sensitivecontentanalysis-12.2/metadata/raw/x86_64-26.5.fwinfo +124 -18
  9. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/setup.py +1 -1
  10. pyobjc_framework_sensitivecontentanalysis-12.1/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/pyobjc-build-info.txt +0 -3
  11. pyobjc_framework_sensitivecontentanalysis-12.1/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/requires.txt +0 -3
  12. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/SensitiveContentAnalysis/__init__.py +0 -0
  13. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/dependency_links.txt +0 -0
  14. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/not-zip-safe +0 -0
  15. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/top_level.txt +0 -0
  16. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/License.txt +0 -0
  17. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/MANIFEST.in +0 -0
  18. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/PyObjCTest/__init__.py +0 -0
  19. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/PyObjCTest/test_scsensitivityanalysis.py +0 -0
  20. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/PyObjCTest/test_scsensitivityanalyzer.py +0 -0
  21. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/PyObjCTest/test_scvideostreamanalyzer.py +0 -0
  22. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/PyObjCTest/test_sensitivecontentanalysis.py +0 -0
  23. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/metadata/SensitiveContentAnalysis.fwinfo +0 -0
  24. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/metadata/metadata.ini +0 -0
  25. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/pyobjc_setup.py +0 -0
  26. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/pyproject.toml +0 -0
  27. {pyobjc_framework_sensitivecontentanalysis-12.1 → pyobjc_framework_sensitivecontentanalysis-12.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sun Aug 3 09:24:52 2025
3
+ # Last update: Sun May 24 11:58:23 2026
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -159,6 +159,8 @@ try:
159
159
  finally:
160
160
  objc._updatingMetadata(False)
161
161
 
162
+ objc.registerNewKeywordsFromSelector("SCSensitivityAnalyzer", b"init")
163
+ objc.registerNewKeywordsFromSelector("SCVideoStreamAnalyzer", b"init")
162
164
  objc.registerNewKeywordsFromSelector(
163
165
  "SCVideoStreamAnalyzer", b"initWithParticipantUUID:streamDirection:error:"
164
166
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-SensitiveContentAnalysis
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework SensitiveContentAnalysis 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.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=12.1
35
- Requires-Dist: pyobjc-framework-Quartz>=12.1
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
+ Requires-Dist: pyobjc-framework-Quartz>=12.2
36
36
  Dynamic: author
37
37
  Dynamic: author-email
38
38
  Dynamic: classifier
@@ -19,5 +19,5 @@ PyObjCTest/test_scvideostreamanalyzer.py
19
19
  PyObjCTest/test_sensitivecontentanalysis.py
20
20
  metadata/SensitiveContentAnalysis.fwinfo
21
21
  metadata/metadata.ini
22
- metadata/raw/arm64-26.0.fwinfo
23
- metadata/raw/x86_64-26.0.fwinfo
22
+ metadata/raw/arm64-26.5.fwinfo
23
+ metadata/raw/x86_64-26.5.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1,3 @@
1
+ pyobjc-core>=12.2
2
+ pyobjc-framework-Cocoa>=12.2
3
+ pyobjc-framework-Quartz>=12.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-SensitiveContentAnalysis
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework SensitiveContentAnalysis 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.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=12.1
35
- Requires-Dist: pyobjc-framework-Quartz>=12.1
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
+ Requires-Dist: pyobjc-framework-Quartz>=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: Wed Jul 23 16:36:38 2025
4
+ // Last update: Sun May 24 11:58:23 2026
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -15,7 +15,9 @@
15
15
  {
16
16
  "args": [],
17
17
  "class_method": false,
18
+ "introduced": "14.0",
18
19
  "retval": {
20
+ "type_name": "BOOL",
19
21
  "typestr": "Z",
20
22
  "typestr_special": true
21
23
  },
@@ -26,6 +28,7 @@
26
28
  "args": [],
27
29
  "class_method": false,
28
30
  "retval": {
31
+ "type_name": "BOOL",
29
32
  "typestr": "Z",
30
33
  "typestr_special": true
31
34
  },
@@ -36,6 +39,7 @@
36
39
  "args": [],
37
40
  "class_method": false,
38
41
  "retval": {
42
+ "type_name": "BOOL",
39
43
  "typestr": "Z",
40
44
  "typestr_special": true
41
45
  },
@@ -46,6 +50,7 @@
46
50
  "args": [],
47
51
  "class_method": false,
48
52
  "retval": {
53
+ "type_name": "BOOL",
49
54
  "typestr": "Z",
50
55
  "typestr_special": true
51
56
  },
@@ -64,6 +69,7 @@
64
69
  ]
65
70
  ],
66
71
  "name": "sensitive",
72
+ "type_name": "BOOL",
67
73
  "typestr": "Z",
68
74
  "typestr_special": true
69
75
  },
@@ -72,6 +78,7 @@
72
78
  "readonly"
73
79
  ],
74
80
  "name": "shouldInterruptVideo",
81
+ "type_name": "BOOL",
75
82
  "typestr": "Z",
76
83
  "typestr_special": true
77
84
  },
@@ -80,6 +87,7 @@
80
87
  "readonly"
81
88
  ],
82
89
  "name": "shouldIndicateSensitivity",
90
+ "type_name": "BOOL",
83
91
  "typestr": "Z",
84
92
  "typestr_special": true
85
93
  },
@@ -88,6 +96,7 @@
88
96
  "readonly"
89
97
  ],
90
98
  "name": "shouldMuteAudio",
99
+ "type_name": "BOOL",
91
100
  "typestr": "Z",
92
101
  "typestr_special": true
93
102
  }
@@ -101,7 +110,10 @@
101
110
  {
102
111
  "args": [],
103
112
  "class_method": false,
113
+ "introduced": "14.0",
104
114
  "retval": {
115
+ "instancetype": true,
116
+ "type_name": "instancetype",
105
117
  "typestr": "@",
106
118
  "typestr_special": false
107
119
  },
@@ -111,6 +123,9 @@
111
123
  {
112
124
  "args": [
113
125
  {
126
+ "name": "fileURL",
127
+ "null_accepted": true,
128
+ "type_name": "NSURL *",
114
129
  "typestr": "@",
115
130
  "typestr_special": false
116
131
  },
@@ -121,22 +136,29 @@
121
136
  "type": "^v"
122
137
  },
123
138
  "1": {
124
- "type": "@"
139
+ "type": "@",
140
+ "type_name": "SCSensitivityAnalysis *"
125
141
  },
126
142
  "2": {
127
- "type": "@"
143
+ "type": "@",
144
+ "type_name": "NSError *"
128
145
  }
129
146
  },
130
147
  "retval": {
131
148
  "type": "v"
132
149
  }
133
150
  },
151
+ "name": "completionHandler",
152
+ "null_accepted": true,
153
+ "type_name": "void (^)(SCSensitivityAnalysis * _Nullable, NSError * _Nullable)",
134
154
  "typestr": "@?",
135
155
  "typestr_special": false
136
156
  }
137
157
  ],
138
158
  "class_method": false,
159
+ "introduced": "14.0",
139
160
  "retval": {
161
+ "type_name": "void",
140
162
  "typestr": "v",
141
163
  "typestr_special": false
142
164
  },
@@ -146,6 +168,9 @@
146
168
  {
147
169
  "args": [
148
170
  {
171
+ "name": "image",
172
+ "null_accepted": true,
173
+ "type_name": "CGImageRef",
149
174
  "typestr": "^{CGImage=}",
150
175
  "typestr_special": false
151
176
  },
@@ -156,22 +181,29 @@
156
181
  "type": "^v"
157
182
  },
158
183
  "1": {
159
- "type": "@"
184
+ "type": "@",
185
+ "type_name": "SCSensitivityAnalysis *"
160
186
  },
161
187
  "2": {
162
- "type": "@"
188
+ "type": "@",
189
+ "type_name": "NSError *"
163
190
  }
164
191
  },
165
192
  "retval": {
166
193
  "type": "v"
167
194
  }
168
195
  },
196
+ "name": "completionHandler",
197
+ "null_accepted": true,
198
+ "type_name": "void (^)(SCSensitivityAnalysis * _Nullable, NSError * _Nullable)",
169
199
  "typestr": "@?",
170
200
  "typestr_special": false
171
201
  }
172
202
  ],
173
203
  "class_method": false,
204
+ "introduced": "14.0",
174
205
  "retval": {
206
+ "type_name": "void",
175
207
  "typestr": "v",
176
208
  "typestr_special": false
177
209
  },
@@ -181,6 +213,9 @@
181
213
  {
182
214
  "args": [
183
215
  {
216
+ "name": "fileURL",
217
+ "null_accepted": true,
218
+ "type_name": "NSURL *",
184
219
  "typestr": "@",
185
220
  "typestr_special": false
186
221
  },
@@ -191,22 +226,29 @@
191
226
  "type": "^v"
192
227
  },
193
228
  "1": {
194
- "type": "@"
229
+ "type": "@",
230
+ "type_name": "SCSensitivityAnalysis *"
195
231
  },
196
232
  "2": {
197
- "type": "@"
233
+ "type": "@",
234
+ "type_name": "NSError *"
198
235
  }
199
236
  },
200
237
  "retval": {
201
238
  "type": "v"
202
239
  }
203
240
  },
241
+ "name": "completionHandler",
242
+ "null_accepted": true,
243
+ "type_name": "void (^)(SCSensitivityAnalysis * _Nullable, NSError * _Nullable)",
204
244
  "typestr": "@?",
205
245
  "typestr_special": false
206
246
  }
207
247
  ],
208
248
  "class_method": false,
249
+ "introduced": "14.0",
209
250
  "retval": {
251
+ "type_name": "NSProgress *",
210
252
  "typestr": "@",
211
253
  "typestr_special": false
212
254
  },
@@ -216,7 +258,9 @@
216
258
  {
217
259
  "args": [],
218
260
  "class_method": false,
261
+ "introduced": "14.0",
219
262
  "retval": {
263
+ "type_name": "SCSensitivityAnalysisPolicy",
220
264
  "typestr": "q",
221
265
  "typestr_special": false
222
266
  },
@@ -232,6 +276,7 @@
232
276
  "readonly"
233
277
  ],
234
278
  "name": "analysisPolicy",
279
+ "type_name": "SCSensitivityAnalysisPolicy",
235
280
  "typestr": "q",
236
281
  "typestr_special": false
237
282
  }
@@ -245,21 +290,31 @@
245
290
  {
246
291
  "args": [
247
292
  {
293
+ "name": "participantUUID",
294
+ "null_accepted": true,
295
+ "type_name": "NSString *",
248
296
  "typestr": "@",
249
297
  "typestr_special": false
250
298
  },
251
299
  {
300
+ "name": "streamDirection",
301
+ "type_name": "SCVideoStreamAnalyzerStreamDirection",
252
302
  "typestr": "q",
253
303
  "typestr_special": false
254
304
  },
255
305
  {
306
+ "name": "error",
307
+ "null_accepted": true,
256
308
  "type_modifier": "o",
309
+ "type_name": "NSError * _Nullable *",
257
310
  "typestr": "^@",
258
311
  "typestr_special": false
259
312
  }
260
313
  ],
261
314
  "class_method": false,
262
315
  "retval": {
316
+ "instancetype": true,
317
+ "type_name": "instancetype",
263
318
  "typestr": "@",
264
319
  "typestr_special": false
265
320
  },
@@ -270,6 +325,8 @@
270
325
  "args": [],
271
326
  "class_method": false,
272
327
  "retval": {
328
+ "instancetype": true,
329
+ "type_name": "instancetype",
273
330
  "typestr": "@",
274
331
  "typestr_special": false
275
332
  },
@@ -280,6 +337,8 @@
280
337
  "args": [],
281
338
  "class_method": false,
282
339
  "retval": {
340
+ "instancetype": true,
341
+ "type_name": "instancetype",
283
342
  "typestr": "@",
284
343
  "typestr_special": false
285
344
  },
@@ -289,12 +348,16 @@
289
348
  {
290
349
  "args": [
291
350
  {
351
+ "name": "pixelBuffer",
352
+ "null_accepted": true,
353
+ "type_name": "CVPixelBufferRef",
292
354
  "typestr": "^{__CVBuffer=}",
293
355
  "typestr_special": false
294
356
  }
295
357
  ],
296
358
  "class_method": false,
297
359
  "retval": {
360
+ "type_name": "void",
298
361
  "typestr": "v",
299
362
  "typestr_special": false
300
363
  },
@@ -305,6 +368,7 @@
305
368
  "args": [],
306
369
  "class_method": false,
307
370
  "retval": {
371
+ "type_name": "SCSensitivityAnalysis *",
308
372
  "typestr": "@",
309
373
  "typestr_special": false
310
374
  },
@@ -322,9 +386,11 @@
322
386
  }
323
387
  },
324
388
  "retval": {
325
- "type": "v"
389
+ "type": "v",
390
+ "type_name": ""
326
391
  }
327
392
  },
393
+ "type_name": "SCVideoStreamAnalysisChangeHandler",
328
394
  "typestr": "@?",
329
395
  "typestr_special": false
330
396
  },
@@ -340,22 +406,29 @@
340
406
  "type": "^v"
341
407
  },
342
408
  "1": {
343
- "type": "@"
409
+ "type": "@",
410
+ "type_name": "SCSensitivityAnalysis *"
344
411
  },
345
412
  "2": {
346
- "type": "@"
413
+ "type": "@",
414
+ "type_name": "NSError *"
347
415
  }
348
416
  },
349
417
  "retval": {
350
- "type": "v"
418
+ "type": "v",
419
+ "type_name": ""
351
420
  }
352
421
  },
422
+ "name": "analysisChangedHandler",
423
+ "null_accepted": true,
424
+ "type_name": "SCVideoStreamAnalysisChangeHandler",
353
425
  "typestr": "@?",
354
426
  "typestr_special": false
355
427
  }
356
428
  ],
357
429
  "class_method": false,
358
430
  "retval": {
431
+ "type_name": "void",
359
432
  "typestr": "v",
360
433
  "typestr_special": false
361
434
  },
@@ -365,17 +438,24 @@
365
438
  {
366
439
  "args": [
367
440
  {
441
+ "name": "decompressionSession",
442
+ "null_accepted": true,
443
+ "type_name": "VTDecompressionSessionRef",
368
444
  "typestr": "^{OpaqueVTDecompressionSession=}",
369
445
  "typestr_special": false
370
446
  },
371
447
  {
448
+ "name": "error",
449
+ "null_accepted": true,
372
450
  "type_modifier": "o",
451
+ "type_name": "NSError * _Nullable *",
373
452
  "typestr": "^@",
374
453
  "typestr_special": false
375
454
  }
376
455
  ],
377
456
  "class_method": false,
378
457
  "retval": {
458
+ "type_name": "BOOL",
379
459
  "typestr": "Z",
380
460
  "typestr_special": true
381
461
  },
@@ -385,17 +465,24 @@
385
465
  {
386
466
  "args": [
387
467
  {
468
+ "name": "captureDeviceInput",
469
+ "null_accepted": true,
470
+ "type_name": "AVCaptureDeviceInput *",
388
471
  "typestr": "@",
389
472
  "typestr_special": false
390
473
  },
391
474
  {
475
+ "name": "error",
476
+ "null_accepted": true,
392
477
  "type_modifier": "o",
478
+ "type_name": "NSError * _Nullable *",
393
479
  "typestr": "^@",
394
480
  "typestr_special": false
395
481
  }
396
482
  ],
397
483
  "class_method": false,
398
484
  "retval": {
485
+ "type_name": "BOOL",
399
486
  "typestr": "Z",
400
487
  "typestr_special": true
401
488
  },
@@ -406,6 +493,7 @@
406
493
  "args": [],
407
494
  "class_method": false,
408
495
  "retval": {
496
+ "type_name": "void",
409
497
  "typestr": "v",
410
498
  "typestr_special": false
411
499
  },
@@ -416,6 +504,7 @@
416
504
  "args": [],
417
505
  "class_method": false,
418
506
  "retval": {
507
+ "type_name": "void",
419
508
  "typestr": "v",
420
509
  "typestr_special": false
421
510
  },
@@ -430,6 +519,7 @@
430
519
  "readonly"
431
520
  ],
432
521
  "name": "analysis",
522
+ "type_name": "SCSensitivityAnalysis *",
433
523
  "typestr": "@",
434
524
  "typestr_special": false
435
525
  },
@@ -439,6 +529,7 @@
439
529
  "readwrite"
440
530
  ],
441
531
  "name": "analysisChangedHandler",
532
+ "type_name": "SCVideoStreamAnalysisChangeHandler",
442
533
  "typestr": "@?",
443
534
  "typestr_special": false
444
535
  }
@@ -448,11 +539,26 @@
448
539
  }
449
540
  },
450
541
  "enum": {
451
- "SCSensitivityAnalysisPolicyDescriptiveInterventions": 2,
452
- "SCSensitivityAnalysisPolicyDisabled": 0,
453
- "SCSensitivityAnalysisPolicySimpleInterventions": 1,
454
- "SCVideoStreamAnalyzerStreamDirectionIncoming": 2,
455
- "SCVideoStreamAnalyzerStreamDirectionOutgoing": 1
542
+ "SCSensitivityAnalysisPolicyDescriptiveInterventions": {
543
+ "enum": "SCSensitivityAnalysisPolicy",
544
+ "value": 2
545
+ },
546
+ "SCSensitivityAnalysisPolicyDisabled": {
547
+ "enum": "SCSensitivityAnalysisPolicy",
548
+ "value": 0
549
+ },
550
+ "SCSensitivityAnalysisPolicySimpleInterventions": {
551
+ "enum": "SCSensitivityAnalysisPolicy",
552
+ "value": 1
553
+ },
554
+ "SCVideoStreamAnalyzerStreamDirectionIncoming": {
555
+ "enum": "SCVideoStreamAnalyzerStreamDirection",
556
+ "value": 2
557
+ },
558
+ "SCVideoStreamAnalyzerStreamDirectionOutgoing": {
559
+ "enum": "SCVideoStreamAnalyzerStreamDirection",
560
+ "value": 1
561
+ }
456
562
  },
457
563
  "enum_type": {
458
564
  "SCSensitivityAnalysisPolicy": {
@@ -482,6 +588,6 @@
482
588
  "SCSensitivityAnalyzer.h",
483
589
  "SCVideoStreamAnalyzer.h"
484
590
  ],
485
- "release": "10.16",
486
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
591
+ "release": "26.5",
592
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
487
593
  }
@@ -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: Wed Jul 23 16:36:36 2025
4
+ // Last update: Sun May 24 11:58:20 2026
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -15,7 +15,9 @@
15
15
  {
16
16
  "args": [],
17
17
  "class_method": false,
18
+ "introduced": "14.0",
18
19
  "retval": {
20
+ "type_name": "BOOL",
19
21
  "typestr": "Z",
20
22
  "typestr_special": true
21
23
  },
@@ -26,6 +28,7 @@
26
28
  "args": [],
27
29
  "class_method": false,
28
30
  "retval": {
31
+ "type_name": "BOOL",
29
32
  "typestr": "Z",
30
33
  "typestr_special": true
31
34
  },
@@ -36,6 +39,7 @@
36
39
  "args": [],
37
40
  "class_method": false,
38
41
  "retval": {
42
+ "type_name": "BOOL",
39
43
  "typestr": "Z",
40
44
  "typestr_special": true
41
45
  },
@@ -46,6 +50,7 @@
46
50
  "args": [],
47
51
  "class_method": false,
48
52
  "retval": {
53
+ "type_name": "BOOL",
49
54
  "typestr": "Z",
50
55
  "typestr_special": true
51
56
  },
@@ -64,6 +69,7 @@
64
69
  ]
65
70
  ],
66
71
  "name": "sensitive",
72
+ "type_name": "BOOL",
67
73
  "typestr": "Z",
68
74
  "typestr_special": true
69
75
  },
@@ -72,6 +78,7 @@
72
78
  "readonly"
73
79
  ],
74
80
  "name": "shouldInterruptVideo",
81
+ "type_name": "BOOL",
75
82
  "typestr": "Z",
76
83
  "typestr_special": true
77
84
  },
@@ -80,6 +87,7 @@
80
87
  "readonly"
81
88
  ],
82
89
  "name": "shouldIndicateSensitivity",
90
+ "type_name": "BOOL",
83
91
  "typestr": "Z",
84
92
  "typestr_special": true
85
93
  },
@@ -88,6 +96,7 @@
88
96
  "readonly"
89
97
  ],
90
98
  "name": "shouldMuteAudio",
99
+ "type_name": "BOOL",
91
100
  "typestr": "Z",
92
101
  "typestr_special": true
93
102
  }
@@ -101,7 +110,10 @@
101
110
  {
102
111
  "args": [],
103
112
  "class_method": false,
113
+ "introduced": "14.0",
104
114
  "retval": {
115
+ "instancetype": true,
116
+ "type_name": "instancetype",
105
117
  "typestr": "@",
106
118
  "typestr_special": false
107
119
  },
@@ -111,6 +123,9 @@
111
123
  {
112
124
  "args": [
113
125
  {
126
+ "name": "fileURL",
127
+ "null_accepted": true,
128
+ "type_name": "NSURL *",
114
129
  "typestr": "@",
115
130
  "typestr_special": false
116
131
  },
@@ -121,22 +136,29 @@
121
136
  "type": "^v"
122
137
  },
123
138
  "1": {
124
- "type": "@"
139
+ "type": "@",
140
+ "type_name": "SCSensitivityAnalysis *"
125
141
  },
126
142
  "2": {
127
- "type": "@"
143
+ "type": "@",
144
+ "type_name": "NSError *"
128
145
  }
129
146
  },
130
147
  "retval": {
131
148
  "type": "v"
132
149
  }
133
150
  },
151
+ "name": "completionHandler",
152
+ "null_accepted": true,
153
+ "type_name": "void (^)(SCSensitivityAnalysis * _Nullable, NSError * _Nullable)",
134
154
  "typestr": "@?",
135
155
  "typestr_special": false
136
156
  }
137
157
  ],
138
158
  "class_method": false,
159
+ "introduced": "14.0",
139
160
  "retval": {
161
+ "type_name": "void",
140
162
  "typestr": "v",
141
163
  "typestr_special": false
142
164
  },
@@ -146,6 +168,9 @@
146
168
  {
147
169
  "args": [
148
170
  {
171
+ "name": "image",
172
+ "null_accepted": true,
173
+ "type_name": "CGImageRef",
149
174
  "typestr": "^{CGImage=}",
150
175
  "typestr_special": false
151
176
  },
@@ -156,22 +181,29 @@
156
181
  "type": "^v"
157
182
  },
158
183
  "1": {
159
- "type": "@"
184
+ "type": "@",
185
+ "type_name": "SCSensitivityAnalysis *"
160
186
  },
161
187
  "2": {
162
- "type": "@"
188
+ "type": "@",
189
+ "type_name": "NSError *"
163
190
  }
164
191
  },
165
192
  "retval": {
166
193
  "type": "v"
167
194
  }
168
195
  },
196
+ "name": "completionHandler",
197
+ "null_accepted": true,
198
+ "type_name": "void (^)(SCSensitivityAnalysis * _Nullable, NSError * _Nullable)",
169
199
  "typestr": "@?",
170
200
  "typestr_special": false
171
201
  }
172
202
  ],
173
203
  "class_method": false,
204
+ "introduced": "14.0",
174
205
  "retval": {
206
+ "type_name": "void",
175
207
  "typestr": "v",
176
208
  "typestr_special": false
177
209
  },
@@ -181,6 +213,9 @@
181
213
  {
182
214
  "args": [
183
215
  {
216
+ "name": "fileURL",
217
+ "null_accepted": true,
218
+ "type_name": "NSURL *",
184
219
  "typestr": "@",
185
220
  "typestr_special": false
186
221
  },
@@ -191,22 +226,29 @@
191
226
  "type": "^v"
192
227
  },
193
228
  "1": {
194
- "type": "@"
229
+ "type": "@",
230
+ "type_name": "SCSensitivityAnalysis *"
195
231
  },
196
232
  "2": {
197
- "type": "@"
233
+ "type": "@",
234
+ "type_name": "NSError *"
198
235
  }
199
236
  },
200
237
  "retval": {
201
238
  "type": "v"
202
239
  }
203
240
  },
241
+ "name": "completionHandler",
242
+ "null_accepted": true,
243
+ "type_name": "void (^)(SCSensitivityAnalysis * _Nullable, NSError * _Nullable)",
204
244
  "typestr": "@?",
205
245
  "typestr_special": false
206
246
  }
207
247
  ],
208
248
  "class_method": false,
249
+ "introduced": "14.0",
209
250
  "retval": {
251
+ "type_name": "NSProgress *",
210
252
  "typestr": "@",
211
253
  "typestr_special": false
212
254
  },
@@ -216,7 +258,9 @@
216
258
  {
217
259
  "args": [],
218
260
  "class_method": false,
261
+ "introduced": "14.0",
219
262
  "retval": {
263
+ "type_name": "SCSensitivityAnalysisPolicy",
220
264
  "typestr": "q",
221
265
  "typestr_special": false
222
266
  },
@@ -232,6 +276,7 @@
232
276
  "readonly"
233
277
  ],
234
278
  "name": "analysisPolicy",
279
+ "type_name": "SCSensitivityAnalysisPolicy",
235
280
  "typestr": "q",
236
281
  "typestr_special": false
237
282
  }
@@ -245,21 +290,31 @@
245
290
  {
246
291
  "args": [
247
292
  {
293
+ "name": "participantUUID",
294
+ "null_accepted": true,
295
+ "type_name": "NSString *",
248
296
  "typestr": "@",
249
297
  "typestr_special": false
250
298
  },
251
299
  {
300
+ "name": "streamDirection",
301
+ "type_name": "SCVideoStreamAnalyzerStreamDirection",
252
302
  "typestr": "q",
253
303
  "typestr_special": false
254
304
  },
255
305
  {
306
+ "name": "error",
307
+ "null_accepted": true,
256
308
  "type_modifier": "o",
309
+ "type_name": "NSError * _Nullable *",
257
310
  "typestr": "^@",
258
311
  "typestr_special": false
259
312
  }
260
313
  ],
261
314
  "class_method": false,
262
315
  "retval": {
316
+ "instancetype": true,
317
+ "type_name": "instancetype",
263
318
  "typestr": "@",
264
319
  "typestr_special": false
265
320
  },
@@ -270,6 +325,8 @@
270
325
  "args": [],
271
326
  "class_method": false,
272
327
  "retval": {
328
+ "instancetype": true,
329
+ "type_name": "instancetype",
273
330
  "typestr": "@",
274
331
  "typestr_special": false
275
332
  },
@@ -280,6 +337,8 @@
280
337
  "args": [],
281
338
  "class_method": false,
282
339
  "retval": {
340
+ "instancetype": true,
341
+ "type_name": "instancetype",
283
342
  "typestr": "@",
284
343
  "typestr_special": false
285
344
  },
@@ -289,12 +348,16 @@
289
348
  {
290
349
  "args": [
291
350
  {
351
+ "name": "pixelBuffer",
352
+ "null_accepted": true,
353
+ "type_name": "CVPixelBufferRef",
292
354
  "typestr": "^{__CVBuffer=}",
293
355
  "typestr_special": false
294
356
  }
295
357
  ],
296
358
  "class_method": false,
297
359
  "retval": {
360
+ "type_name": "void",
298
361
  "typestr": "v",
299
362
  "typestr_special": false
300
363
  },
@@ -305,6 +368,7 @@
305
368
  "args": [],
306
369
  "class_method": false,
307
370
  "retval": {
371
+ "type_name": "SCSensitivityAnalysis *",
308
372
  "typestr": "@",
309
373
  "typestr_special": false
310
374
  },
@@ -322,9 +386,11 @@
322
386
  }
323
387
  },
324
388
  "retval": {
325
- "type": "v"
389
+ "type": "v",
390
+ "type_name": ""
326
391
  }
327
392
  },
393
+ "type_name": "SCVideoStreamAnalysisChangeHandler",
328
394
  "typestr": "@?",
329
395
  "typestr_special": false
330
396
  },
@@ -340,22 +406,29 @@
340
406
  "type": "^v"
341
407
  },
342
408
  "1": {
343
- "type": "@"
409
+ "type": "@",
410
+ "type_name": "SCSensitivityAnalysis *"
344
411
  },
345
412
  "2": {
346
- "type": "@"
413
+ "type": "@",
414
+ "type_name": "NSError *"
347
415
  }
348
416
  },
349
417
  "retval": {
350
- "type": "v"
418
+ "type": "v",
419
+ "type_name": ""
351
420
  }
352
421
  },
422
+ "name": "analysisChangedHandler",
423
+ "null_accepted": true,
424
+ "type_name": "SCVideoStreamAnalysisChangeHandler",
353
425
  "typestr": "@?",
354
426
  "typestr_special": false
355
427
  }
356
428
  ],
357
429
  "class_method": false,
358
430
  "retval": {
431
+ "type_name": "void",
359
432
  "typestr": "v",
360
433
  "typestr_special": false
361
434
  },
@@ -365,17 +438,24 @@
365
438
  {
366
439
  "args": [
367
440
  {
441
+ "name": "decompressionSession",
442
+ "null_accepted": true,
443
+ "type_name": "VTDecompressionSessionRef",
368
444
  "typestr": "^{OpaqueVTDecompressionSession=}",
369
445
  "typestr_special": false
370
446
  },
371
447
  {
448
+ "name": "error",
449
+ "null_accepted": true,
372
450
  "type_modifier": "o",
451
+ "type_name": "NSError * _Nullable *",
373
452
  "typestr": "^@",
374
453
  "typestr_special": false
375
454
  }
376
455
  ],
377
456
  "class_method": false,
378
457
  "retval": {
458
+ "type_name": "BOOL",
379
459
  "typestr": "Z",
380
460
  "typestr_special": true
381
461
  },
@@ -385,17 +465,24 @@
385
465
  {
386
466
  "args": [
387
467
  {
468
+ "name": "captureDeviceInput",
469
+ "null_accepted": true,
470
+ "type_name": "AVCaptureDeviceInput *",
388
471
  "typestr": "@",
389
472
  "typestr_special": false
390
473
  },
391
474
  {
475
+ "name": "error",
476
+ "null_accepted": true,
392
477
  "type_modifier": "o",
478
+ "type_name": "NSError * _Nullable *",
393
479
  "typestr": "^@",
394
480
  "typestr_special": false
395
481
  }
396
482
  ],
397
483
  "class_method": false,
398
484
  "retval": {
485
+ "type_name": "BOOL",
399
486
  "typestr": "Z",
400
487
  "typestr_special": true
401
488
  },
@@ -406,6 +493,7 @@
406
493
  "args": [],
407
494
  "class_method": false,
408
495
  "retval": {
496
+ "type_name": "void",
409
497
  "typestr": "v",
410
498
  "typestr_special": false
411
499
  },
@@ -416,6 +504,7 @@
416
504
  "args": [],
417
505
  "class_method": false,
418
506
  "retval": {
507
+ "type_name": "void",
419
508
  "typestr": "v",
420
509
  "typestr_special": false
421
510
  },
@@ -430,6 +519,7 @@
430
519
  "readonly"
431
520
  ],
432
521
  "name": "analysis",
522
+ "type_name": "SCSensitivityAnalysis *",
433
523
  "typestr": "@",
434
524
  "typestr_special": false
435
525
  },
@@ -439,6 +529,7 @@
439
529
  "readwrite"
440
530
  ],
441
531
  "name": "analysisChangedHandler",
532
+ "type_name": "SCVideoStreamAnalysisChangeHandler",
442
533
  "typestr": "@?",
443
534
  "typestr_special": false
444
535
  }
@@ -448,11 +539,26 @@
448
539
  }
449
540
  },
450
541
  "enum": {
451
- "SCSensitivityAnalysisPolicyDescriptiveInterventions": 2,
452
- "SCSensitivityAnalysisPolicyDisabled": 0,
453
- "SCSensitivityAnalysisPolicySimpleInterventions": 1,
454
- "SCVideoStreamAnalyzerStreamDirectionIncoming": 2,
455
- "SCVideoStreamAnalyzerStreamDirectionOutgoing": 1
542
+ "SCSensitivityAnalysisPolicyDescriptiveInterventions": {
543
+ "enum": "SCSensitivityAnalysisPolicy",
544
+ "value": 2
545
+ },
546
+ "SCSensitivityAnalysisPolicyDisabled": {
547
+ "enum": "SCSensitivityAnalysisPolicy",
548
+ "value": 0
549
+ },
550
+ "SCSensitivityAnalysisPolicySimpleInterventions": {
551
+ "enum": "SCSensitivityAnalysisPolicy",
552
+ "value": 1
553
+ },
554
+ "SCVideoStreamAnalyzerStreamDirectionIncoming": {
555
+ "enum": "SCVideoStreamAnalyzerStreamDirection",
556
+ "value": 2
557
+ },
558
+ "SCVideoStreamAnalyzerStreamDirectionOutgoing": {
559
+ "enum": "SCVideoStreamAnalyzerStreamDirection",
560
+ "value": 1
561
+ }
456
562
  },
457
563
  "enum_type": {
458
564
  "SCSensitivityAnalysisPolicy": {
@@ -482,6 +588,6 @@
482
588
  "SCSensitivityAnalyzer.h",
483
589
  "SCVideoStreamAnalyzer.h"
484
590
  ],
485
- "release": "10.16",
486
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
591
+ "release": "26.5",
592
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
487
593
  }
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import setup # noqa: E402
17
17
 
18
- VERSION = "12.1"
18
+ VERSION = "12.2"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-SensitiveContentAnalysis",
@@ -1,3 +0,0 @@
1
- macOS 26.1 (25B77)
2
- Apple clang version 17.0.0 (clang-1700.4.4.1)
3
- SDK: macOS 26.1
@@ -1,3 +0,0 @@
1
- pyobjc-core>=12.1
2
- pyobjc-framework-Cocoa>=12.1
3
- pyobjc-framework-Quartz>=12.1