pyobjc-framework-LinkPresentation 10.1__tar.gz → 10.3__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 (33) hide show
  1. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/LinkPresentation/__init__.py +6 -0
  2. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/LinkPresentation/_metadata.py +5 -1
  3. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/pyobjc_framework_LinkPresentation.egg-info/PKG-INFO +4 -4
  4. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/pyobjc_framework_LinkPresentation.egg-info/SOURCES.txt +2 -4
  5. pyobjc_framework_linkpresentation-10.3/Lib/pyobjc_framework_LinkPresentation.egg-info/requires.txt +3 -0
  6. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/License.txt +1 -1
  7. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/PKG-INFO +4 -4
  8. pyobjc-framework-LinkPresentation-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_linkpresentation-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
  9. pyobjc-framework-LinkPresentation-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_linkpresentation-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
  10. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/setup.py +1 -1
  11. pyobjc-framework-LinkPresentation-10.1/Lib/pyobjc_framework_LinkPresentation.egg-info/requires.txt +0 -3
  12. pyobjc-framework-LinkPresentation-10.1/metadata/raw/arm64-12.0.fwinfo +0 -553
  13. pyobjc-framework-LinkPresentation-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -553
  14. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/pyobjc_framework_LinkPresentation.egg-info/dependency_links.txt +0 -0
  15. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/pyobjc_framework_LinkPresentation.egg-info/not-zip-safe +0 -0
  16. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/Lib/pyobjc_framework_LinkPresentation.egg-info/top_level.txt +0 -0
  17. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/MANIFEST.in +0 -0
  18. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/PyObjCTest/__init__.py +0 -0
  19. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/PyObjCTest/test_linkpresentation.py +0 -0
  20. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/PyObjCTest/test_lperror.py +0 -0
  21. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/PyObjCTest/test_lplinkmetadata.py +0 -0
  22. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/PyObjCTest/test_lpmetadataprovider.py +0 -0
  23. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/LinkPresentation.fwinfo +0 -0
  24. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/metadata.ini +0 -0
  25. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
  26. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/raw/arm64-13.3.fwinfo +0 -0
  27. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  28. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  29. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  30. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  31. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/pyobjc_setup.py +0 -0
  32. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/pyproject.toml +0 -0
  33. {pyobjc-framework-LinkPresentation-10.1 → pyobjc_framework_linkpresentation-10.3}/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
+ ("LPLinkView", b"initWithCoder:"),
33
+ ("LPLinkView", b"encodeWithCoder:"),
34
+ ):
35
+ objc.registerUnavailableMethod(cls, sel)
36
+
31
37
  del sys.modules["LinkPresentation._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:11:29 2023
3
+ # Last update: Sat May 18 09:31:03 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -82,6 +82,10 @@ try:
82
82
  )
83
83
  finally:
84
84
  objc._updatingMetadata(False)
85
+
86
+ objc.registerNewKeywordsFromSelector("LPLinkView", b"initWithCoder:")
87
+ objc.registerNewKeywordsFromSelector("LPLinkView", b"initWithMetadata:")
88
+ objc.registerNewKeywordsFromSelector("LPLinkView", b"initWithURL:")
85
89
  expressions = {}
86
90
 
87
91
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-LinkPresentation
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework LinkPresentation 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.8
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
35
- Requires-Dist: pyobjc-framework-Quartz>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
+ Requires-Dist: pyobjc-framework-Quartz>=10.3
36
36
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
37
37
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
38
38
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -18,13 +18,11 @@ PyObjCTest/test_lplinkmetadata.py
18
18
  PyObjCTest/test_lpmetadataprovider.py
19
19
  metadata/LinkPresentation.fwinfo
20
20
  metadata/metadata.ini
21
- metadata/raw/arm64-12.0.fwinfo
22
21
  metadata/raw/arm64-12.3.fwinfo
23
22
  metadata/raw/arm64-13.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
