pyobjc-framework-ThreadNetwork 10.1__tar.gz → 11.0__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 (28) hide show
  1. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/ThreadNetwork/__init__.py +6 -0
  2. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/ThreadNetwork/_metadata.py +1 -1
  3. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/PKG-INFO +5 -5
  4. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/SOURCES.txt +5 -2
  5. pyobjc_framework_threadnetwork-11.0/Lib/pyobjc_framework_ThreadNetwork.egg-info/pyobjc-build-info.txt +3 -0
  6. pyobjc_framework_threadnetwork-11.0/Lib/pyobjc_framework_ThreadNetwork.egg-info/requires.txt +2 -0
  7. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/License.txt +1 -1
  8. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/PKG-INFO +5 -5
  9. pyobjc_framework_threadnetwork-11.0/metadata/raw/arm64-14.5.fwinfo +578 -0
  10. pyobjc-framework-ThreadNetwork-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_threadnetwork-11.0/metadata/raw/arm64-15.0.fwinfo +2 -2
  11. pyobjc_framework_threadnetwork-11.0/metadata/raw/x86_64-14.5.fwinfo +578 -0
  12. pyobjc-framework-ThreadNetwork-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_threadnetwork-11.0/metadata/raw/x86_64-15.0.fwinfo +2 -2
  13. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/pyobjc_setup.py +121 -27
  14. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/setup.py +1 -1
  15. pyobjc-framework-ThreadNetwork-10.1/Lib/pyobjc_framework_ThreadNetwork.egg-info/requires.txt +0 -2
  16. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/dependency_links.txt +0 -0
  17. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/not-zip-safe +0 -0
  18. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/top_level.txt +0 -0
  19. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/MANIFEST.in +0 -0
  20. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/PyObjCTest/__init__.py +0 -0
  21. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/PyObjCTest/test_thclient.py +0 -0
  22. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/PyObjCTest/test_threadnetwork.py +0 -0
  23. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/metadata/ThreadNetwork.fwinfo +0 -0
  24. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/metadata/metadata.ini +0 -0
  25. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/metadata/raw/arm64-13.0.fwinfo +0 -0
  26. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/metadata/raw/x86_64-13.0.fwinfo +0 -0
  27. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/pyproject.toml +0 -0
  28. {pyobjc-framework-ThreadNetwork-10.1 → pyobjc_framework_threadnetwork-11.0}/setup.cfg +0 -0
@@ -28,6 +28,12 @@ def _setup():
28
28
  globals()["__dir__"] = dir_func
29
29
  globals()["__getattr__"] = getattr_func
30
30
 
31
+ for cls, sel in (
32
+ ("THCredentials", b"init"),
33
+ ("THCredentials", b"new"),
34
+ ):
35
+ objc.registerUnavailableMethod(cls, sel)
36
+
31
37
  del sys.modules["ThreadNetwork._metadata"]
32
38
 
33
39
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:05:07 2023
3
+ # Last update: Tue Jun 11 10:21:19 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-ThreadNetwork
3
- Version: 10.1
3
+ Version: 11.0
4
4
  Summary: Wrappers for the framework ThreadNetwork on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
18
18
  Classifier: Programming Language :: Python
19
19
  Classifier: Programming Language :: Python :: 3
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Programming Language :: Objective C
29
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
31
+ Requires-Python: >=3.9
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=11.0
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.0
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
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_ThreadNetwork.egg-info/PKG-INFO
9
9
  Lib/pyobjc_framework_ThreadNetwork.egg-info/SOURCES.txt
10
10
  Lib/pyobjc_framework_ThreadNetwork.egg-info/dependency_links.txt
11
11
  Lib/pyobjc_framework_ThreadNetwork.egg-info/not-zip-safe
12
+ Lib/pyobjc_framework_ThreadNetwork.egg-info/pyobjc-build-info.txt
12
13
  Lib/pyobjc_framework_ThreadNetwork.egg-info/requires.txt
13
14
  Lib/pyobjc_framework_ThreadNetwork.egg-info/top_level.txt
