pyobjc-framework-FinderSync 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.
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/FinderSync/_metadata.py +1 -1
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/pyobjc_framework_FinderSync.egg-info/PKG-INFO +3 -3
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/pyobjc_framework_FinderSync.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_findersync-12.2/Lib/pyobjc_framework_FinderSync.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_findersync-12.2/Lib/pyobjc_framework_FinderSync.egg-info/requires.txt +2 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/PKG-INFO +3 -3
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/metadata/FinderSync.fwinfo +10 -10
- pyobjc_framework_findersync-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_findersync-12.2/metadata/raw/arm64-26.5.fwinfo +139 -14
- pyobjc_framework_findersync-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_findersync-12.2/metadata/raw/x86_64-26.5.fwinfo +139 -14
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/setup.py +1 -1
- pyobjc_framework_findersync-12.1/Lib/pyobjc_framework_FinderSync.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_findersync-12.1/Lib/pyobjc_framework_FinderSync.egg-info/requires.txt +0 -2
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/LICENSE.txt +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/FinderSync/__init__.py +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/pyobjc_framework_FinderSync.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/pyobjc_framework_FinderSync.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/pyobjc_framework_FinderSync.egg-info/top_level.txt +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/PyObjCTest/test_findersync.py +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/README.txt +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/pyobjc_setup.py +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-FinderSync
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework FinderSync on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-FinderSync
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework FinderSync on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
{pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/metadata/FinderSync.fwinfo
RENAMED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"2": {
|
|
18
18
|
"callable": {
|
|
19
19
|
"arguments": {
|
|
20
|
-
"0": { "
|
|
21
|
-
"1": { "
|
|
20
|
+
"0": { "type": "^v" },
|
|
21
|
+
"1": { "type": "@" }
|
|
22
22
|
},
|
|
23
|
-
"retval": { "
|
|
23
|
+
"retval": { "type": "v" }
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"2": {
|
|
33
33
|
"callable": {
|
|
34
34
|
"arguments": {
|
|
35
|
-
"0": { "
|
|
36
|
-
"1": { "
|
|
35
|
+
"0": { "type": "^v" },
|
|
36
|
+
"1": { "type": "@" }
|
|
37
37
|
},
|
|
38
|
-
"retval": { "
|
|
38
|
+
"retval": { "type": "v" }
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"type_override": "@?",
|
|
60
60
|
"callable": {
|
|
61
61
|
"arguments": {
|
|
62
|
-
"0": { "
|
|
63
|
-
"1": { "
|
|
64
|
-
"2": { "
|
|
62
|
+
"0": { "type": "^v" },
|
|
63
|
+
"1": { "type": "@" },
|
|
64
|
+
"2": { "type": "@" }
|
|
65
65
|
},
|
|
66
|
-
"retval": { "
|
|
66
|
+
"retval": { "type": "v" }
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
|
@@ -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:49:14 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"args": [],
|
|
28
28
|
"class_method": true,
|
|
29
29
|
"retval": {
|
|
30
|
+
"instancetype": true,
|
|
31
|
+
"type_name": "instancetype",
|
|
30
32
|
"typestr": "@",
|
|
31
33
|
"typestr_special": false
|
|
32
34
|
},
|
|
@@ -36,20 +38,30 @@
|
|
|
36
38
|
{
|
|
37
39
|
"args": [
|
|
38
40
|
{
|
|
41
|
+
"name": "image",
|
|
42
|
+
"null_accepted": true,
|
|
43
|
+
"type_name": "NSImage *",
|
|
39
44
|
"typestr": "@",
|
|
40
45
|
"typestr_special": false
|
|
41
46
|
},
|
|
42
47
|
{
|
|
48
|
+
"name": "label",
|
|
49
|
+
"null_accepted": true,
|
|
50
|
+
"type_name": "NSString *",
|
|
43
51
|
"typestr": "@",
|
|
44
52
|
"typestr_special": false
|
|
45
53
|
},
|
|
46
54
|
{
|
|
55
|
+
"name": "badgeID",
|
|
56
|
+
"null_accepted": true,
|
|
57
|
+
"type_name": "NSString *",
|
|
47
58
|
"typestr": "@",
|
|
48
59
|
"typestr_special": false
|
|
49
60
|
}
|
|
50
61
|
],
|
|
51
62
|
"class_method": false,
|
|
52
63
|
"retval": {
|
|
64
|
+
"type_name": "void",
|
|
53
65
|
"typestr": "v",
|
|
54
66
|
"typestr_special": false
|
|
55
67
|
},
|
|
@@ -59,16 +71,23 @@
|
|
|
59
71
|
{
|
|
60
72
|
"args": [
|
|
61
73
|
{
|
|
74
|
+
"name": "badgeID",
|
|
75
|
+
"null_accepted": true,
|
|
76
|
+
"type_name": "NSString *",
|
|
62
77
|
"typestr": "@",
|
|
63
78
|
"typestr_special": false
|
|
64
79
|
},
|
|
65
80
|
{
|
|
81
|
+
"name": "url",
|
|
82
|
+
"null_accepted": true,
|
|
83
|
+
"type_name": "NSURL *",
|
|
66
84
|
"typestr": "@",
|
|
67
85
|
"typestr_special": false
|
|
68
86
|
}
|
|
69
87
|
],
|
|
70
88
|
"class_method": false,
|
|
71
89
|
"retval": {
|
|
90
|
+
"type_name": "void",
|
|
72
91
|
"typestr": "v",
|
|
73
92
|
"typestr_special": false
|
|
74
93
|
},
|
|
@@ -79,6 +98,7 @@
|
|
|
79
98
|
"args": [],
|
|
80
99
|
"class_method": false,
|
|
81
100
|
"retval": {
|
|
101
|
+
"type_name": "NSURL *",
|
|
82
102
|
"typestr": "@",
|
|
83
103
|
"typestr_special": false
|
|
84
104
|
},
|
|
@@ -89,6 +109,7 @@
|
|
|
89
109
|
"args": [],
|
|
90
110
|
"class_method": false,
|
|
91
111
|
"retval": {
|
|
112
|
+
"type_name": "NSArray<NSURL *> *",
|
|
92
113
|
"typestr": "@",
|
|
93
114
|
"typestr_special": false
|
|
94
115
|
},
|
|
@@ -98,12 +119,16 @@
|
|
|
98
119
|
{
|
|
99
120
|
"args": [
|
|
100
121
|
{
|
|
122
|
+
"name": "itemURL",
|
|
123
|
+
"null_accepted": true,
|
|
124
|
+
"type_name": "NSURL *",
|
|
101
125
|
"typestr": "@",
|
|
102
126
|
"typestr_special": false
|
|
103
127
|
}
|
|
104
128
|
],
|
|
105
129
|
"class_method": false,
|
|
106
130
|
"retval": {
|
|
131
|
+
"type_name": "NSDate *",
|
|
107
132
|
"typestr": "@",
|
|
108
133
|
"typestr_special": false
|
|
109
134
|
},
|
|
@@ -113,10 +138,16 @@
|
|
|
113
138
|
{
|
|
114
139
|
"args": [
|
|
115
140
|
{
|
|
141
|
+
"name": "lastUsedDate",
|
|
142
|
+
"null_accepted": true,
|
|
143
|
+
"type_name": "NSDate *",
|
|
116
144
|
"typestr": "@",
|
|
117
145
|
"typestr_special": false
|
|
118
146
|
},
|
|
119
147
|
{
|
|
148
|
+
"name": "itemURL",
|
|
149
|
+
"null_accepted": true,
|
|
150
|
+
"type_name": "NSURL *",
|
|
120
151
|
"typestr": "@",
|
|
121
152
|
"typestr_special": false
|
|
122
153
|
},
|
|
@@ -127,19 +158,25 @@
|
|
|
127
158
|
"type": "^v"
|
|
128
159
|
},
|
|
129
160
|
"1": {
|
|
130
|
-
"type": "@"
|
|
161
|
+
"type": "@",
|
|
162
|
+
"type_name": "NSError *"
|
|
131
163
|
}
|
|
132
164
|
},
|
|
133
165
|
"retval": {
|
|
134
|
-
"type": "v"
|
|
166
|
+
"type": "v",
|
|
167
|
+
"type_name": ""
|
|
135
168
|
}
|
|
136
169
|
},
|
|
170
|
+
"name": "completion",
|
|
171
|
+
"null_accepted": true,
|
|
172
|
+
"type_name": "void (^)(NSError * _Nonnull)",
|
|
137
173
|
"typestr": "@?",
|
|
138
174
|
"typestr_special": false
|
|
139
175
|
}
|
|
140
176
|
],
|
|
141
177
|
"class_method": false,
|
|
142
178
|
"retval": {
|
|
179
|
+
"type_name": "void",
|
|
143
180
|
"typestr": "v",
|
|
144
181
|
"typestr_special": false
|
|
145
182
|
},
|
|
@@ -149,12 +186,16 @@
|
|
|
149
186
|
{
|
|
150
187
|
"args": [
|
|
151
188
|
{
|
|
189
|
+
"name": "itemURL",
|
|
190
|
+
"null_accepted": true,
|
|
191
|
+
"type_name": "NSURL *",
|
|
152
192
|
"typestr": "@",
|
|
153
193
|
"typestr_special": false
|
|
154
194
|
}
|
|
155
195
|
],
|
|
156
196
|
"class_method": false,
|
|
157
197
|
"retval": {
|
|
198
|
+
"type_name": "NSData *",
|
|
158
199
|
"typestr": "@",
|
|
159
200
|
"typestr_special": false
|
|
160
201
|
},
|
|
@@ -164,10 +205,16 @@
|
|
|
164
205
|
{
|
|
165
206
|
"args": [
|
|
166
207
|
{
|
|
208
|
+
"name": "tagData",
|
|
209
|
+
"null_accepted": true,
|
|
210
|
+
"type_name": "NSData *",
|
|
167
211
|
"typestr": "@",
|
|
168
212
|
"typestr_special": false
|
|
169
213
|
},
|
|
170
214
|
{
|
|
215
|
+
"name": "itemURL",
|
|
216
|
+
"null_accepted": true,
|
|
217
|
+
"type_name": "NSURL *",
|
|
171
218
|
"typestr": "@",
|
|
172
219
|
"typestr_special": false
|
|
173
220
|
},
|
|
@@ -178,19 +225,25 @@
|
|
|
178
225
|
"type": "^v"
|
|
179
226
|
},
|
|
180
227
|
"1": {
|
|
181
|
-
"type": "@"
|
|
228
|
+
"type": "@",
|
|
229
|
+
"type_name": "NSError *"
|
|
182
230
|
}
|
|
183
231
|
},
|
|
184
232
|
"retval": {
|
|
185
|
-
"type": "v"
|
|
233
|
+
"type": "v",
|
|
234
|
+
"type_name": ""
|
|
186
235
|
}
|
|
187
236
|
},
|
|
237
|
+
"name": "completion",
|
|
238
|
+
"null_accepted": true,
|
|
239
|
+
"type_name": "void (^)(NSError * _Nonnull)",
|
|
188
240
|
"typestr": "@?",
|
|
189
241
|
"typestr_special": false
|
|
190
242
|
}
|
|
191
243
|
],
|
|
192
244
|
"class_method": false,
|
|
193
245
|
"retval": {
|
|
246
|
+
"type_name": "void",
|
|
194
247
|
"typestr": "v",
|
|
195
248
|
"typestr_special": false
|
|
196
249
|
},
|
|
@@ -200,7 +253,9 @@
|
|
|
200
253
|
{
|
|
201
254
|
"args": [],
|
|
202
255
|
"class_method": true,
|
|
256
|
+
"introduced": "10.14",
|
|
203
257
|
"retval": {
|
|
258
|
+
"type_name": "void",
|
|
204
259
|
"typestr": "v",
|
|
205
260
|
"typestr_special": false
|
|
206
261
|
},
|
|
@@ -211,6 +266,7 @@
|
|
|
211
266
|
"args": [],
|
|
212
267
|
"class_method": false,
|
|
213
268
|
"retval": {
|
|
269
|
+
"type_name": "NSSet<NSURL *> *",
|
|
214
270
|
"typestr": "@",
|
|
215
271
|
"typestr_special": false
|
|
216
272
|
},
|
|
@@ -220,12 +276,16 @@
|
|
|
220
276
|
{
|
|
221
277
|
"args": [
|
|
222
278
|
{
|
|
279
|
+
"name": "directoryURLs",
|
|
280
|
+
"null_accepted": true,
|
|
281
|
+
"type_name": "NSSet<NSURL *> *",
|
|
223
282
|
"typestr": "@",
|
|
224
283
|
"typestr_special": false
|
|
225
284
|
}
|
|
226
285
|
],
|
|
227
286
|
"class_method": false,
|
|
228
287
|
"retval": {
|
|
288
|
+
"type_name": "void",
|
|
229
289
|
"typestr": "v",
|
|
230
290
|
"typestr_special": false
|
|
231
291
|
},
|
|
@@ -235,7 +295,9 @@
|
|
|
235
295
|
{
|
|
236
296
|
"args": [],
|
|
237
297
|
"class_method": true,
|
|
298
|
+
"introduced": "10.14",
|
|
238
299
|
"retval": {
|
|
300
|
+
"type_name": "BOOL",
|
|
239
301
|
"typestr": "Z",
|
|
240
302
|
"typestr_special": true
|
|
241
303
|
},
|
|
@@ -250,11 +312,13 @@
|
|
|
250
312
|
"copy"
|
|
251
313
|
],
|
|
252
314
|
"name": "directoryURLs",
|
|
315
|
+
"type_name": "NSSet<NSURL *> *",
|
|
253
316
|
"typestr": "@",
|
|
254
317
|
"typestr_special": false
|
|
255
318
|
},
|
|
256
319
|
{
|
|
257
320
|
"attributes": [
|
|
321
|
+
"class",
|
|
258
322
|
"readonly",
|
|
259
323
|
[
|
|
260
324
|
"getter",
|
|
@@ -262,6 +326,7 @@
|
|
|
262
326
|
]
|
|
263
327
|
],
|
|
264
328
|
"name": "extensionEnabled",
|
|
329
|
+
"type_name": "BOOL",
|
|
265
330
|
"typestr": "Z",
|
|
266
331
|
"typestr_special": true
|
|
267
332
|
}
|
|
@@ -271,10 +336,22 @@
|
|
|
271
336
|
}
|
|
272
337
|
},
|
|
273
338
|
"enum": {
|
|
274
|
-
"FIMenuKindContextualMenuForContainer":
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
339
|
+
"FIMenuKindContextualMenuForContainer": {
|
|
340
|
+
"enum": "FIMenuKind",
|
|
341
|
+
"value": 1
|
|
342
|
+
},
|
|
343
|
+
"FIMenuKindContextualMenuForItems": {
|
|
344
|
+
"enum": "FIMenuKind",
|
|
345
|
+
"value": 0
|
|
346
|
+
},
|
|
347
|
+
"FIMenuKindContextualMenuForSidebar": {
|
|
348
|
+
"enum": "FIMenuKind",
|
|
349
|
+
"value": 2
|
|
350
|
+
},
|
|
351
|
+
"FIMenuKindToolbarItemMenu": {
|
|
352
|
+
"enum": "FIMenuKind",
|
|
353
|
+
"value": 3
|
|
354
|
+
}
|
|
278
355
|
},
|
|
279
356
|
"enum_type": {
|
|
280
357
|
"FIMenuKind": {
|
|
@@ -290,6 +367,8 @@
|
|
|
290
367
|
{
|
|
291
368
|
"args": [
|
|
292
369
|
{
|
|
370
|
+
"name": "menu",
|
|
371
|
+
"type_name": "FIMenuKind",
|
|
293
372
|
"typestr": "Q",
|
|
294
373
|
"typestr_special": false
|
|
295
374
|
}
|
|
@@ -297,6 +376,7 @@
|
|
|
297
376
|
"class_method": false,
|
|
298
377
|
"required": false,
|
|
299
378
|
"retval": {
|
|
379
|
+
"type_name": "NSMenu *",
|
|
300
380
|
"typestr": "@",
|
|
301
381
|
"typestr_special": false
|
|
302
382
|
},
|
|
@@ -306,6 +386,9 @@
|
|
|
306
386
|
{
|
|
307
387
|
"args": [
|
|
308
388
|
{
|
|
389
|
+
"name": "url",
|
|
390
|
+
"null_accepted": true,
|
|
391
|
+
"type_name": "NSURL *",
|
|
309
392
|
"typestr": "@",
|
|
310
393
|
"typestr_special": false
|
|
311
394
|
}
|
|
@@ -313,6 +396,7 @@
|
|
|
313
396
|
"class_method": false,
|
|
314
397
|
"required": false,
|
|
315
398
|
"retval": {
|
|
399
|
+
"type_name": "void",
|
|
316
400
|
"typestr": "v",
|
|
317
401
|
"typestr_special": false
|
|
318
402
|
},
|
|
@@ -322,6 +406,9 @@
|
|
|
322
406
|
{
|
|
323
407
|
"args": [
|
|
324
408
|
{
|
|
409
|
+
"name": "url",
|
|
410
|
+
"null_accepted": true,
|
|
411
|
+
"type_name": "NSURL *",
|
|
325
412
|
"typestr": "@",
|
|
326
413
|
"typestr_special": false
|
|
327
414
|
}
|
|
@@ -329,6 +416,7 @@
|
|
|
329
416
|
"class_method": false,
|
|
330
417
|
"required": false,
|
|
331
418
|
"retval": {
|
|
419
|
+
"type_name": "void",
|
|
332
420
|
"typestr": "v",
|
|
333
421
|
"typestr_special": false
|
|
334
422
|
},
|
|
@@ -338,6 +426,9 @@
|
|
|
338
426
|
{
|
|
339
427
|
"args": [
|
|
340
428
|
{
|
|
429
|
+
"name": "url",
|
|
430
|
+
"null_accepted": true,
|
|
431
|
+
"type_name": "NSURL *",
|
|
341
432
|
"typestr": "@",
|
|
342
433
|
"typestr_special": false
|
|
343
434
|
}
|
|
@@ -345,6 +436,7 @@
|
|
|
345
436
|
"class_method": false,
|
|
346
437
|
"required": false,
|
|
347
438
|
"retval": {
|
|
439
|
+
"type_name": "void",
|
|
348
440
|
"typestr": "v",
|
|
349
441
|
"typestr_special": false
|
|
350
442
|
},
|
|
@@ -354,6 +446,9 @@
|
|
|
354
446
|
{
|
|
355
447
|
"args": [
|
|
356
448
|
{
|
|
449
|
+
"name": "itemURL",
|
|
450
|
+
"null_accepted": true,
|
|
451
|
+
"type_name": "NSURL *",
|
|
357
452
|
"typestr": "@",
|
|
358
453
|
"typestr_special": false
|
|
359
454
|
}
|
|
@@ -361,6 +456,7 @@
|
|
|
361
456
|
"class_method": false,
|
|
362
457
|
"required": false,
|
|
363
458
|
"retval": {
|
|
459
|
+
"type_name": "NSArray<NSFileProviderServiceName> *",
|
|
364
460
|
"typestr": "@",
|
|
365
461
|
"typestr_special": false
|
|
366
462
|
},
|
|
@@ -370,15 +466,24 @@
|
|
|
370
466
|
{
|
|
371
467
|
"args": [
|
|
372
468
|
{
|
|
469
|
+
"name": "serviceName",
|
|
470
|
+
"null_accepted": true,
|
|
471
|
+
"type_name": "NSFileProviderServiceName",
|
|
373
472
|
"typestr": "@",
|
|
374
473
|
"typestr_special": false
|
|
375
474
|
},
|
|
376
475
|
{
|
|
476
|
+
"name": "itemURL",
|
|
477
|
+
"null_accepted": true,
|
|
478
|
+
"type_name": "NSURL *",
|
|
377
479
|
"typestr": "@",
|
|
378
480
|
"typestr_special": false
|
|
379
481
|
},
|
|
380
482
|
{
|
|
483
|
+
"name": "error",
|
|
484
|
+
"null_accepted": true,
|
|
381
485
|
"type_modifier": "o",
|
|
486
|
+
"type_name": "NSError * _Nullable *",
|
|
382
487
|
"typestr": "^@",
|
|
383
488
|
"typestr_special": false
|
|
384
489
|
}
|
|
@@ -386,6 +491,7 @@
|
|
|
386
491
|
"class_method": false,
|
|
387
492
|
"required": false,
|
|
388
493
|
"retval": {
|
|
494
|
+
"type_name": "NSXPCListenerEndpoint *",
|
|
389
495
|
"typestr": "@",
|
|
390
496
|
"typestr_special": false
|
|
391
497
|
},
|
|
@@ -395,10 +501,16 @@
|
|
|
395
501
|
{
|
|
396
502
|
"args": [
|
|
397
503
|
{
|
|
504
|
+
"name": "attributes",
|
|
505
|
+
"null_accepted": true,
|
|
506
|
+
"type_name": "NSArray<NSURLResourceKey> *",
|
|
398
507
|
"typestr": "@",
|
|
399
508
|
"typestr_special": false
|
|
400
509
|
},
|
|
401
510
|
{
|
|
511
|
+
"name": "itemURL",
|
|
512
|
+
"null_accepted": true,
|
|
513
|
+
"type_name": "NSURL *",
|
|
402
514
|
"typestr": "@",
|
|
403
515
|
"typestr_special": false
|
|
404
516
|
},
|
|
@@ -409,16 +521,22 @@
|
|
|
409
521
|
"type": "^v"
|
|
410
522
|
},
|
|
411
523
|
"1": {
|
|
412
|
-
"type": "@"
|
|
524
|
+
"type": "@",
|
|
525
|
+
"type_name": "NSDictionary<NSURLResourceKey,id> *"
|
|
413
526
|
},
|
|
414
527
|
"2": {
|
|
415
|
-
"type": "@"
|
|
528
|
+
"type": "@",
|
|
529
|
+
"type_name": "NSError *"
|
|
416
530
|
}
|
|
417
531
|
},
|
|
418
532
|
"retval": {
|
|
419
|
-
"type": "v"
|
|
533
|
+
"type": "v",
|
|
534
|
+
"type_name": ""
|
|
420
535
|
}
|
|
421
536
|
},
|
|
537
|
+
"name": "completion",
|
|
538
|
+
"null_accepted": true,
|
|
539
|
+
"type_name": "void (^)(NSDictionary<NSURLResourceKey,id> * _Nonnull, NSError * _Nullable)",
|
|
422
540
|
"typestr": "@?",
|
|
423
541
|
"typestr_special": false
|
|
424
542
|
}
|
|
@@ -426,6 +544,7 @@
|
|
|
426
544
|
"class_method": false,
|
|
427
545
|
"required": false,
|
|
428
546
|
"retval": {
|
|
547
|
+
"type_name": "void",
|
|
429
548
|
"typestr": "v",
|
|
430
549
|
"typestr_special": false
|
|
431
550
|
},
|
|
@@ -437,6 +556,7 @@
|
|
|
437
556
|
"class_method": false,
|
|
438
557
|
"required": false,
|
|
439
558
|
"retval": {
|
|
559
|
+
"type_name": "NSString *",
|
|
440
560
|
"typestr": "@",
|
|
441
561
|
"typestr_special": false
|
|
442
562
|
},
|
|
@@ -448,6 +568,7 @@
|
|
|
448
568
|
"class_method": false,
|
|
449
569
|
"required": false,
|
|
450
570
|
"retval": {
|
|
571
|
+
"type_name": "NSImage *",
|
|
451
572
|
"typestr": "@",
|
|
452
573
|
"typestr_special": false
|
|
453
574
|
},
|
|
@@ -459,6 +580,7 @@
|
|
|
459
580
|
"class_method": false,
|
|
460
581
|
"required": false,
|
|
461
582
|
"retval": {
|
|
583
|
+
"type_name": "NSString *",
|
|
462
584
|
"typestr": "@",
|
|
463
585
|
"typestr_special": false
|
|
464
586
|
},
|
|
@@ -473,6 +595,7 @@
|
|
|
473
595
|
"readonly"
|
|
474
596
|
],
|
|
475
597
|
"name": "toolbarItemName",
|
|
598
|
+
"type_name": "NSString *",
|
|
476
599
|
"typestr": "@",
|
|
477
600
|
"typestr_special": false
|
|
478
601
|
},
|
|
@@ -482,6 +605,7 @@
|
|
|
482
605
|
"readonly"
|
|
483
606
|
],
|
|
484
607
|
"name": "toolbarItemImage",
|
|
608
|
+
"type_name": "NSImage *",
|
|
485
609
|
"typestr": "@",
|
|
486
610
|
"typestr_special": false
|
|
487
611
|
},
|
|
@@ -491,6 +615,7 @@
|
|
|
491
615
|
"readonly"
|
|
492
616
|
],
|
|
493
617
|
"name": "toolbarItemToolTip",
|
|
618
|
+
"type_name": "NSString *",
|
|
494
619
|
"typestr": "@",
|
|
495
620
|
"typestr_special": false
|
|
496
621
|
}
|
|
@@ -508,6 +633,6 @@
|
|
|
508
633
|
},
|
|
509
634
|
"framework": "FinderSync",
|
|
510
635
|
"headers": [],
|
|
511
|
-
"release": "
|
|
512
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
636
|
+
"release": "26.5",
|
|
637
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
513
638
|
}
|
|
@@ -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:49:11 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"args": [],
|
|
28
28
|
"class_method": true,
|
|
29
29
|
"retval": {
|
|
30
|
+
"instancetype": true,
|
|
31
|
+
"type_name": "instancetype",
|
|
30
32
|
"typestr": "@",
|
|
31
33
|
"typestr_special": false
|
|
32
34
|
},
|
|
@@ -36,20 +38,30 @@
|
|
|
36
38
|
{
|
|
37
39
|
"args": [
|
|
38
40
|
{
|
|
41
|
+
"name": "image",
|
|
42
|
+
"null_accepted": true,
|
|
43
|
+
"type_name": "NSImage *",
|
|
39
44
|
"typestr": "@",
|
|
40
45
|
"typestr_special": false
|
|
41
46
|
},
|
|
42
47
|
{
|
|
48
|
+
"name": "label",
|
|
49
|
+
"null_accepted": true,
|
|
50
|
+
"type_name": "NSString *",
|
|
43
51
|
"typestr": "@",
|
|
44
52
|
"typestr_special": false
|
|
45
53
|
},
|
|
46
54
|
{
|
|
55
|
+
"name": "badgeID",
|
|
56
|
+
"null_accepted": true,
|
|
57
|
+
"type_name": "NSString *",
|
|
47
58
|
"typestr": "@",
|
|
48
59
|
"typestr_special": false
|
|
49
60
|
}
|
|
50
61
|
],
|
|
51
62
|
"class_method": false,
|
|
52
63
|
"retval": {
|
|
64
|
+
"type_name": "void",
|
|
53
65
|
"typestr": "v",
|
|
54
66
|
"typestr_special": false
|
|
55
67
|
},
|
|
@@ -59,16 +71,23 @@
|
|
|
59
71
|
{
|
|
60
72
|
"args": [
|
|
61
73
|
{
|
|
74
|
+
"name": "badgeID",
|
|
75
|
+
"null_accepted": true,
|
|
76
|
+
"type_name": "NSString *",
|
|
62
77
|
"typestr": "@",
|
|
63
78
|
"typestr_special": false
|
|
64
79
|
},
|
|
65
80
|
{
|
|
81
|
+
"name": "url",
|
|
82
|
+
"null_accepted": true,
|
|
83
|
+
"type_name": "NSURL *",
|
|
66
84
|
"typestr": "@",
|
|
67
85
|
"typestr_special": false
|
|
68
86
|
}
|
|
69
87
|
],
|
|
70
88
|
"class_method": false,
|
|
71
89
|
"retval": {
|
|
90
|
+
"type_name": "void",
|
|
72
91
|
"typestr": "v",
|
|
73
92
|
"typestr_special": false
|
|
74
93
|
},
|
|
@@ -79,6 +98,7 @@
|
|
|
79
98
|
"args": [],
|
|
80
99
|
"class_method": false,
|
|
81
100
|
"retval": {
|
|
101
|
+
"type_name": "NSURL *",
|
|
82
102
|
"typestr": "@",
|
|
83
103
|
"typestr_special": false
|
|
84
104
|
},
|
|
@@ -89,6 +109,7 @@
|
|
|
89
109
|
"args": [],
|
|
90
110
|
"class_method": false,
|
|
91
111
|
"retval": {
|
|
112
|
+
"type_name": "NSArray<NSURL *> *",
|
|
92
113
|
"typestr": "@",
|
|
93
114
|
"typestr_special": false
|
|
94
115
|
},
|
|
@@ -98,12 +119,16 @@
|
|
|
98
119
|
{
|
|
99
120
|
"args": [
|
|
100
121
|
{
|
|
122
|
+
"name": "itemURL",
|
|
123
|
+
"null_accepted": true,
|
|
124
|
+
"type_name": "NSURL *",
|
|
101
125
|
"typestr": "@",
|
|
102
126
|
"typestr_special": false
|
|
103
127
|
}
|
|
104
128
|
],
|
|
105
129
|
"class_method": false,
|
|
106
130
|
"retval": {
|
|
131
|
+
"type_name": "NSDate *",
|
|
107
132
|
"typestr": "@",
|
|
108
133
|
"typestr_special": false
|
|
109
134
|
},
|
|
@@ -113,10 +138,16 @@
|
|
|
113
138
|
{
|
|
114
139
|
"args": [
|
|
115
140
|
{
|
|
141
|
+
"name": "lastUsedDate",
|
|
142
|
+
"null_accepted": true,
|
|
143
|
+
"type_name": "NSDate *",
|
|
116
144
|
"typestr": "@",
|
|
117
145
|
"typestr_special": false
|
|
118
146
|
},
|
|
119
147
|
{
|
|
148
|
+
"name": "itemURL",
|
|
149
|
+
"null_accepted": true,
|
|
150
|
+
"type_name": "NSURL *",
|
|
120
151
|
"typestr": "@",
|
|
121
152
|
"typestr_special": false
|
|
122
153
|
},
|
|
@@ -127,19 +158,25 @@
|
|
|
127
158
|
"type": "^v"
|
|
128
159
|
},
|
|
129
160
|
"1": {
|
|
130
|
-
"type": "@"
|
|
161
|
+
"type": "@",
|
|
162
|
+
"type_name": "NSError *"
|
|
131
163
|
}
|
|
132
164
|
},
|
|
133
165
|
"retval": {
|
|
134
|
-
"type": "v"
|
|
166
|
+
"type": "v",
|
|
167
|
+
"type_name": ""
|
|
135
168
|
}
|
|
136
169
|
},
|
|
170
|
+
"name": "completion",
|
|
171
|
+
"null_accepted": true,
|
|
172
|
+
"type_name": "void (^)(NSError * _Nonnull)",
|
|
137
173
|
"typestr": "@?",
|
|
138
174
|
"typestr_special": false
|
|
139
175
|
}
|
|
140
176
|
],
|
|
141
177
|
"class_method": false,
|
|
142
178
|
"retval": {
|
|
179
|
+
"type_name": "void",
|
|
143
180
|
"typestr": "v",
|
|
144
181
|
"typestr_special": false
|
|
145
182
|
},
|
|
@@ -149,12 +186,16 @@
|
|
|
149
186
|
{
|
|
150
187
|
"args": [
|
|
151
188
|
{
|
|
189
|
+
"name": "itemURL",
|
|
190
|
+
"null_accepted": true,
|
|
191
|
+
"type_name": "NSURL *",
|
|
152
192
|
"typestr": "@",
|
|
153
193
|
"typestr_special": false
|
|
154
194
|
}
|
|
155
195
|
],
|
|
156
196
|
"class_method": false,
|
|
157
197
|
"retval": {
|
|
198
|
+
"type_name": "NSData *",
|
|
158
199
|
"typestr": "@",
|
|
159
200
|
"typestr_special": false
|
|
160
201
|
},
|
|
@@ -164,10 +205,16 @@
|
|
|
164
205
|
{
|
|
165
206
|
"args": [
|
|
166
207
|
{
|
|
208
|
+
"name": "tagData",
|
|
209
|
+
"null_accepted": true,
|
|
210
|
+
"type_name": "NSData *",
|
|
167
211
|
"typestr": "@",
|
|
168
212
|
"typestr_special": false
|
|
169
213
|
},
|
|
170
214
|
{
|
|
215
|
+
"name": "itemURL",
|
|
216
|
+
"null_accepted": true,
|
|
217
|
+
"type_name": "NSURL *",
|
|
171
218
|
"typestr": "@",
|
|
172
219
|
"typestr_special": false
|
|
173
220
|
},
|
|
@@ -178,19 +225,25 @@
|
|
|
178
225
|
"type": "^v"
|
|
179
226
|
},
|
|
180
227
|
"1": {
|
|
181
|
-
"type": "@"
|
|
228
|
+
"type": "@",
|
|
229
|
+
"type_name": "NSError *"
|
|
182
230
|
}
|
|
183
231
|
},
|
|
184
232
|
"retval": {
|
|
185
|
-
"type": "v"
|
|
233
|
+
"type": "v",
|
|
234
|
+
"type_name": ""
|
|
186
235
|
}
|
|
187
236
|
},
|
|
237
|
+
"name": "completion",
|
|
238
|
+
"null_accepted": true,
|
|
239
|
+
"type_name": "void (^)(NSError * _Nonnull)",
|
|
188
240
|
"typestr": "@?",
|
|
189
241
|
"typestr_special": false
|
|
190
242
|
}
|
|
191
243
|
],
|
|
192
244
|
"class_method": false,
|
|
193
245
|
"retval": {
|
|
246
|
+
"type_name": "void",
|
|
194
247
|
"typestr": "v",
|
|
195
248
|
"typestr_special": false
|
|
196
249
|
},
|
|
@@ -200,7 +253,9 @@
|
|
|
200
253
|
{
|
|
201
254
|
"args": [],
|
|
202
255
|
"class_method": true,
|
|
256
|
+
"introduced": "10.14",
|
|
203
257
|
"retval": {
|
|
258
|
+
"type_name": "void",
|
|
204
259
|
"typestr": "v",
|
|
205
260
|
"typestr_special": false
|
|
206
261
|
},
|
|
@@ -211,6 +266,7 @@
|
|
|
211
266
|
"args": [],
|
|
212
267
|
"class_method": false,
|
|
213
268
|
"retval": {
|
|
269
|
+
"type_name": "NSSet<NSURL *> *",
|
|
214
270
|
"typestr": "@",
|
|
215
271
|
"typestr_special": false
|
|
216
272
|
},
|
|
@@ -220,12 +276,16 @@
|
|
|
220
276
|
{
|
|
221
277
|
"args": [
|
|
222
278
|
{
|
|
279
|
+
"name": "directoryURLs",
|
|
280
|
+
"null_accepted": true,
|
|
281
|
+
"type_name": "NSSet<NSURL *> *",
|
|
223
282
|
"typestr": "@",
|
|
224
283
|
"typestr_special": false
|
|
225
284
|
}
|
|
226
285
|
],
|
|
227
286
|
"class_method": false,
|
|
228
287
|
"retval": {
|
|
288
|
+
"type_name": "void",
|
|
229
289
|
"typestr": "v",
|
|
230
290
|
"typestr_special": false
|
|
231
291
|
},
|
|
@@ -235,7 +295,9 @@
|
|
|
235
295
|
{
|
|
236
296
|
"args": [],
|
|
237
297
|
"class_method": true,
|
|
298
|
+
"introduced": "10.14",
|
|
238
299
|
"retval": {
|
|
300
|
+
"type_name": "BOOL",
|
|
239
301
|
"typestr": "Z",
|
|
240
302
|
"typestr_special": true
|
|
241
303
|
},
|
|
@@ -250,11 +312,13 @@
|
|
|
250
312
|
"copy"
|
|
251
313
|
],
|
|
252
314
|
"name": "directoryURLs",
|
|
315
|
+
"type_name": "NSSet<NSURL *> *",
|
|
253
316
|
"typestr": "@",
|
|
254
317
|
"typestr_special": false
|
|
255
318
|
},
|
|
256
319
|
{
|
|
257
320
|
"attributes": [
|
|
321
|
+
"class",
|
|
258
322
|
"readonly",
|
|
259
323
|
[
|
|
260
324
|
"getter",
|
|
@@ -262,6 +326,7 @@
|
|
|
262
326
|
]
|
|
263
327
|
],
|
|
264
328
|
"name": "extensionEnabled",
|
|
329
|
+
"type_name": "BOOL",
|
|
265
330
|
"typestr": "Z",
|
|
266
331
|
"typestr_special": true
|
|
267
332
|
}
|
|
@@ -271,10 +336,22 @@
|
|
|
271
336
|
}
|
|
272
337
|
},
|
|
273
338
|
"enum": {
|
|
274
|
-
"FIMenuKindContextualMenuForContainer":
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
339
|
+
"FIMenuKindContextualMenuForContainer": {
|
|
340
|
+
"enum": "FIMenuKind",
|
|
341
|
+
"value": 1
|
|
342
|
+
},
|
|
343
|
+
"FIMenuKindContextualMenuForItems": {
|
|
344
|
+
"enum": "FIMenuKind",
|
|
345
|
+
"value": 0
|
|
346
|
+
},
|
|
347
|
+
"FIMenuKindContextualMenuForSidebar": {
|
|
348
|
+
"enum": "FIMenuKind",
|
|
349
|
+
"value": 2
|
|
350
|
+
},
|
|
351
|
+
"FIMenuKindToolbarItemMenu": {
|
|
352
|
+
"enum": "FIMenuKind",
|
|
353
|
+
"value": 3
|
|
354
|
+
}
|
|
278
355
|
},
|
|
279
356
|
"enum_type": {
|
|
280
357
|
"FIMenuKind": {
|
|
@@ -290,6 +367,8 @@
|
|
|
290
367
|
{
|
|
291
368
|
"args": [
|
|
292
369
|
{
|
|
370
|
+
"name": "menu",
|
|
371
|
+
"type_name": "FIMenuKind",
|
|
293
372
|
"typestr": "Q",
|
|
294
373
|
"typestr_special": false
|
|
295
374
|
}
|
|
@@ -297,6 +376,7 @@
|
|
|
297
376
|
"class_method": false,
|
|
298
377
|
"required": false,
|
|
299
378
|
"retval": {
|
|
379
|
+
"type_name": "NSMenu *",
|
|
300
380
|
"typestr": "@",
|
|
301
381
|
"typestr_special": false
|
|
302
382
|
},
|
|
@@ -306,6 +386,9 @@
|
|
|
306
386
|
{
|
|
307
387
|
"args": [
|
|
308
388
|
{
|
|
389
|
+
"name": "url",
|
|
390
|
+
"null_accepted": true,
|
|
391
|
+
"type_name": "NSURL *",
|
|
309
392
|
"typestr": "@",
|
|
310
393
|
"typestr_special": false
|
|
311
394
|
}
|
|
@@ -313,6 +396,7 @@
|
|
|
313
396
|
"class_method": false,
|
|
314
397
|
"required": false,
|
|
315
398
|
"retval": {
|
|
399
|
+
"type_name": "void",
|
|
316
400
|
"typestr": "v",
|
|
317
401
|
"typestr_special": false
|
|
318
402
|
},
|
|
@@ -322,6 +406,9 @@
|
|
|
322
406
|
{
|
|
323
407
|
"args": [
|
|
324
408
|
{
|
|
409
|
+
"name": "url",
|
|
410
|
+
"null_accepted": true,
|
|
411
|
+
"type_name": "NSURL *",
|
|
325
412
|
"typestr": "@",
|
|
326
413
|
"typestr_special": false
|
|
327
414
|
}
|
|
@@ -329,6 +416,7 @@
|
|
|
329
416
|
"class_method": false,
|
|
330
417
|
"required": false,
|
|
331
418
|
"retval": {
|
|
419
|
+
"type_name": "void",
|
|
332
420
|
"typestr": "v",
|
|
333
421
|
"typestr_special": false
|
|
334
422
|
},
|
|
@@ -338,6 +426,9 @@
|
|
|
338
426
|
{
|
|
339
427
|
"args": [
|
|
340
428
|
{
|
|
429
|
+
"name": "url",
|
|
430
|
+
"null_accepted": true,
|
|
431
|
+
"type_name": "NSURL *",
|
|
341
432
|
"typestr": "@",
|
|
342
433
|
"typestr_special": false
|
|
343
434
|
}
|
|
@@ -345,6 +436,7 @@
|
|
|
345
436
|
"class_method": false,
|
|
346
437
|
"required": false,
|
|
347
438
|
"retval": {
|
|
439
|
+
"type_name": "void",
|
|
348
440
|
"typestr": "v",
|
|
349
441
|
"typestr_special": false
|
|
350
442
|
},
|
|
@@ -354,6 +446,9 @@
|
|
|
354
446
|
{
|
|
355
447
|
"args": [
|
|
356
448
|
{
|
|
449
|
+
"name": "itemURL",
|
|
450
|
+
"null_accepted": true,
|
|
451
|
+
"type_name": "NSURL *",
|
|
357
452
|
"typestr": "@",
|
|
358
453
|
"typestr_special": false
|
|
359
454
|
}
|
|
@@ -361,6 +456,7 @@
|
|
|
361
456
|
"class_method": false,
|
|
362
457
|
"required": false,
|
|
363
458
|
"retval": {
|
|
459
|
+
"type_name": "NSArray<NSFileProviderServiceName> *",
|
|
364
460
|
"typestr": "@",
|
|
365
461
|
"typestr_special": false
|
|
366
462
|
},
|
|
@@ -370,15 +466,24 @@
|
|
|
370
466
|
{
|
|
371
467
|
"args": [
|
|
372
468
|
{
|
|
469
|
+
"name": "serviceName",
|
|
470
|
+
"null_accepted": true,
|
|
471
|
+
"type_name": "NSFileProviderServiceName",
|
|
373
472
|
"typestr": "@",
|
|
374
473
|
"typestr_special": false
|
|
375
474
|
},
|
|
376
475
|
{
|
|
476
|
+
"name": "itemURL",
|
|
477
|
+
"null_accepted": true,
|
|
478
|
+
"type_name": "NSURL *",
|
|
377
479
|
"typestr": "@",
|
|
378
480
|
"typestr_special": false
|
|
379
481
|
},
|
|
380
482
|
{
|
|
483
|
+
"name": "error",
|
|
484
|
+
"null_accepted": true,
|
|
381
485
|
"type_modifier": "o",
|
|
486
|
+
"type_name": "NSError * _Nullable *",
|
|
382
487
|
"typestr": "^@",
|
|
383
488
|
"typestr_special": false
|
|
384
489
|
}
|
|
@@ -386,6 +491,7 @@
|
|
|
386
491
|
"class_method": false,
|
|
387
492
|
"required": false,
|
|
388
493
|
"retval": {
|
|
494
|
+
"type_name": "NSXPCListenerEndpoint *",
|
|
389
495
|
"typestr": "@",
|
|
390
496
|
"typestr_special": false
|
|
391
497
|
},
|
|
@@ -395,10 +501,16 @@
|
|
|
395
501
|
{
|
|
396
502
|
"args": [
|
|
397
503
|
{
|
|
504
|
+
"name": "attributes",
|
|
505
|
+
"null_accepted": true,
|
|
506
|
+
"type_name": "NSArray<NSURLResourceKey> *",
|
|
398
507
|
"typestr": "@",
|
|
399
508
|
"typestr_special": false
|
|
400
509
|
},
|
|
401
510
|
{
|
|
511
|
+
"name": "itemURL",
|
|
512
|
+
"null_accepted": true,
|
|
513
|
+
"type_name": "NSURL *",
|
|
402
514
|
"typestr": "@",
|
|
403
515
|
"typestr_special": false
|
|
404
516
|
},
|
|
@@ -409,16 +521,22 @@
|
|
|
409
521
|
"type": "^v"
|
|
410
522
|
},
|
|
411
523
|
"1": {
|
|
412
|
-
"type": "@"
|
|
524
|
+
"type": "@",
|
|
525
|
+
"type_name": "NSDictionary<NSURLResourceKey,id> *"
|
|
413
526
|
},
|
|
414
527
|
"2": {
|
|
415
|
-
"type": "@"
|
|
528
|
+
"type": "@",
|
|
529
|
+
"type_name": "NSError *"
|
|
416
530
|
}
|
|
417
531
|
},
|
|
418
532
|
"retval": {
|
|
419
|
-
"type": "v"
|
|
533
|
+
"type": "v",
|
|
534
|
+
"type_name": ""
|
|
420
535
|
}
|
|
421
536
|
},
|
|
537
|
+
"name": "completion",
|
|
538
|
+
"null_accepted": true,
|
|
539
|
+
"type_name": "void (^)(NSDictionary<NSURLResourceKey,id> * _Nonnull, NSError * _Nullable)",
|
|
422
540
|
"typestr": "@?",
|
|
423
541
|
"typestr_special": false
|
|
424
542
|
}
|
|
@@ -426,6 +544,7 @@
|
|
|
426
544
|
"class_method": false,
|
|
427
545
|
"required": false,
|
|
428
546
|
"retval": {
|
|
547
|
+
"type_name": "void",
|
|
429
548
|
"typestr": "v",
|
|
430
549
|
"typestr_special": false
|
|
431
550
|
},
|
|
@@ -437,6 +556,7 @@
|
|
|
437
556
|
"class_method": false,
|
|
438
557
|
"required": false,
|
|
439
558
|
"retval": {
|
|
559
|
+
"type_name": "NSString *",
|
|
440
560
|
"typestr": "@",
|
|
441
561
|
"typestr_special": false
|
|
442
562
|
},
|
|
@@ -448,6 +568,7 @@
|
|
|
448
568
|
"class_method": false,
|
|
449
569
|
"required": false,
|
|
450
570
|
"retval": {
|
|
571
|
+
"type_name": "NSImage *",
|
|
451
572
|
"typestr": "@",
|
|
452
573
|
"typestr_special": false
|
|
453
574
|
},
|
|
@@ -459,6 +580,7 @@
|
|
|
459
580
|
"class_method": false,
|
|
460
581
|
"required": false,
|
|
461
582
|
"retval": {
|
|
583
|
+
"type_name": "NSString *",
|
|
462
584
|
"typestr": "@",
|
|
463
585
|
"typestr_special": false
|
|
464
586
|
},
|
|
@@ -473,6 +595,7 @@
|
|
|
473
595
|
"readonly"
|
|
474
596
|
],
|
|
475
597
|
"name": "toolbarItemName",
|
|
598
|
+
"type_name": "NSString *",
|
|
476
599
|
"typestr": "@",
|
|
477
600
|
"typestr_special": false
|
|
478
601
|
},
|
|
@@ -482,6 +605,7 @@
|
|
|
482
605
|
"readonly"
|
|
483
606
|
],
|
|
484
607
|
"name": "toolbarItemImage",
|
|
608
|
+
"type_name": "NSImage *",
|
|
485
609
|
"typestr": "@",
|
|
486
610
|
"typestr_special": false
|
|
487
611
|
},
|
|
@@ -491,6 +615,7 @@
|
|
|
491
615
|
"readonly"
|
|
492
616
|
],
|
|
493
617
|
"name": "toolbarItemToolTip",
|
|
618
|
+
"type_name": "NSString *",
|
|
494
619
|
"typestr": "@",
|
|
495
620
|
"typestr_special": false
|
|
496
621
|
}
|
|
@@ -508,6 +633,6 @@
|
|
|
508
633
|
},
|
|
509
634
|
"framework": "FinderSync",
|
|
510
635
|
"headers": [],
|
|
511
|
-
"release": "
|
|
512
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
636
|
+
"release": "26.5",
|
|
637
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
513
638
|
}
|
|
File without changes
|
{pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/Lib/FinderSync/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
{pyobjc_framework_findersync-12.1 → pyobjc_framework_findersync-12.2}/PyObjCTest/test_findersync.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|