27
  metadata/raw/x86_64-13.3.fwinfo
30
- metadata/raw/x86_64-14.0.fwinfo
28
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,3 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-Cocoa>=10.3
3
+ pyobjc-framework-Quartz>=10.3
@@ -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-LinkPresentation
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework LinkPresentation 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.8
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
35
- Requires-Dist: pyobjc-framework-Quartz>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
+ Requires-Dist: pyobjc-framework-Quartz>=10.3
36
36
 
37
37
 
38
38
  Wrappers for the "LinkPresentation" 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:11:29 2023
4
+ // Last update: Sat May 18 09:31:03 2024
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -558,5 +558,5 @@
558
558
  "LPMetadataProvider.h"
559
559
  ],
560
560
  "release": "10.16",
561
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
561
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
562
562
  }
@@ -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:11:26 2023
4
+ // Last update: Sat May 18 09:31:00 2024
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -558,5 +558,5 @@
558
558
  "LPMetadataProvider.h"
559
559
  ],
560
560
  "release": "10.16",
561
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
561
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
562
562
  }
@@ -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 = "10.1"
18
+ VERSION = "10.3"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-LinkPresentation",
@@ -1,3 +0,0 @@
1
- pyobjc-core>=10.1
2
- pyobjc-framework-Cocoa>=10.1
3
- pyobjc-framework-Quartz>=10.1
@@ -1,553 +0,0 @@
1
- // GENERATED FILE DO NOT EDIT
2
- //
3
- // This file was generated by objective.metadata
4
- // Last update: Sun Jul 11 21:40:03 2021
5
- {
6
- "arch": "arm64",
7
- "definitions": {
8
- "aliases": {},
9
- "called_definitions": {},
10
- "cftypes": {},
11
- "classes": {
12
- "LPLinkMetadata": {
13
- "categories": [],
14
- "methods": [
15
- {
16
- "args": [],
17
- "class_method": false,
18
- "retval": {
19
- "typestr": "@",
20
- "typestr_special": false
21
- },
22
- "selector": "originalURL",
23
- "visibility": "public"
24
- },
25
- {
26
- "args": [
27
- {
28
- "typestr": "@",
29
- "typestr_special": false
30
- }
31
- ],
32
- "class_method": false,
33
- "retval": {
34
- "typestr": "v",
35
- "typestr_special": false
36
- },
37
- "selector": "setOriginalURL:",
38
- "visibility": "public"
39
- },
40
- {
41
- "args": [],
42
- "class_method": false,
43
- "retval": {
44
- "typestr": "@",
45
- "typestr_special": false
46
- },
47
- "selector": "URL",
48
- "visibility": "public"
49
- },
50
- {
51
- "args": [
52
- {
53
- "typestr": "@",
54
- "typestr_special": false
55
- }
56
- ],
57
- "class_method": false,
58
- "retval": {
59
- "typestr": "v",
60
- "typestr_special": false
61
- },
62
- "selector": "setURL:",
63
- "visibility": "public"
64
- },
65
- {
66
- "args": [],
67
- "class_method": false,
68
- "retval": {
69
- "typestr": "@",
70
- "typestr_special": false
71
- },
72
- "selector": "title",
73
- "visibility": "public"
74
- },
75
- {
76
- "args": [
77
- {
78
- "typestr": "@",
79
- "typestr_special": false
80
- }
81
- ],
82
- "class_method": false,
83
- "retval": {
84
- "typestr": "v",
85
- "typestr_special": false
86
- },
87
- "selector": "setTitle:",
88
- "visibility": "public"
89
- },
90
- {
91
- "args": [],
92
- "class_method": false,
93
- "retval": {
94
- "typestr": "@",
95
- "typestr_special": false
96
- },
97
- "selector": "iconProvider",
98
- "visibility": "public"
99
- },
100
- {
101
- "args": [
102
- {
103
- "typestr": "@",
104
- "typestr_special": false
105
- }
106
- ],
107
- "class_method": false,
108
- "retval": {
109
- "typestr": "v",
110
- "typestr_special": false
111
- },
112
- "selector": "setIconProvider:",
113
- "visibility": "public"
114
- },
115
- {
116
- "args": [],
117
- "class_method": false,
118
- "retval": {
119
- "typestr": "@",
120
- "typestr_special": false
121
- },
122
- "selector": "imageProvider",
123
- "visibility": "public"
124
- },
125
- {
126
- "args": [
127
- {
128
- "typestr": "@",
129
- "typestr_special": false
130
- }
131
- ],
132
- "class_method": false,
133
- "retval": {
134
- "typestr": "v",
135
- "typestr_special": false
136
- },
137
- "selector": "setImageProvider:",
138
- "visibility": "public"
139
- },
140
- {
141
- "args": [],
142
- "class_method": false,
143
- "retval": {
144
- "typestr": "@",
145
- "typestr_special": false
146
- },
147
- "selector": "videoProvider",
148
- "visibility": "public"
149
- },
150
- {
151
- "args": [
152
- {
153
- "typestr": "@",
154
- "typestr_special": false
155
- }
156
- ],
157
- "class_method": false,
158
- "retval": {
159
- "typestr": "v",
160
- "typestr_special": false
161
- },
162
- "selector": "setVideoProvider:",
163
- "visibility": "public"
164
- },
165
- {
166
- "args": [],
167
- "class_method": false,
168
- "retval": {
169
- "typestr": "@",
170
- "typestr_special": false
171
- },
172
- "selector": "remoteVideoURL",
173
- "visibility": "public"
174
- },
175
- {
176
- "args": [
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": "setRemoteVideoURL:",
188
- "visibility": "public"
189
- }
190
- ],
191
- "name": "LPLinkMetadata",
192
- "properties": [
193
- {
194
- "attributes": [
195
- "nonatomic",
196
- "retain"
197
- ],
198
- "name": "originalURL",
199
- "typestr": "@",
200
- "typestr_special": false
201
- },
202
- {
203
- "attributes": [
204
- "nonatomic",
205
- "retain"
206
- ],
207
- "name": "URL",
208
- "typestr": "@",
209
- "typestr_special": false
210
- },
211
- {
212
- "attributes": [
213
- "copy",
214
- "nonatomic"
215
- ],
216
- "name": "title",
217
- "typestr": "@",
218
- "typestr_special": false
219
- },
220
- {
221
- "attributes": [
222
- "nonatomic",
223
- "retain"
224
- ],
225
- "name": "iconProvider",
226
- "typestr": "@",
227
- "typestr_special": false
228
- },
229
- {
230
- "attributes": [
231
- "nonatomic",
232
- "retain"
233
- ],
234
- "name": "imageProvider",
235
- "typestr": "@",
236
- "typestr_special": false
237
- },
238
- {
239
- "attributes": [
240
- "nonatomic",
241
- "retain"
242
- ],
243
- "name": "videoProvider",
244
- "typestr": "@",
245
- "typestr_special": false
246
- },
247
- {
248
- "attributes": [
249
- "nonatomic",
250
- "retain"
251
- ],
252
- "name": "remoteVideoURL",
253
- "typestr": "@",
254
- "typestr_special": false
255
- }
256
- ],
257
- "protocols": [
258
- "NSCopying",
259
- "NSSecureCoding"
260
- ],
261
- "super": "NSObject"
262
- },
263
- "LPLinkView": {
264
- "categories": [],
265
- "methods": [
266
- {
267
- "args": [
268
- {
269
- "typestr": "@",
270
- "typestr_special": false
271
- }
272
- ],
273
- "class_method": false,
274
- "retval": {
275
- "typestr": "@",
276
- "typestr_special": false
277
- },
278
- "selector": "initWithCoder:",
279
- "visibility": "public"
280
- },
281
- {
282
- "args": [
283
- {
284
- "typestr": "@",
285
- "typestr_special": false
286
- }
287
- ],
288
- "class_method": false,
289
- "retval": {
290
- "typestr": "v",
291
- "typestr_special": false
292
- },
293
- "selector": "encodeWithCoder:",
294
- "visibility": "public"
295
- },
296
- {
297
- "args": [
298
- {
299
- "typestr": "@",
300
- "typestr_special": false
301
- }
302
- ],
303
- "class_method": false,
304
- "retval": {
305
- "typestr": "@",
306
- "typestr_special": false
307
- },
308
- "selector": "initWithURL:",
309
- "visibility": "public"
310
- },
311
- {
312
- "args": [
313
- {
314
- "typestr": "@",
315
- "typestr_special": false
316
- }
317
- ],
318
- "class_method": false,
319
- "retval": {
320
- "typestr": "@",
321
- "typestr_special": false
322
- },
323
- "selector": "initWithMetadata:",
324
- "visibility": "public"
325
- },
326
- {
327
- "args": [],
328
- "class_method": false,
329
- "retval": {
330
- "typestr": "@",
331
- "typestr_special": false
332
- },
333
- "selector": "metadata",
334
- "visibility": "public"
335
- },
336
- {
337
- "args": [
338
- {
339
- "typestr": "@",
340
- "typestr_special": false
341
- }
342
- ],
343
- "class_method": false,
344
- "retval": {
345
- "typestr": "v",
346
- "typestr_special": false
347
- },
348
- "selector": "setMetadata:",
349
- "visibility": "public"
350
- }
351
- ],
352
- "name": "LPLinkView",
353
- "properties": [
354
- {
355
- "attributes": [
356
- "copy",
357
- "nonatomic"
358
- ],
359
- "name": "metadata",
360
- "typestr": "@",
361
- "typestr_special": false
362
- }
363
- ],
364
- "protocols": [],
365
- "super": "NSView"
366
- },
367
- "LPMetadataProvider": {
368
- "categories": [],
369
- "methods": [
370
- {
371
- "args": [
372
- {
373
- "typestr": "@",
374
- "typestr_special": false
375
- },
376
- {
377
- "callable": {
378
- "arguments": {
379
- "0": {
380
- "type": "^v"
381
- },
382
- "1": {
383
- "type": "@"
384
- },
385
- "2": {
386
- "type": "@"
387
- }
388
- },
389
- "retval": {
390
- "type": "v"
391
- }
392
- },
393
- "typestr": "@?",
394
- "typestr_special": false
395
- }
396
- ],
397
- "class_method": false,
398
- "retval": {
399
- "typestr": "v",
400
- "typestr_special": false
401
- },
402
- "selector": "startFetchingMetadataForURL:completionHandler:",
403
- "visibility": "public"
404
- },
405
- {
406
- "args": [
407
- {
408
- "typestr": "@",
409
- "typestr_special": false
410
- },
411
- {
412
- "callable": {
413
- "arguments": {
414
- "0": {
415
- "type": "^v"
416
- },
417
- "1": {
418
- "type": "@"
419
- },
420
- "2": {
421
- "type": "@"
422
- }
423
- },
424
- "retval": {
425
- "type": "v"
426
- }
427
- },
428
- "typestr": "@?",
429
- "typestr_special": false
430
- }
431
- ],
432
- "class_method": false,
433
- "retval": {
434
- "typestr": "v",
435
- "typestr_special": false
436
- },
437
- "selector": "startFetchingMetadataForRequest:completionHandler:",
438
- "visibility": "public"
439
- },
440
- {
441
- "args": [],
442
- "class_method": false,
443
- "retval": {
444
- "typestr": "v",
445
- "typestr_special": false
446
- },
447
- "selector": "cancel",
448
- "visibility": "public"
449
- },
450
- {
451
- "args": [],
452
- "class_method": false,
453
- "retval": {
454
- "typestr": "Z",
455
- "typestr_special": true
456
- },
457
- "selector": "shouldFetchSubresources",
458
- "visibility": "public"
459
- },
460
- {
461
- "args": [
462
- {
463
- "typestr": "Z",
464
- "typestr_special": true
465
- }
466
- ],
467
- "class_method": false,
468
- "retval": {
469
- "typestr": "v",
470
- "typestr_special": false
471
- },
472
- "selector": "setShouldFetchSubresources:",
473
- "visibility": "public"
474
- },
475
- {
476
- "args": [],
477
- "class_method": false,
478
- "retval": {
479
- "typestr": "d",
480
- "typestr_special": false
481
- },
482
- "selector": "timeout",
483
- "visibility": "public"
484
- },
485
- {
486
- "args": [
487
- {
488
- "typestr": "d",
489
- "typestr_special": false
490
- }
491
- ],
492
- "class_method": false,
493
- "retval": {
494
- "typestr": "v",
495
- "typestr_special": false
496
- },
497
- "selector": "setTimeout:",
498
- "visibility": "public"
499
- }
500
- ],
501
- "name": "LPMetadataProvider",
502
- "properties": [
503
- {
504
- "attributes": [
505
- "nonatomic"
506
- ],
507
- "name": "shouldFetchSubresources",
508
- "typestr": "Z",
509
- "typestr_special": true
510
- },
511
- {
512
- "attributes": [
513
- "nonatomic"
514
- ],
515
- "name": "timeout",
516
- "typestr": "d",
517
- "typestr_special": false
518
- }
519
- ],
520
- "protocols": [],
521
- "super": "NSObject"
522
- }
523
- },
524
- "enum": {
525
- "LPErrorMetadataFetchCancelled": 3,
526
- "LPErrorMetadataFetchFailed": 2,
527
- "LPErrorMetadataFetchTimedOut": 4,
528
- "LPErrorUnknown": 1
529
- },
530
- "expressions": {},
531
- "externs": {
532
- "LPErrorDomain": {
533
- "typestr": "@"
534
- }
535
- },
536
- "formal_protocols": {},
537
- "func_macros": {},
538
- "functions": {},
539
- "informal_protocols": {},
540
- "literals": {},
541
- "structs": {}
542
- },
543
- "framework": "LinkPresentation",
544
- "headers": [
545
- "LPError.h",
546
- "LPFoundation.h",
547
- "LPLinkMetadata.h",
548
- "LPLinkView.h",
549
- "LPMetadataProvider.h"
550
- ],
551
- "release": "10.16",
552
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
553
- }
@@ -1,553 +0,0 @@
1
- // GENERATED FILE DO NOT EDIT
2
- //
3
- // This file was generated by objective.metadata
4
- // Last update: Sun Jul 11 21:40:02 2021
5
- {
6
- "arch": "x86_64",
7
- "definitions": {
8
- "aliases": {},
9
- "called_definitions": {},
10
- "cftypes": {},
11
- "classes": {
12
- "LPLinkMetadata": {
13
- "categories": [],
14
- "methods": [
15
- {
16
- "args": [],
17
- "class_method": false,
18
- "retval": {
19
- "typestr": "@",
20
- "typestr_special": false
21
- },
22
- "selector": "originalURL",
23
- "visibility": "public"
24
- },
25
- {
26
- "args": [
27
- {
28
- "typestr": "@",
29
- "typestr_special": false
30
- }
31
- ],
32
- "class_method": false,
33
- "retval": {
34
- "typestr": "v",
35
- "typestr_special": false
36
- },
37
- "selector": "setOriginalURL:",
38
- "visibility": "public"
39
- },
40
- {
41
- "args": [],
42
- "class_method": false,
43
- "retval": {
44
- "typestr": "@",
45
- "typestr_special": false
46
- },
47
- "selector": "URL",
48
- "visibility": "public"
49
- },
50
- {
51
- "args": [
52
- {
53
- "typestr": "@",
54
- "typestr_special": false
55
- }
56
- ],
57
- "class_method": false,
58
- "retval": {
59
- "typestr": "v",
60
- "typestr_special": false
61
- },
62
- "selector": "setURL:",
63
- "visibility": "public"
64
- },
65
- {
66
- "args": [],
67
- "class_method": false,
68
- "retval": {
69
- "typestr": "@",
70
- "typestr_special": false
71
- },
72
- "selector": "title",
73
- "visibility": "public"
74
- },
75
- {
76
- "args": [
77
- {
78
- "typestr": "@",
79
- "typestr_special": false
80
- }
81
- ],
82
- "class_method": false,
83
- "retval": {
84
- "typestr": "v",
85
- "typestr_special": false
86
- },
87
- "selector": "setTitle:",
88
- "visibility": "public"
89
- },
90
- {
91
- "args": [],
92
- "class_method": false,
93
- "retval": {
94
- "typestr": "@",
95
- "typestr_special": false
96
- },
97
- "selector": "iconProvider",
98
- "visibility": "public"
99
- },
100
- {
101
- "args": [
102
- {
103
- "typestr": "@",
104
- "typestr_special": false
105
- }
106
- ],
107
- "class_method": false,
108
- "retval": {
109
- "typestr": "v",
110
- "typestr_special": false
111
- },
112
- "selector": "setIconProvider:",
113
- "visibility": "public"
114
- },
115
- {
116
- "args": [],
117
- "class_method": false,
118
- "retval": {
119
- "typestr": "@",
120
- "typestr_special": false
121
- },
122
- "selector": "imageProvider",
123
- "visibility": "public"
124
- },
125
- {
126
- "args": [
127
- {
128
- "typestr": "@",
129
- "typestr_special": false
130
- }
131
- ],
132
- "class_method": false,
133
- "retval": {
134
- "typestr": "v",
135
- "typestr_special": false
136
- },
137
- "selector": "setImageProvider:",
138
- "visibility": "public"
139
- },
140
- {
141
- "args": [],
142
- "class_method": false,
143
- "retval": {
144
- "typestr": "@",
145
- "typestr_special": false
146
- },
147
- "selector": "videoProvider",
148
- "visibility": "public"
149
- },
150
- {
151
- "args": [
152
- {
153
- "typestr": "@",
154
- "typestr_special": false
155
- }
156
- ],
157
- "class_method": false,
158
- "retval": {
159
- "typestr": "v",
160
- "typestr_special": false
161
- },
162
- "selector": "setVideoProvider:",
163
- "visibility": "public"
164
- },
165
- {
166
- "args": [],
167
- "class_method": false,
168
- "retval": {
169
- "typestr": "@",
170
- "typestr_special": false
171
- },
172
- "selector": "remoteVideoURL",
173
- "visibility": "public"
174
- },
175
- {
176
- "args": [
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": "setRemoteVideoURL:",
188
- "visibility": "public"
189
- }
190
- ],
191
- "name": "LPLinkMetadata",
192
- "properties": [
193
- {
194
- "attributes": [
195
- "nonatomic",
196
- "retain"
197
- ],
198
- "name": "originalURL",
199
- "typestr": "@",
200
- "typestr_special": false
201
- },
202
- {
203
- "attributes": [
204
- "nonatomic",
205
- "retain"
206
- ],
207
- "name": "URL",
208
- "typestr": "@",
209
- "typestr_special": false
210
- },
211
- {
212
- "attributes": [
213
- "copy",
214
- "nonatomic"
215
- ],
216
- "name": "title",
217
- "typestr": "@",
218
- "typestr_special": false
219
- },
220
- {
221
- "attributes": [
222
- "nonatomic",
223
- "retain"
224
- ],
225
- "name": "iconProvider",
226
- "typestr": "@",
227
- "typestr_special": false
228
- },
229
- {
230
- "attributes": [
231
- "nonatomic",
232
- "retain"
233
- ],
234
- "name": "imageProvider",
235
- "typestr": "@",
236
- "typestr_special": false
237
- },
238
- {
239
- "attributes": [
240
- "nonatomic",
241
- "retain"
242
- ],
243
- "name": "videoProvider",
244
- "typestr": "@",
245
- "typestr_special": false
246
- },
247
- {
248
- "attributes": [
249
- "nonatomic",
250
- "retain"
251
- ],
252
- "name": "remoteVideoURL",
253
- "typestr": "@",
254
- "typestr_special": false
255
- }
256
- ],
257
- "protocols": [
258
- "NSCopying",
259
- "NSSecureCoding"
260
- ],
261
- "super": "NSObject"
262
- },
263
- "LPLinkView": {
264
- "categories": [],
265
- "methods": [
266
- {
267
- "args": [
268
- {
269
- "typestr": "@",
270
- "typestr_special": false
271
- }
272
- ],
273
- "class_method": false,
274
- "retval": {
275
- "typestr": "@",
276
- "typestr_special": false
277
- },
278
- "selector": "initWithCoder:",
279
- "visibility": "public"
280
- },
281
- {
282
- "args": [
283
- {
284
- "typestr": "@",
285
- "typestr_special": false
286
- }
287
- ],
288
- "class_method": false,
289
- "retval": {
290
- "typestr": "v",
291
- "typestr_special": false
292
- },
293
- "selector": "encodeWithCoder:",
294
- "visibility": "public"
295
- },
296
- {
297
- "args": [
298
- {
299
- "typestr": "@",
300
- "typestr_special": false
301
- }
302
- ],
303
- "class_method": false,
304
- "retval": {
305
- "typestr": "@",
306
- "typestr_special": false
307
- },
308
- "selector": "initWithURL:",
309
- "visibility": "public"
310
- },
311
- {
312
- "args": [
313
- {
314
- "typestr": "@",
315
- "typestr_special": false
316
- }
317
- ],
318
- "class_method": false,
319
- "retval": {
320
- "typestr": "@",
321
- "typestr_special": false
322
- },
323
- "selector": "initWithMetadata:",
324
- "visibility": "public"
325
- },
326
- {
327
- "args": [],
328
- "class_method": false,
329
- "retval": {
330
- "typestr": "@",
331
- "typestr_special": false
332
- },
333
- "selector": "metadata",
334
- "visibility": "public"
335
- },
336
- {
337
- "args": [
338
- {
339
- "typestr": "@",
340
- "typestr_special": false
341
- }
342
- ],
343
- "class_method": false,
344
- "retval": {
345
- "typestr": "v",
346
- "typestr_special": false
347
- },
348
- "selector": "setMetadata:",
349
- "visibility": "public"
350
- }
351
- ],
352
- "name": "LPLinkView",
353
- "properties": [
354
- {
355
- "attributes": [
356
- "copy",
357
- "nonatomic"
358
- ],
359
- "name": "metadata",
360
- "typestr": "@",
361
- "typestr_special": false
362
- }
363
- ],
364
- "protocols": [],
365
- "super": "NSView"
366
- },
367
- "LPMetadataProvider": {
368
- "categories": [],
369
- "methods": [
370
- {
371
- "args": [
372
- {
373
- "typestr": "@",
374
- "typestr_special": false
375
- },
376
- {
377
- "callable": {
378
- "arguments": {
379
- "0": {
380
- "type": "^v"
381
- },
382
- "1": {
383
- "type": "@"
384
- },
385
- "2": {
386
- "type": "@"
387
- }
388
- },
389
- "retval": {
390
- "type": "v"
391
- }
392
- },
393
- "typestr": "@?",
394
- "typestr_special": false
395
- }
396
- ],
397
- "class_method": false,
398
- "retval": {
399
- "typestr": "v",
400
- "typestr_special": false
401
- },
402
- "selector": "startFetchingMetadataForURL:completionHandler:",
403
- "visibility": "public"
404
- },
405
- {
406
- "args": [
407
- {
408
- "typestr": "@",
409
- "typestr_special": false
410
- },
411
- {
412
- "callable": {
413
- "arguments": {
414
- "0": {
415
- "type": "^v"
416
- },
417
- "1": {
418
- "type": "@"
419
- },
420
- "2": {
421
- "type": "@"
422
- }
423
- },
424
- "retval": {
425
- "type": "v"
426
- }
427
- },
428
- "typestr": "@?",
429
- "typestr_special": false
430
- }
431
- ],
432
- "class_method": false,
433
- "retval": {
434
- "typestr": "v",
435
- "typestr_special": false
436
- },
437
- "selector": "startFetchingMetadataForRequest:completionHandler:",
438
- "visibility": "public"
439
- },
440
- {
441
- "args": [],
442
- "class_method": false,
443
- "retval": {
444
- "typestr": "v",
445
- "typestr_special": false
446
- },
447
- "selector": "cancel",
448
- "visibility": "public"
449
- },
450
- {
451
- "args": [],
452
- "class_method": false,
453
- "retval": {
454
- "typestr": "Z",
455
- "typestr_special": true
456
- },
457
- "selector": "shouldFetchSubresources",
458
- "visibility": "public"
459
- },
460
- {
461
- "args": [
462
- {
463
- "typestr": "Z",
464
- "typestr_special": true
465
- }
466
- ],
467
- "class_method": false,
468
- "retval": {
469
- "typestr": "v",
470
- "typestr_special": false
471
- },
472
- "selector": "setShouldFetchSubresources:",
473
- "visibility": "public"
474
- },
475
- {
476
- "args": [],
477
- "class_method": false,
478
- "retval": {
479
- "typestr": "d",
480
- "typestr_special": false
481
- },
482
- "selector": "timeout",
483
- "visibility": "public"
484
- },
485
- {
486
- "args": [
487
- {
488
- "typestr": "d",
489
- "typestr_special": false
490
- }
491
- ],
492
- "class_method": false,
493
- "retval": {
494
- "typestr": "v",
495
- "typestr_special": false
496
- },
497
- "selector": "setTimeout:",
498
- "visibility": "public"
499
- }
500
- ],
501
- "name": "LPMetadataProvider",
502
- "properties": [
503
- {
504
- "attributes": [
505
- "nonatomic"
506
- ],
507
- "name": "shouldFetchSubresources",
508
- "typestr": "Z",
509
- "typestr_special": true
510
- },
511
- {
512
- "attributes": [
513
- "nonatomic"
514
- ],
515
- "name": "timeout",
516
- "typestr": "d",
517
- "typestr_special": false
518
- }
519
- ],
520
- "protocols": [],
521
- "super": "NSObject"
522
- }
523
- },
524
- "enum": {
525
- "LPErrorMetadataFetchCancelled": 3,
526
- "LPErrorMetadataFetchFailed": 2,
527
- "LPErrorMetadataFetchTimedOut": 4,
528
- "LPErrorUnknown": 1
529
- },
530
- "expressions": {},
531
- "externs": {
532
- "LPErrorDomain": {
533
- "typestr": "@"
534
- }
535
- },
536
- "formal_protocols": {},
537
- "func_macros": {},
538
- "functions": {},
539
- "informal_protocols": {},
540
- "literals": {},
541
- "structs": {}
542
- },
543
- "framework": "LinkPresentation",
544
- "headers": [
545
- "LPError.h",
546
- "LPFoundation.h",
547
- "LPLinkMetadata.h",
548
- "LPLinkView.h",
549
- "LPMetadataProvider.h"
550
- ],
551
- "release": "10.16",
552
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
553
- }