14
15
  PyObjCTest/__init__.py
@@ -17,6 +18,8 @@ PyObjCTest/test_threadnetwork.py
17
18
  metadata/ThreadNetwork.fwinfo
18
19
  metadata/metadata.ini
19
20
  metadata/raw/arm64-13.0.fwinfo
20
- metadata/raw/arm64-14.0.fwinfo
21
+ metadata/raw/arm64-14.5.fwinfo
22
+ metadata/raw/arm64-15.0.fwinfo
21
23
  metadata/raw/x86_64-13.0.fwinfo
22
- metadata/raw/x86_64-14.0.fwinfo
24
+ metadata/raw/x86_64-14.5.fwinfo
25
+ metadata/raw/x86_64-15.0.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 15.3 (24D5040f)
2
+ Apple clang version 16.0.0 (clang-1600.0.26.6)
3
+ SDK: macOS 15.2
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=11.0
2
+ pyobjc-framework-Cocoa>=11.0
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2022 - Ronald Oussoren
4
+ Copyright 2003-2024 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-ThreadNetwork
3
- Version: 10.1
3
+ Version: 11.0
4
4
  Summary: Wrappers for the framework ThreadNetwork on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
18
18
  Classifier: Programming Language :: Python
19
19
  Classifier: Programming Language :: Python :: 3
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Programming Language :: Objective C
29
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
31
+ Requires-Python: >=3.9
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=11.0
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.0
35
35
 
36
36
 
37
37
  Wrappers for the "ThreadNetwork" framework on macOS.
