pyobjc-framework-DataDetection 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_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/DataDetection/_metadata.py +3 -1
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/pyobjc_framework_DataDetection.egg-info/PKG-INFO +5 -6
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/pyobjc_framework_DataDetection.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_datadetection-12.2/Lib/pyobjc_framework_DataDetection.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_datadetection-12.2/Lib/pyobjc_framework_DataDetection.egg-info/requires.txt +2 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/PKG-INFO +5 -6
- pyobjc_framework_datadetection-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_datadetection-12.2/metadata/raw/arm64-26.5.fwinfo +49 -3
- pyobjc_framework_datadetection-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_datadetection-12.2/metadata/raw/x86_64-26.5.fwinfo +49 -3
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/setup.py +1 -1
- pyobjc_framework_datadetection-12.0/Lib/pyobjc_framework_DataDetection.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_datadetection-12.0/Lib/pyobjc_framework_DataDetection.egg-info/requires.txt +0 -2
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/DataDetection/__init__.py +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/pyobjc_framework_DataDetection.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/pyobjc_framework_DataDetection.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/Lib/pyobjc_framework_DataDetection.egg-info/top_level.txt +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/License.txt +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/PyObjCTest/test_datadetection.py +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/metadata/DataDetection.fwinfo +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/setup.cfg +0 -0
|
@@ -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:47:52 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -41,6 +41,8 @@ try:
|
|
|
41
41
|
r(b"DDMatchCalendarEvent", b"isAllDay", {"retval": {"type": b"Z"}})
|
|
42
42
|
finally:
|
|
43
43
|
objc._updatingMetadata(False)
|
|
44
|
+
|
|
45
|
+
objc.registerNewKeywordsFromSelector("DDMatch", b"init")
|
|
44
46
|
expressions = {}
|
|
45
47
|
|
|
46
48
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-DataDetection
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework DataDetection 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,14 +24,14 @@ 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.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-DataDetection
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework DataDetection 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,14 +24,14 @@ 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.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
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:47:51 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
18
|
"retval": {
|
|
19
|
+
"instancetype": true,
|
|
20
|
+
"type_name": "instancetype",
|
|
19
21
|
"typestr": "@",
|
|
20
22
|
"typestr_special": false
|
|
21
23
|
},
|
|
@@ -26,6 +28,7 @@
|
|
|
26
28
|
"args": [],
|
|
27
29
|
"class_method": false,
|
|
28
30
|
"retval": {
|
|
31
|
+
"type_name": "NSString *",
|
|
29
32
|
"typestr": "@",
|
|
30
33
|
"typestr_special": false
|
|
31
34
|
},
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"readonly"
|
|
42
45
|
],
|
|
43
46
|
"name": "matchedString",
|
|
47
|
+
"type_name": "NSString *",
|
|
44
48
|
"typestr": "@",
|
|
45
49
|
"typestr_special": false
|
|
46
50
|
}
|
|
@@ -55,6 +59,7 @@
|
|
|
55
59
|
"args": [],
|
|
56
60
|
"class_method": false,
|
|
57
61
|
"retval": {
|
|
62
|
+
"type_name": "BOOL",
|
|
58
63
|
"typestr": "Z",
|
|
59
64
|
"typestr_special": true
|
|
60
65
|
},
|
|
@@ -65,6 +70,7 @@
|
|
|
65
70
|
"args": [],
|
|
66
71
|
"class_method": false,
|
|
67
72
|
"retval": {
|
|
73
|
+
"type_name": "NSDate *",
|
|
68
74
|
"typestr": "@",
|
|
69
75
|
"typestr_special": false
|
|
70
76
|
},
|
|
@@ -75,6 +81,7 @@
|
|
|
75
81
|
"args": [],
|
|
76
82
|
"class_method": false,
|
|
77
83
|
"retval": {
|
|
84
|
+
"type_name": "NSTimeZone *",
|
|
78
85
|
"typestr": "@",
|
|
79
86
|
"typestr_special": false
|
|
80
87
|
},
|
|
@@ -85,6 +92,7 @@
|
|
|
85
92
|
"args": [],
|
|
86
93
|
"class_method": false,
|
|
87
94
|
"retval": {
|
|
95
|
+
"type_name": "NSDate *",
|
|
88
96
|
"typestr": "@",
|
|
89
97
|
"typestr_special": false
|
|
90
98
|
},
|
|
@@ -95,6 +103,7 @@
|
|
|
95
103
|
"args": [],
|
|
96
104
|
"class_method": false,
|
|
97
105
|
"retval": {
|
|
106
|
+
"type_name": "NSTimeZone *",
|
|
98
107
|
"typestr": "@",
|
|
99
108
|
"typestr_special": false
|
|
100
109
|
},
|
|
@@ -114,6 +123,7 @@
|
|
|
114
123
|
]
|
|
115
124
|
],
|
|
116
125
|
"name": "allDay",
|
|
126
|
+
"type_name": "BOOL",
|
|
117
127
|
"typestr": "Z",
|
|
118
128
|
"typestr_special": true
|
|
119
129
|
},
|
|
@@ -123,6 +133,7 @@
|
|
|
123
133
|
"readonly"
|
|
124
134
|
],
|
|
125
135
|
"name": "startDate",
|
|
136
|
+
"type_name": "NSDate *",
|
|
126
137
|
"typestr": "@",
|
|
127
138
|
"typestr_special": false
|
|
128
139
|
},
|
|
@@ -132,6 +143,7 @@
|
|
|
132
143
|
"readonly"
|
|
133
144
|
],
|
|
134
145
|
"name": "startTimeZone",
|
|
146
|
+
"type_name": "NSTimeZone *",
|
|
135
147
|
"typestr": "@",
|
|
136
148
|
"typestr_special": false
|
|
137
149
|
},
|
|
@@ -141,6 +153,7 @@
|
|
|
141
153
|
"readonly"
|
|
142
154
|
],
|
|
143
155
|
"name": "endDate",
|
|
156
|
+
"type_name": "NSDate *",
|
|
144
157
|
"typestr": "@",
|
|
145
158
|
"typestr_special": false
|
|
146
159
|
},
|
|
@@ -150,6 +163,7 @@
|
|
|
150
163
|
"readonly"
|
|
151
164
|
],
|
|
152
165
|
"name": "endTimeZone",
|
|
166
|
+
"type_name": "NSTimeZone *",
|
|
153
167
|
"typestr": "@",
|
|
154
168
|
"typestr_special": false
|
|
155
169
|
}
|
|
@@ -164,6 +178,7 @@
|
|
|
164
178
|
"args": [],
|
|
165
179
|
"class_method": false,
|
|
166
180
|
"retval": {
|
|
181
|
+
"type_name": "NSString *",
|
|
167
182
|
"typestr": "@",
|
|
168
183
|
"typestr_special": false
|
|
169
184
|
},
|
|
@@ -174,6 +189,7 @@
|
|
|
174
189
|
"args": [],
|
|
175
190
|
"class_method": false,
|
|
176
191
|
"retval": {
|
|
192
|
+
"type_name": "NSString *",
|
|
177
193
|
"typestr": "@",
|
|
178
194
|
"typestr_special": false
|
|
179
195
|
},
|
|
@@ -189,6 +205,7 @@
|
|
|
189
205
|
"readonly"
|
|
190
206
|
],
|
|
191
207
|
"name": "emailAddress",
|
|
208
|
+
"type_name": "NSString *",
|
|
192
209
|
"typestr": "@",
|
|
193
210
|
"typestr_special": false
|
|
194
211
|
},
|
|
@@ -198,6 +215,7 @@
|
|
|
198
215
|
"readonly"
|
|
199
216
|
],
|
|
200
217
|
"name": "label",
|
|
218
|
+
"type_name": "NSString *",
|
|
201
219
|
"typestr": "@",
|
|
202
220
|
"typestr_special": false
|
|
203
221
|
}
|
|
@@ -212,6 +230,7 @@
|
|
|
212
230
|
"args": [],
|
|
213
231
|
"class_method": false,
|
|
214
232
|
"retval": {
|
|
233
|
+
"type_name": "NSString *",
|
|
215
234
|
"typestr": "@",
|
|
216
235
|
"typestr_special": false
|
|
217
236
|
},
|
|
@@ -222,6 +241,7 @@
|
|
|
222
241
|
"args": [],
|
|
223
242
|
"class_method": false,
|
|
224
243
|
"retval": {
|
|
244
|
+
"type_name": "NSString *",
|
|
225
245
|
"typestr": "@",
|
|
226
246
|
"typestr_special": false
|
|
227
247
|
},
|
|
@@ -237,6 +257,7 @@
|
|
|
237
257
|
"readonly"
|
|
238
258
|
],
|
|
239
259
|
"name": "airline",
|
|
260
|
+
"type_name": "NSString *",
|
|
240
261
|
"typestr": "@",
|
|
241
262
|
"typestr_special": false
|
|
242
263
|
},
|
|
@@ -246,6 +267,7 @@
|
|
|
246
267
|
"readonly"
|
|
247
268
|
],
|
|
248
269
|
"name": "flightNumber",
|
|
270
|
+
"type_name": "NSString *",
|
|
249
271
|
"typestr": "@",
|
|
250
272
|
"typestr_special": false
|
|
251
273
|
}
|
|
@@ -260,6 +282,7 @@
|
|
|
260
282
|
"args": [],
|
|
261
283
|
"class_method": false,
|
|
262
284
|
"retval": {
|
|
285
|
+
"type_name": "NSURL *",
|
|
263
286
|
"typestr": "@",
|
|
264
287
|
"typestr_special": false
|
|
265
288
|
},
|
|
@@ -275,6 +298,7 @@
|
|
|
275
298
|
"readonly"
|
|
276
299
|
],
|
|
277
300
|
"name": "URL",
|
|
301
|
+
"type_name": "NSURL *",
|
|
278
302
|
"typestr": "@",
|
|
279
303
|
"typestr_special": false
|
|
280
304
|
}
|
|
@@ -289,6 +313,7 @@
|
|
|
289
313
|
"args": [],
|
|
290
314
|
"class_method": false,
|
|
291
315
|
"retval": {
|
|
316
|
+
"type_name": "NSString *",
|
|
292
317
|
"typestr": "@",
|
|
293
318
|
"typestr_special": false
|
|
294
319
|
},
|
|
@@ -299,6 +324,7 @@
|
|
|
299
324
|
"args": [],
|
|
300
325
|
"class_method": false,
|
|
301
326
|
"retval": {
|
|
327
|
+
"type_name": "double",
|
|
302
328
|
"typestr": "d",
|
|
303
329
|
"typestr_special": false
|
|
304
330
|
},
|
|
@@ -314,6 +340,7 @@
|
|
|
314
340
|
"readonly"
|
|
315
341
|
],
|
|
316
342
|
"name": "currency",
|
|
343
|
+
"type_name": "NSString *",
|
|
317
344
|
"typestr": "@",
|
|
318
345
|
"typestr_special": false
|
|
319
346
|
},
|
|
@@ -323,6 +350,7 @@
|
|
|
323
350
|
"readonly"
|
|
324
351
|
],
|
|
325
352
|
"name": "amount",
|
|
353
|
+
"type_name": "double",
|
|
326
354
|
"typestr": "d",
|
|
327
355
|
"typestr_special": false
|
|
328
356
|
}
|
|
@@ -337,6 +365,7 @@
|
|
|
337
365
|
"args": [],
|
|
338
366
|
"class_method": false,
|
|
339
367
|
"retval": {
|
|
368
|
+
"type_name": "NSString *",
|
|
340
369
|
"typestr": "@",
|
|
341
370
|
"typestr_special": false
|
|
342
371
|
},
|
|
@@ -347,6 +376,7 @@
|
|
|
347
376
|
"args": [],
|
|
348
377
|
"class_method": false,
|
|
349
378
|
"retval": {
|
|
379
|
+
"type_name": "NSString *",
|
|
350
380
|
"typestr": "@",
|
|
351
381
|
"typestr_special": false
|
|
352
382
|
},
|
|
@@ -362,6 +392,7 @@
|
|
|
362
392
|
"readonly"
|
|
363
393
|
],
|
|
364
394
|
"name": "phoneNumber",
|
|
395
|
+
"type_name": "NSString *",
|
|
365
396
|
"typestr": "@",
|
|
366
397
|
"typestr_special": false
|
|
367
398
|
},
|
|
@@ -371,6 +402,7 @@
|
|
|
371
402
|
"readonly"
|
|
372
403
|
],
|
|
373
404
|
"name": "label",
|
|
405
|
+
"type_name": "NSString *",
|
|
374
406
|
"typestr": "@",
|
|
375
407
|
"typestr_special": false
|
|
376
408
|
}
|
|
@@ -385,6 +417,7 @@
|
|
|
385
417
|
"args": [],
|
|
386
418
|
"class_method": false,
|
|
387
419
|
"retval": {
|
|
420
|
+
"type_name": "NSString *",
|
|
388
421
|
"typestr": "@",
|
|
389
422
|
"typestr_special": false
|
|
390
423
|
},
|
|
@@ -395,6 +428,7 @@
|
|
|
395
428
|
"args": [],
|
|
396
429
|
"class_method": false,
|
|
397
430
|
"retval": {
|
|
431
|
+
"type_name": "NSString *",
|
|
398
432
|
"typestr": "@",
|
|
399
433
|
"typestr_special": false
|
|
400
434
|
},
|
|
@@ -405,6 +439,7 @@
|
|
|
405
439
|
"args": [],
|
|
406
440
|
"class_method": false,
|
|
407
441
|
"retval": {
|
|
442
|
+
"type_name": "NSString *",
|
|
408
443
|
"typestr": "@",
|
|
409
444
|
"typestr_special": false
|
|
410
445
|
},
|
|
@@ -415,6 +450,7 @@
|
|
|
415
450
|
"args": [],
|
|
416
451
|
"class_method": false,
|
|
417
452
|
"retval": {
|
|
453
|
+
"type_name": "NSString *",
|
|
418
454
|
"typestr": "@",
|
|
419
455
|
"typestr_special": false
|
|
420
456
|
},
|
|
@@ -425,6 +461,7 @@
|
|
|
425
461
|
"args": [],
|
|
426
462
|
"class_method": false,
|
|
427
463
|
"retval": {
|
|
464
|
+
"type_name": "NSString *",
|
|
428
465
|
"typestr": "@",
|
|
429
466
|
"typestr_special": false
|
|
430
467
|
},
|
|
@@ -440,6 +477,7 @@
|
|
|
440
477
|
"readonly"
|
|
441
478
|
],
|
|
442
479
|
"name": "street",
|
|
480
|
+
"type_name": "NSString *",
|
|
443
481
|
"typestr": "@",
|
|
444
482
|
"typestr_special": false
|
|
445
483
|
},
|
|
@@ -449,6 +487,7 @@
|
|
|
449
487
|
"readonly"
|
|
450
488
|
],
|
|
451
489
|
"name": "city",
|
|
490
|
+
"type_name": "NSString *",
|
|
452
491
|
"typestr": "@",
|
|
453
492
|
"typestr_special": false
|
|
454
493
|
},
|
|
@@ -458,6 +497,7 @@
|
|
|
458
497
|
"readonly"
|
|
459
498
|
],
|
|
460
499
|
"name": "state",
|
|
500
|
+
"type_name": "NSString *",
|
|
461
501
|
"typestr": "@",
|
|
462
502
|
"typestr_special": false
|
|
463
503
|
},
|
|
@@ -467,6 +507,7 @@
|
|
|
467
507
|
"readonly"
|
|
468
508
|
],
|
|
469
509
|
"name": "postalCode",
|
|
510
|
+
"type_name": "NSString *",
|
|
470
511
|
"typestr": "@",
|
|
471
512
|
"typestr_special": false
|
|
472
513
|
},
|
|
@@ -476,6 +517,7 @@
|
|
|
476
517
|
"readonly"
|
|
477
518
|
],
|
|
478
519
|
"name": "country",
|
|
520
|
+
"type_name": "NSString *",
|
|
479
521
|
"typestr": "@",
|
|
480
522
|
"typestr_special": false
|
|
481
523
|
}
|
|
@@ -490,6 +532,7 @@
|
|
|
490
532
|
"args": [],
|
|
491
533
|
"class_method": false,
|
|
492
534
|
"retval": {
|
|
535
|
+
"type_name": "NSString *",
|
|
493
536
|
"typestr": "@",
|
|
494
537
|
"typestr_special": false
|
|
495
538
|
},
|
|
@@ -500,6 +543,7 @@
|
|
|
500
543
|
"args": [],
|
|
501
544
|
"class_method": false,
|
|
502
545
|
"retval": {
|
|
546
|
+
"type_name": "NSString *",
|
|
503
547
|
"typestr": "@",
|
|
504
548
|
"typestr_special": false
|
|
505
549
|
},
|
|
@@ -515,6 +559,7 @@
|
|
|
515
559
|
"readonly"
|
|
516
560
|
],
|
|
517
561
|
"name": "carrier",
|
|
562
|
+
"type_name": "NSString *",
|
|
518
563
|
"typestr": "@",
|
|
519
564
|
"typestr_special": false
|
|
520
565
|
},
|
|
@@ -524,6 +569,7 @@
|
|
|
524
569
|
"readonly"
|
|
525
570
|
],
|
|
526
571
|
"name": "trackingNumber",
|
|
572
|
+
"type_name": "NSString *",
|
|
527
573
|
"typestr": "@",
|
|
528
574
|
"typestr_special": false
|
|
529
575
|
}
|
|
@@ -549,6 +595,6 @@
|
|
|
549
595
|
"DDMatch.h",
|
|
550
596
|
"DataDetectionBase.h"
|
|
551
597
|
],
|
|
552
|
-
"release": "
|
|
553
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
598
|
+
"release": "26.5",
|
|
599
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
554
600
|
}
|
|
@@ -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:47:49 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
18
|
"retval": {
|
|
19
|
+
"instancetype": true,
|
|
20
|
+
"type_name": "instancetype",
|
|
19
21
|
"typestr": "@",
|
|
20
22
|
"typestr_special": false
|
|
21
23
|
},
|
|
@@ -26,6 +28,7 @@
|
|
|
26
28
|
"args": [],
|
|
27
29
|
"class_method": false,
|
|
28
30
|
"retval": {
|
|
31
|
+
"type_name": "NSString *",
|
|
29
32
|
"typestr": "@",
|
|
30
33
|
"typestr_special": false
|
|
31
34
|
},
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"readonly"
|
|
42
45
|
],
|
|
43
46
|
"name": "matchedString",
|
|
47
|
+
"type_name": "NSString *",
|
|
44
48
|
"typestr": "@",
|
|
45
49
|
"typestr_special": false
|
|
46
50
|
}
|
|
@@ -55,6 +59,7 @@
|
|
|
55
59
|
"args": [],
|
|
56
60
|
"class_method": false,
|
|
57
61
|
"retval": {
|
|
62
|
+
"type_name": "BOOL",
|
|
58
63
|
"typestr": "Z",
|
|
59
64
|
"typestr_special": true
|
|
60
65
|
},
|
|
@@ -65,6 +70,7 @@
|
|
|
65
70
|
"args": [],
|
|
66
71
|
"class_method": false,
|
|
67
72
|
"retval": {
|
|
73
|
+
"type_name": "NSDate *",
|
|
68
74
|
"typestr": "@",
|
|
69
75
|
"typestr_special": false
|
|
70
76
|
},
|
|
@@ -75,6 +81,7 @@
|
|
|
75
81
|
"args": [],
|
|
76
82
|
"class_method": false,
|
|
77
83
|
"retval": {
|
|
84
|
+
"type_name": "NSTimeZone *",
|
|
78
85
|
"typestr": "@",
|
|
79
86
|
"typestr_special": false
|
|
80
87
|
},
|
|
@@ -85,6 +92,7 @@
|
|
|
85
92
|
"args": [],
|
|
86
93
|
"class_method": false,
|
|
87
94
|
"retval": {
|
|
95
|
+
"type_name": "NSDate *",
|
|
88
96
|
"typestr": "@",
|
|
89
97
|
"typestr_special": false
|
|
90
98
|
},
|
|
@@ -95,6 +103,7 @@
|
|
|
95
103
|
"args": [],
|
|
96
104
|
"class_method": false,
|
|
97
105
|
"retval": {
|
|
106
|
+
"type_name": "NSTimeZone *",
|
|
98
107
|
"typestr": "@",
|
|
99
108
|
"typestr_special": false
|
|
100
109
|
},
|
|
@@ -114,6 +123,7 @@
|
|
|
114
123
|
]
|
|
115
124
|
],
|
|
116
125
|
"name": "allDay",
|
|
126
|
+
"type_name": "BOOL",
|
|
117
127
|
"typestr": "Z",
|
|
118
128
|
"typestr_special": true
|
|
119
129
|
},
|
|
@@ -123,6 +133,7 @@
|
|
|
123
133
|
"readonly"
|
|
124
134
|
],
|
|
125
135
|
"name": "startDate",
|
|
136
|
+
"type_name": "NSDate *",
|
|
126
137
|
"typestr": "@",
|
|
127
138
|
"typestr_special": false
|
|
128
139
|
},
|
|
@@ -132,6 +143,7 @@
|
|
|
132
143
|
"readonly"
|
|
133
144
|
],
|
|
134
145
|
"name": "startTimeZone",
|
|
146
|
+
"type_name": "NSTimeZone *",
|
|
135
147
|
"typestr": "@",
|
|
136
148
|
"typestr_special": false
|
|
137
149
|
},
|
|
@@ -141,6 +153,7 @@
|
|
|
141
153
|
"readonly"
|
|
142
154
|
],
|
|
143
155
|
"name": "endDate",
|
|
156
|
+
"type_name": "NSDate *",
|
|
144
157
|
"typestr": "@",
|
|
145
158
|
"typestr_special": false
|
|
146
159
|
},
|
|
@@ -150,6 +163,7 @@
|
|
|
150
163
|
"readonly"
|
|
151
164
|
],
|
|
152
165
|
"name": "endTimeZone",
|
|
166
|
+
"type_name": "NSTimeZone *",
|
|
153
167
|
"typestr": "@",
|
|
154
168
|
"typestr_special": false
|
|
155
169
|
}
|
|
@@ -164,6 +178,7 @@
|
|
|
164
178
|
"args": [],
|
|
165
179
|
"class_method": false,
|
|
166
180
|
"retval": {
|
|
181
|
+
"type_name": "NSString *",
|
|
167
182
|
"typestr": "@",
|
|
168
183
|
"typestr_special": false
|
|
169
184
|
},
|
|
@@ -174,6 +189,7 @@
|
|
|
174
189
|
"args": [],
|
|
175
190
|
"class_method": false,
|
|
176
191
|
"retval": {
|
|
192
|
+
"type_name": "NSString *",
|
|
177
193
|
"typestr": "@",
|
|
178
194
|
"typestr_special": false
|
|
179
195
|
},
|
|
@@ -189,6 +205,7 @@
|
|
|
189
205
|
"readonly"
|
|
190
206
|
],
|
|
191
207
|
"name": "emailAddress",
|
|
208
|
+
"type_name": "NSString *",
|
|
192
209
|
"typestr": "@",
|
|
193
210
|
"typestr_special": false
|
|
194
211
|
},
|
|
@@ -198,6 +215,7 @@
|
|
|
198
215
|
"readonly"
|
|
199
216
|
],
|
|
200
217
|
"name": "label",
|
|
218
|
+
"type_name": "NSString *",
|
|
201
219
|
"typestr": "@",
|
|
202
220
|
"typestr_special": false
|
|
203
221
|
}
|
|
@@ -212,6 +230,7 @@
|
|
|
212
230
|
"args": [],
|
|
213
231
|
"class_method": false,
|
|
214
232
|
"retval": {
|
|
233
|
+
"type_name": "NSString *",
|
|
215
234
|
"typestr": "@",
|
|
216
235
|
"typestr_special": false
|
|
217
236
|
},
|
|
@@ -222,6 +241,7 @@
|
|
|
222
241
|
"args": [],
|
|
223
242
|
"class_method": false,
|
|
224
243
|
"retval": {
|
|
244
|
+
"type_name": "NSString *",
|
|
225
245
|
"typestr": "@",
|
|
226
246
|
"typestr_special": false
|
|
227
247
|
},
|
|
@@ -237,6 +257,7 @@
|
|
|
237
257
|
"readonly"
|
|
238
258
|
],
|
|
239
259
|
"name": "airline",
|
|
260
|
+
"type_name": "NSString *",
|
|
240
261
|
"typestr": "@",
|
|
241
262
|
"typestr_special": false
|
|
242
263
|
},
|
|
@@ -246,6 +267,7 @@
|
|
|
246
267
|
"readonly"
|
|
247
268
|
],
|
|
248
269
|
"name": "flightNumber",
|
|
270
|
+
"type_name": "NSString *",
|
|
249
271
|
"typestr": "@",
|
|
250
272
|
"typestr_special": false
|
|
251
273
|
}
|
|
@@ -260,6 +282,7 @@
|
|
|
260
282
|
"args": [],
|
|
261
283
|
"class_method": false,
|
|
262
284
|
"retval": {
|
|
285
|
+
"type_name": "NSURL *",
|
|
263
286
|
"typestr": "@",
|
|
264
287
|
"typestr_special": false
|
|
265
288
|
},
|
|
@@ -275,6 +298,7 @@
|
|
|
275
298
|
"readonly"
|
|
276
299
|
],
|
|
277
300
|
"name": "URL",
|
|
301
|
+
"type_name": "NSURL *",
|
|
278
302
|
"typestr": "@",
|
|
279
303
|
"typestr_special": false
|
|
280
304
|
}
|
|
@@ -289,6 +313,7 @@
|
|
|
289
313
|
"args": [],
|
|
290
314
|
"class_method": false,
|
|
291
315
|
"retval": {
|
|
316
|
+
"type_name": "NSString *",
|
|
292
317
|
"typestr": "@",
|
|
293
318
|
"typestr_special": false
|
|
294
319
|
},
|
|
@@ -299,6 +324,7 @@
|
|
|
299
324
|
"args": [],
|
|
300
325
|
"class_method": false,
|
|
301
326
|
"retval": {
|
|
327
|
+
"type_name": "double",
|
|
302
328
|
"typestr": "d",
|
|
303
329
|
"typestr_special": false
|
|
304
330
|
},
|
|
@@ -314,6 +340,7 @@
|
|
|
314
340
|
"readonly"
|
|
315
341
|
],
|
|
316
342
|
"name": "currency",
|
|
343
|
+
"type_name": "NSString *",
|
|
317
344
|
"typestr": "@",
|
|
318
345
|
"typestr_special": false
|
|
319
346
|
},
|
|
@@ -323,6 +350,7 @@
|
|
|
323
350
|
"readonly"
|
|
324
351
|
],
|
|
325
352
|
"name": "amount",
|
|
353
|
+
"type_name": "double",
|
|
326
354
|
"typestr": "d",
|
|
327
355
|
"typestr_special": false
|
|
328
356
|
}
|
|
@@ -337,6 +365,7 @@
|
|
|
337
365
|
"args": [],
|
|
338
366
|
"class_method": false,
|
|
339
367
|
"retval": {
|
|
368
|
+
"type_name": "NSString *",
|
|
340
369
|
"typestr": "@",
|
|
341
370
|
"typestr_special": false
|
|
342
371
|
},
|
|
@@ -347,6 +376,7 @@
|
|
|
347
376
|
"args": [],
|
|
348
377
|
"class_method": false,
|
|
349
378
|
"retval": {
|
|
379
|
+
"type_name": "NSString *",
|
|
350
380
|
"typestr": "@",
|
|
351
381
|
"typestr_special": false
|
|
352
382
|
},
|
|
@@ -362,6 +392,7 @@
|
|
|
362
392
|
"readonly"
|
|
363
393
|
],
|
|
364
394
|
"name": "phoneNumber",
|
|
395
|
+
"type_name": "NSString *",
|
|
365
396
|
"typestr": "@",
|
|
366
397
|
"typestr_special": false
|
|
367
398
|
},
|
|
@@ -371,6 +402,7 @@
|
|
|
371
402
|
"readonly"
|
|
372
403
|
],
|
|
373
404
|
"name": "label",
|
|
405
|
+
"type_name": "NSString *",
|
|
374
406
|
"typestr": "@",
|
|
375
407
|
"typestr_special": false
|
|
376
408
|
}
|
|
@@ -385,6 +417,7 @@
|
|
|
385
417
|
"args": [],
|
|
386
418
|
"class_method": false,
|
|
387
419
|
"retval": {
|
|
420
|
+
"type_name": "NSString *",
|
|
388
421
|
"typestr": "@",
|
|
389
422
|
"typestr_special": false
|
|
390
423
|
},
|
|
@@ -395,6 +428,7 @@
|
|
|
395
428
|
"args": [],
|
|
396
429
|
"class_method": false,
|
|
397
430
|
"retval": {
|
|
431
|
+
"type_name": "NSString *",
|
|
398
432
|
"typestr": "@",
|
|
399
433
|
"typestr_special": false
|
|
400
434
|
},
|
|
@@ -405,6 +439,7 @@
|
|
|
405
439
|
"args": [],
|
|
406
440
|
"class_method": false,
|
|
407
441
|
"retval": {
|
|
442
|
+
"type_name": "NSString *",
|
|
408
443
|
"typestr": "@",
|
|
409
444
|
"typestr_special": false
|
|
410
445
|
},
|
|
@@ -415,6 +450,7 @@
|
|
|
415
450
|
"args": [],
|
|
416
451
|
"class_method": false,
|
|
417
452
|
"retval": {
|
|
453
|
+
"type_name": "NSString *",
|
|
418
454
|
"typestr": "@",
|
|
419
455
|
"typestr_special": false
|
|
420
456
|
},
|
|
@@ -425,6 +461,7 @@
|
|
|
425
461
|
"args": [],
|
|
426
462
|
"class_method": false,
|
|
427
463
|
"retval": {
|
|
464
|
+
"type_name": "NSString *",
|
|
428
465
|
"typestr": "@",
|
|
429
466
|
"typestr_special": false
|
|
430
467
|
},
|
|
@@ -440,6 +477,7 @@
|
|
|
440
477
|
"readonly"
|
|
441
478
|
],
|
|
442
479
|
"name": "street",
|
|
480
|
+
"type_name": "NSString *",
|
|
443
481
|
"typestr": "@",
|
|
444
482
|
"typestr_special": false
|
|
445
483
|
},
|
|
@@ -449,6 +487,7 @@
|
|
|
449
487
|
"readonly"
|
|
450
488
|
],
|
|
451
489
|
"name": "city",
|
|
490
|
+
"type_name": "NSString *",
|
|
452
491
|
"typestr": "@",
|
|
453
492
|
"typestr_special": false
|
|
454
493
|
},
|
|
@@ -458,6 +497,7 @@
|
|
|
458
497
|
"readonly"
|
|
459
498
|
],
|
|
460
499
|
"name": "state",
|
|
500
|
+
"type_name": "NSString *",
|
|
461
501
|
"typestr": "@",
|
|
462
502
|
"typestr_special": false
|
|
463
503
|
},
|
|
@@ -467,6 +507,7 @@
|
|
|
467
507
|
"readonly"
|
|
468
508
|
],
|
|
469
509
|
"name": "postalCode",
|
|
510
|
+
"type_name": "NSString *",
|
|
470
511
|
"typestr": "@",
|
|
471
512
|
"typestr_special": false
|
|
472
513
|
},
|
|
@@ -476,6 +517,7 @@
|
|
|
476
517
|
"readonly"
|
|
477
518
|
],
|
|
478
519
|
"name": "country",
|
|
520
|
+
"type_name": "NSString *",
|
|
479
521
|
"typestr": "@",
|
|
480
522
|
"typestr_special": false
|
|
481
523
|
}
|
|
@@ -490,6 +532,7 @@
|
|
|
490
532
|
"args": [],
|
|
491
533
|
"class_method": false,
|
|
492
534
|
"retval": {
|
|
535
|
+
"type_name": "NSString *",
|
|
493
536
|
"typestr": "@",
|
|
494
537
|
"typestr_special": false
|
|
495
538
|
},
|
|
@@ -500,6 +543,7 @@
|
|
|
500
543
|
"args": [],
|
|
501
544
|
"class_method": false,
|
|
502
545
|
"retval": {
|
|
546
|
+
"type_name": "NSString *",
|
|
503
547
|
"typestr": "@",
|
|
504
548
|
"typestr_special": false
|
|
505
549
|
},
|
|
@@ -515,6 +559,7 @@
|
|
|
515
559
|
"readonly"
|
|
516
560
|
],
|
|
517
561
|
"name": "carrier",
|
|
562
|
+
"type_name": "NSString *",
|
|
518
563
|
"typestr": "@",
|
|
519
564
|
"typestr_special": false
|
|
520
565
|
},
|
|
@@ -524,6 +569,7 @@
|
|
|
524
569
|
"readonly"
|
|
525
570
|
],
|
|
526
571
|
"name": "trackingNumber",
|
|
572
|
+
"type_name": "NSString *",
|
|
527
573
|
"typestr": "@",
|
|
528
574
|
"typestr_special": false
|
|
529
575
|
}
|
|
@@ -549,6 +595,6 @@
|
|
|
549
595
|
"DDMatch.h",
|
|
550
596
|
"DataDetectionBase.h"
|
|
551
597
|
],
|
|
552
|
-
"release": "
|
|
553
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
598
|
+
"release": "26.5",
|
|
599
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
554
600
|
}
|
|
@@ -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,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_datadetection-12.0 → pyobjc_framework_datadetection-12.2}/metadata/metadata.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|