@@ -0,0 +1,578 @@
1
+ // GENERATED FILE DO NOT EDIT
2
+ //
3
+ // This file was generated by objective.metadata
4
+ // Last update: Sat May 18 09:37:59 2024
5
+ {
6
+ "arch": "arm64",
7
+ "definitions": {
8
+ "aliases": {},
9
+ "called_definitions": {},
10
+ "cftypes": {},
11
+ "classes": {
12
+ "THClient": {
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
+ {
28
+ "callable": {
29
+ "arguments": {
30
+ "0": {
31
+ "type": "^v"
32
+ },
33
+ "1": {
34
+ "type": "@"
35
+ },
36
+ "2": {
37
+ "type": "@"
38
+ }
39
+ },
40
+ "retval": {
41
+ "type": "v"
42
+ }
43
+ },
44
+ "typestr": "@?",
45
+ "typestr_special": false
46
+ }
47
+ ],
48
+ "class_method": false,
49
+ "retval": {
50
+ "typestr": "v",
51
+ "typestr_special": false
52
+ },
53
+ "selector": "retrieveAllCredentials:",
54
+ "visibility": "public"
55
+ },
56
+ {
57
+ "args": [
58
+ {
59
+ "callable": {
60
+ "arguments": {
61
+ "0": {
62
+ "type": "^v"
63
+ },
64
+ "1": {
65
+ "type": "@"
66
+ },
67
+ "2": {
68
+ "type": "@"
69
+ }
70
+ },
71
+ "retval": {
72
+ "type": "v"
73
+ }
74
+ },
75
+ "typestr": "@?",
76
+ "typestr_special": false
77
+ }
78
+ ],
79
+ "class_method": false,
80
+ "retval": {
81
+ "typestr": "v",
82
+ "typestr_special": false
83
+ },
84
+ "selector": "retrieveAllActiveCredentials:",
85
+ "visibility": "public"
86
+ },
87
+ {
88
+ "args": [
89
+ {
90
+ "typestr": "@",
91
+ "typestr_special": false
92
+ },
93
+ {
94
+ "callable": {
95
+ "arguments": {
96
+ "0": {
97
+ "type": "^v"
98
+ },
99
+ "1": {
100
+ "type": "@"
101
+ }
102
+ },
103
+ "retval": {
104
+ "type": "v"
105
+ }
106
+ },
107
+ "typestr": "@?",
108
+ "typestr_special": false
109
+ }
110
+ ],
111
+ "class_method": false,
112
+ "retval": {
113
+ "typestr": "v",
114
+ "typestr_special": false
115
+ },
116
+ "selector": "deleteCredentialsForBorderAgent:completion:",
117
+ "visibility": "public"
118
+ },
119
+ {
120
+ "args": [
121
+ {
122
+ "typestr": "@",
123
+ "typestr_special": false
124
+ },
125
+ {
126
+ "callable": {
127
+ "arguments": {
128
+ "0": {
129
+ "type": "^v"
130
+ },
131
+ "1": {
132
+ "type": "@"
133
+ },
134
+ "2": {
135
+ "type": "@"
136
+ }
137
+ },
138
+ "retval": {
139
+ "type": "v"
140
+ }
141
+ },
142
+ "typestr": "@?",
143
+ "typestr_special": false
144
+ }
145
+ ],
146
+ "class_method": false,
147
+ "retval": {
148
+ "typestr": "v",
149
+ "typestr_special": false
150
+ },
151
+ "selector": "retrieveCredentialsForBorderAgent:completion:",
152
+ "visibility": "public"
153
+ },
154
+ {
155
+ "args": [
156
+ {
157
+ "typestr": "@",
158
+ "typestr_special": false
159
+ },
160
+ {
161
+ "typestr": "@",
162
+ "typestr_special": false
163
+ },
164
+ {
165
+ "callable": {
166
+ "arguments": {
167
+ "0": {
168
+ "type": "^v"
169
+ },
170
+ "1": {
171
+ "type": "@"
172
+ }
173
+ },
174
+ "retval": {
175
+ "type": "v"
176
+ }
177
+ },
178
+ "typestr": "@?",
179
+ "typestr_special": false
180
+ }
181
+ ],
182
+ "class_method": false,
183
+ "retval": {
184
+ "typestr": "v",
185
+ "typestr_special": false
186
+ },
187
+ "selector": "storeCredentialsForBorderAgent:activeOperationalDataSet:completion:",
188
+ "visibility": "public"
189
+ },
190
+ {
191
+ "args": [
192
+ {
193
+ "callable": {
194
+ "arguments": {
195
+ "0": {
196
+ "type": "^v"
197
+ },
198
+ "1": {
199
+ "type": "@"
200
+ },
201
+ "2": {
202
+ "type": "@"
203
+ }
204
+ },
205
+ "retval": {
206
+ "type": "v"
207
+ }
208
+ },
209
+ "typestr": "@?",
210
+ "typestr_special": false
211
+ }
212
+ ],
213
+ "class_method": false,
214
+ "retval": {
215
+ "typestr": "v",
216
+ "typestr_special": false
217
+ },
218
+ "selector": "retrievePreferredCredentials:",
219
+ "visibility": "public"
220
+ },
221
+ {
222
+ "args": [
223
+ {
224
+ "typestr": "@",
225
+ "typestr_special": false
226
+ },
227
+ {
228
+ "callable": {
229
+ "arguments": {
230
+ "0": {
231
+ "type": "^v"
232
+ },
233
+ "1": {
234
+ "type": "@"
235
+ },
236
+ "2": {
237
+ "type": "@"
238
+ }
239
+ },
240
+ "retval": {
241
+ "type": "v"
242
+ }
243
+ },
244
+ "typestr": "@?",
245
+ "typestr_special": false
246
+ }
247
+ ],
248
+ "class_method": false,
249
+ "retval": {
250
+ "typestr": "v",
251
+ "typestr_special": false
252
+ },
253
+ "selector": "retrieveCredentialsForExtendedPANID:completion:",
254
+ "visibility": "public"
255
+ },
256
+ {
257
+ "args": [
258
+ {
259
+ "typestr": "@",
260
+ "typestr_special": false
261
+ },
262
+ {
263
+ "callable": {
264
+ "arguments": {
265
+ "0": {
266
+ "type": "^v"
267
+ },
268
+ "1": {
269
+ "type": "Z"
270
+ }
271
+ },
272
+ "retval": {
273
+ "type": "v"
274
+ }
275
+ },
276
+ "typestr": "@?",
277
+ "typestr_special": false
278
+ }
279
+ ],
280
+ "class_method": false,
281
+ "retval": {
282
+ "typestr": "v",
283
+ "typestr_special": false
284
+ },
285
+ "selector": "checkPreferredNetworkForActiveOperationalDataset:completion:",
286
+ "visibility": "public"
287
+ },
288
+ {
289
+ "args": [
290
+ {
291
+ "callable": {
292
+ "arguments": {
293
+ "0": {
294
+ "type": "^v"
295
+ },
296
+ "1": {
297
+ "type": "Z"
298
+ }
299
+ },
300
+ "retval": {
301
+ "type": "v"
302
+ }
303
+ },
304
+ "typestr": "@?",
305
+ "typestr_special": false
306
+ }
307
+ ],
308
+ "class_method": false,
309
+ "retval": {
310
+ "typestr": "v",
311
+ "typestr_special": false
312
+ },
313
+ "selector": "isPreferredNetworkAvailableWithCompletion:",
314
+ "visibility": "public"
315
+ }
316
+ ],
317
+ "name": "THClient",
318
+ "properties": [],
319
+ "protocols": [],
320
+ "super": "NSObject"
321
+ },
322
+ "THCredentials": {
323
+ "categories": [],
324
+ "methods": [
325
+ {
326
+ "args": [],
327
+ "class_method": false,
328
+ "retval": {
329
+ "typestr": "@",
330
+ "typestr_special": false
331
+ },
332
+ "selector": "init",
333
+ "visibility": "public"
334
+ },
335
+ {
336
+ "args": [],
337
+ "class_method": true,
338
+ "retval": {
339
+ "typestr": "@",
340
+ "typestr_special": false
341
+ },
342
+ "selector": "new",
343
+ "visibility": "public"
344
+ },
345
+ {
346
+ "args": [],
347
+ "class_method": false,
348
+ "retval": {
349
+ "typestr": "@",
350
+ "typestr_special": false
351
+ },
352
+ "selector": "networkName",
353
+ "visibility": "public"
354
+ },
355
+ {
356
+ "args": [],
357
+ "class_method": false,
358
+ "retval": {
359
+ "typestr": "@",
360
+ "typestr_special": false
361
+ },
362
+ "selector": "extendedPANID",
363
+ "visibility": "public"
364
+ },
365
+ {
366
+ "args": [],
367
+ "class_method": false,
368
+ "retval": {
369
+ "typestr": "@",
370
+ "typestr_special": false
371
+ },
372
+ "selector": "borderAgentID",
373
+ "visibility": "public"
374
+ },
375
+ {
376
+ "args": [],
377
+ "class_method": false,
378
+ "retval": {
379
+ "typestr": "@",
380
+ "typestr_special": false
381
+ },
382
+ "selector": "activeOperationalDataSet",
383
+ "visibility": "public"
384
+ },
385
+ {
386
+ "args": [],
387
+ "class_method": false,
388
+ "retval": {
389
+ "typestr": "@",
390
+ "typestr_special": false
391
+ },
392
+ "selector": "networkKey",
393
+ "visibility": "public"
394
+ },
395
+ {
396
+ "args": [],
397
+ "class_method": false,
398
+ "retval": {
399
+ "typestr": "@",
400
+ "typestr_special": false
401
+ },
402
+ "selector": "PSKC",
403
+ "visibility": "public"
404
+ },
405
+ {
406
+ "args": [],
407
+ "class_method": false,
408
+ "retval": {
409
+ "typestr": "C",
410
+ "typestr_special": false
411
+ },
412
+ "selector": "channel",
413
+ "visibility": "public"
414
+ },
415
+ {
416
+ "args": [
417
+ {
418
+ "typestr": "C",
419
+ "typestr_special": false
420
+ }
421
+ ],
422
+ "class_method": false,
423
+ "retval": {
424
+ "typestr": "v",
425
+ "typestr_special": false
426
+ },
427
+ "selector": "setChannel:",
428
+ "visibility": "public"
429
+ },
430
+ {
431
+ "args": [],
432
+ "class_method": false,
433
+ "retval": {
434
+ "typestr": "@",
435
+ "typestr_special": false
436
+ },
437
+ "selector": "panID",
438
+ "visibility": "public"
439
+ },
440
+ {
441
+ "args": [],
442
+ "class_method": false,
443
+ "retval": {
444
+ "typestr": "@",
445
+ "typestr_special": false
446
+ },
447
+ "selector": "creationDate",
448
+ "visibility": "public"
449
+ },
450
+ {
451
+ "args": [],
452
+ "class_method": false,
453
+ "retval": {
454
+ "typestr": "@",
455
+ "typestr_special": false
456
+ },
457
+ "selector": "lastModificationDate",
458
+ "visibility": "public"
459
+ }
460
+ ],
461
+ "name": "THCredentials",
462
+ "properties": [
463
+ {
464
+ "attributes": [
465
+ "nonatomic",
466
+ "readonly"
467
+ ],
468
+ "name": "networkName",
469
+ "typestr": "@",
470
+ "typestr_special": false
471
+ },
472
+ {
473
+ "attributes": [
474
+ "nonatomic",
475
+ "readonly"
476
+ ],
477
+ "name": "extendedPANID",
478
+ "typestr": "@",
479
+ "typestr_special": false
480
+ },
481
+ {
482
+ "attributes": [
483
+ "nonatomic",
484
+ "readonly"
485
+ ],
486
+ "name": "borderAgentID",
487
+ "typestr": "@",
488
+ "typestr_special": false
489
+ },
490
+ {
491
+ "attributes": [
492
+ "nonatomic",
493
+ "readonly"
494
+ ],
495
+ "name": "activeOperationalDataSet",
496
+ "typestr": "@",
497
+ "typestr_special": false
498
+ },
499
+ {
500
+ "attributes": [
501
+ "nonatomic",
502
+ "readonly"
503
+ ],
504
+ "name": "networkKey",
505
+ "typestr": "@",
506
+ "typestr_special": false
507
+ },
508
+ {
509
+ "attributes": [
510
+ "nonatomic",
511
+ "readonly"
512
+ ],
513
+ "name": "PSKC",
514
+ "typestr": "@",
515
+ "typestr_special": false
516
+ },
517
+ {
518
+ "attributes": [
519
+ "nonatomic"
520
+ ],
521
+ "name": "channel",
522
+ "typestr": "C",
523
+ "typestr_special": false
524
+ },
525
+ {
526
+ "attributes": [
527
+ "nonatomic",
528
+ "readonly"
529
+ ],
530
+ "name": "panID",
531
+ "typestr": "@",
532
+ "typestr_special": false
533
+ },
534
+ {
535
+ "attributes": [
536
+ "nonatomic",
537
+ "readonly"
538
+ ],
539
+ "name": "creationDate",
540
+ "typestr": "@",
541
+ "typestr_special": false
542
+ },
543
+ {
544
+ "attributes": [
545
+ "nonatomic",
546
+ "readonly"
547
+ ],
548
+ "name": "lastModificationDate",
549
+ "typestr": "@",
550
+ "typestr_special": false
551
+ }
552
+ ],
553
+ "protocols": [
554
+ "NSSecureCoding"
555
+ ],
556
+ "super": "NSObject"
557
+ }
558
+ },
559
+ "enum": {},
560
+ "enum_type": {},
561
+ "expressions": {},
562
+ "externs": {},
563
+ "formal_protocols": {},
564
+ "func_macros": {},
565
+ "functions": {},
566
+ "informal_protocols": {},
567
+ "literals": {},
568
+ "structs": {},
569
+ "typedefs": {}
570
+ },
571
+ "framework": "ThreadNetwork",
572
+ "headers": [
573
+ "THClient.h",
574
+ "THCredentials.h"
575
+ ],
576
+ "release": "10.16",
577
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
578
+ }