pyobjc-framework-Social 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_social-12.0 → pyobjc_framework_social-12.2}/Lib/Social/_metadata.py +1 -1
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/Lib/pyobjc_framework_Social.egg-info/PKG-INFO +5 -6
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/Lib/pyobjc_framework_Social.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_social-12.2/Lib/pyobjc_framework_Social.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_social-12.2/Lib/pyobjc_framework_Social.egg-info/requires.txt +2 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PKG-INFO +5 -6
- pyobjc_framework_social-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_social-12.2/metadata/raw/arm64-26.5.fwinfo +136 -10
- pyobjc_framework_social-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_social-12.2/metadata/raw/x86_64-26.5.fwinfo +136 -10
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/setup.py +1 -1
- pyobjc_framework_social-12.0/Lib/pyobjc_framework_Social.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_social-12.0/Lib/pyobjc_framework_Social.egg-info/requires.txt +0 -2
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/LICENSE.txt +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/Lib/Social/__init__.py +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/Lib/pyobjc_framework_Social.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/Lib/pyobjc_framework_Social.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/Lib/pyobjc_framework_Social.egg-info/top_level.txt +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PyObjCTest/test_slcomposeserviceviewcontroller.py +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PyObjCTest/test_slrequest.py +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PyObjCTest/test_slservicetypes.py +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PyObjCTest/test_social.py +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/README.txt +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/metadata/Social.fwinfo +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-Social
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework Social 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,15 +24,15 @@ 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
33
|
License-File: LICENSE.txt
|
|
35
|
-
Requires-Dist: pyobjc-core>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
37
36
|
Dynamic: author
|
|
38
37
|
Dynamic: author-email
|
|
39
38
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-Social
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework Social 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,15 +24,15 @@ 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
33
|
License-File: LICENSE.txt
|
|
35
|
-
Requires-Dist: pyobjc-core>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
37
36
|
Dynamic: author
|
|
38
37
|
Dynamic: author-email
|
|
39
38
|
Dynamic: classifier
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:58:56 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
|
+
"introduced": "10.10",
|
|
18
19
|
"retval": {
|
|
20
|
+
"type_name": "void",
|
|
19
21
|
"typestr": "v",
|
|
20
22
|
"typestr_special": false
|
|
21
23
|
},
|
|
@@ -25,7 +27,9 @@
|
|
|
25
27
|
{
|
|
26
28
|
"args": [],
|
|
27
29
|
"class_method": false,
|
|
30
|
+
"introduced": "10.10",
|
|
28
31
|
"retval": {
|
|
32
|
+
"type_name": "void",
|
|
29
33
|
"typestr": "v",
|
|
30
34
|
"typestr_special": false
|
|
31
35
|
},
|
|
@@ -35,7 +39,9 @@
|
|
|
35
39
|
{
|
|
36
40
|
"args": [],
|
|
37
41
|
"class_method": false,
|
|
42
|
+
"introduced": "10.10",
|
|
38
43
|
"retval": {
|
|
44
|
+
"type_name": "void",
|
|
39
45
|
"typestr": "v",
|
|
40
46
|
"typestr_special": false
|
|
41
47
|
},
|
|
@@ -45,7 +51,9 @@
|
|
|
45
51
|
{
|
|
46
52
|
"args": [],
|
|
47
53
|
"class_method": false,
|
|
54
|
+
"introduced": "10.10",
|
|
48
55
|
"retval": {
|
|
56
|
+
"type_name": "void",
|
|
49
57
|
"typestr": "v",
|
|
50
58
|
"typestr_special": false
|
|
51
59
|
},
|
|
@@ -55,7 +63,9 @@
|
|
|
55
63
|
{
|
|
56
64
|
"args": [],
|
|
57
65
|
"class_method": false,
|
|
66
|
+
"introduced": "10.10",
|
|
58
67
|
"retval": {
|
|
68
|
+
"type_name": "BOOL",
|
|
59
69
|
"typestr": "Z",
|
|
60
70
|
"typestr_special": true
|
|
61
71
|
},
|
|
@@ -65,7 +75,9 @@
|
|
|
65
75
|
{
|
|
66
76
|
"args": [],
|
|
67
77
|
"class_method": false,
|
|
78
|
+
"introduced": "10.10",
|
|
68
79
|
"retval": {
|
|
80
|
+
"type_name": "void",
|
|
69
81
|
"typestr": "v",
|
|
70
82
|
"typestr_special": false
|
|
71
83
|
},
|
|
@@ -75,7 +87,9 @@
|
|
|
75
87
|
{
|
|
76
88
|
"args": [],
|
|
77
89
|
"class_method": false,
|
|
90
|
+
"introduced": "10.10",
|
|
78
91
|
"retval": {
|
|
92
|
+
"type_name": "NSTextView *",
|
|
79
93
|
"typestr": "@",
|
|
80
94
|
"typestr_special": false
|
|
81
95
|
},
|
|
@@ -85,7 +99,9 @@
|
|
|
85
99
|
{
|
|
86
100
|
"args": [],
|
|
87
101
|
"class_method": false,
|
|
102
|
+
"introduced": "10.10",
|
|
88
103
|
"retval": {
|
|
104
|
+
"type_name": "NSString *",
|
|
89
105
|
"typestr": "@",
|
|
90
106
|
"typestr_special": false
|
|
91
107
|
},
|
|
@@ -95,7 +111,9 @@
|
|
|
95
111
|
{
|
|
96
112
|
"args": [],
|
|
97
113
|
"class_method": false,
|
|
114
|
+
"introduced": "10.10",
|
|
98
115
|
"retval": {
|
|
116
|
+
"type_name": "NSString *",
|
|
99
117
|
"typestr": "@",
|
|
100
118
|
"typestr_special": false
|
|
101
119
|
},
|
|
@@ -105,12 +123,17 @@
|
|
|
105
123
|
{
|
|
106
124
|
"args": [
|
|
107
125
|
{
|
|
126
|
+
"name": "placeholder",
|
|
127
|
+
"null_accepted": true,
|
|
128
|
+
"type_name": "NSString *",
|
|
108
129
|
"typestr": "@",
|
|
109
130
|
"typestr_special": false
|
|
110
131
|
}
|
|
111
132
|
],
|
|
112
133
|
"class_method": false,
|
|
134
|
+
"introduced": "10.10",
|
|
113
135
|
"retval": {
|
|
136
|
+
"type_name": "void",
|
|
114
137
|
"typestr": "v",
|
|
115
138
|
"typestr_special": false
|
|
116
139
|
},
|
|
@@ -120,7 +143,9 @@
|
|
|
120
143
|
{
|
|
121
144
|
"args": [],
|
|
122
145
|
"class_method": false,
|
|
146
|
+
"introduced": "10.10",
|
|
123
147
|
"retval": {
|
|
148
|
+
"type_name": "NSNumber *",
|
|
124
149
|
"typestr": "@",
|
|
125
150
|
"typestr_special": false
|
|
126
151
|
},
|
|
@@ -130,12 +155,17 @@
|
|
|
130
155
|
{
|
|
131
156
|
"args": [
|
|
132
157
|
{
|
|
158
|
+
"name": "charactersRemaining",
|
|
159
|
+
"null_accepted": true,
|
|
160
|
+
"type_name": "NSNumber *",
|
|
133
161
|
"typestr": "@",
|
|
134
162
|
"typestr_special": false
|
|
135
163
|
}
|
|
136
164
|
],
|
|
137
165
|
"class_method": false,
|
|
166
|
+
"introduced": "10.10",
|
|
138
167
|
"retval": {
|
|
168
|
+
"type_name": "void",
|
|
139
169
|
"typestr": "v",
|
|
140
170
|
"typestr_special": false
|
|
141
171
|
},
|
|
@@ -150,6 +180,7 @@
|
|
|
150
180
|
"readonly"
|
|
151
181
|
],
|
|
152
182
|
"name": "textView",
|
|
183
|
+
"type_name": "NSTextView *",
|
|
153
184
|
"typestr": "@",
|
|
154
185
|
"typestr_special": false
|
|
155
186
|
},
|
|
@@ -159,6 +190,7 @@
|
|
|
159
190
|
"readonly"
|
|
160
191
|
],
|
|
161
192
|
"name": "contentText",
|
|
193
|
+
"type_name": "NSString *",
|
|
162
194
|
"typestr": "@",
|
|
163
195
|
"typestr_special": false
|
|
164
196
|
},
|
|
@@ -168,6 +200,7 @@
|
|
|
168
200
|
"copy"
|
|
169
201
|
],
|
|
170
202
|
"name": "placeholder",
|
|
203
|
+
"type_name": "NSString *",
|
|
171
204
|
"typestr": "@",
|
|
172
205
|
"typestr_special": false
|
|
173
206
|
},
|
|
@@ -177,6 +210,7 @@
|
|
|
177
210
|
"strong"
|
|
178
211
|
],
|
|
179
212
|
"name": "charactersRemaining",
|
|
213
|
+
"type_name": "NSNumber *",
|
|
180
214
|
"typestr": "@",
|
|
181
215
|
"typestr_special": false
|
|
182
216
|
}
|
|
@@ -192,24 +226,37 @@
|
|
|
192
226
|
{
|
|
193
227
|
"args": [
|
|
194
228
|
{
|
|
229
|
+
"name": "serviceType",
|
|
230
|
+
"null_accepted": true,
|
|
231
|
+
"type_name": "NSString *",
|
|
195
232
|
"typestr": "@",
|
|
196
233
|
"typestr_special": false
|
|
197
234
|
},
|
|
198
235
|
{
|
|
236
|
+
"name": "requestMethod",
|
|
237
|
+
"type_name": "SLRequestMethod",
|
|
199
238
|
"typestr": "q",
|
|
200
239
|
"typestr_special": false
|
|
201
240
|
},
|
|
202
241
|
{
|
|
242
|
+
"name": "url",
|
|
243
|
+
"null_accepted": true,
|
|
244
|
+
"type_name": "NSURL *",
|
|
203
245
|
"typestr": "@",
|
|
204
246
|
"typestr_special": false
|
|
205
247
|
},
|
|
206
248
|
{
|
|
249
|
+
"name": "parameters",
|
|
250
|
+
"null_accepted": true,
|
|
251
|
+
"type_name": "NSDictionary *",
|
|
207
252
|
"typestr": "@",
|
|
208
253
|
"typestr_special": false
|
|
209
254
|
}
|
|
210
255
|
],
|
|
211
256
|
"class_method": true,
|
|
257
|
+
"introduced": "10.8",
|
|
212
258
|
"retval": {
|
|
259
|
+
"type_name": "SLRequest *",
|
|
213
260
|
"typestr": "@",
|
|
214
261
|
"typestr_special": false
|
|
215
262
|
},
|
|
@@ -219,24 +266,38 @@
|
|
|
219
266
|
{
|
|
220
267
|
"args": [
|
|
221
268
|
{
|
|
269
|
+
"name": "data",
|
|
270
|
+
"null_accepted": true,
|
|
271
|
+
"type_name": "NSData *",
|
|
222
272
|
"typestr": "@",
|
|
223
273
|
"typestr_special": false
|
|
224
274
|
},
|
|
225
275
|
{
|
|
276
|
+
"name": "name",
|
|
277
|
+
"null_accepted": true,
|
|
278
|
+
"type_name": "NSString *",
|
|
226
279
|
"typestr": "@",
|
|
227
280
|
"typestr_special": false
|
|
228
281
|
},
|
|
229
282
|
{
|
|
283
|
+
"name": "type",
|
|
284
|
+
"null_accepted": true,
|
|
285
|
+
"type_name": "NSString *",
|
|
230
286
|
"typestr": "@",
|
|
231
287
|
"typestr_special": false
|
|
232
288
|
},
|
|
233
289
|
{
|
|
290
|
+
"name": "filename",
|
|
291
|
+
"null_accepted": true,
|
|
292
|
+
"type_name": "NSString *",
|
|
234
293
|
"typestr": "@",
|
|
235
294
|
"typestr_special": false
|
|
236
295
|
}
|
|
237
296
|
],
|
|
238
297
|
"class_method": false,
|
|
298
|
+
"introduced": "10.8",
|
|
239
299
|
"retval": {
|
|
300
|
+
"type_name": "void",
|
|
240
301
|
"typestr": "v",
|
|
241
302
|
"typestr_special": false
|
|
242
303
|
},
|
|
@@ -246,20 +307,31 @@
|
|
|
246
307
|
{
|
|
247
308
|
"args": [
|
|
248
309
|
{
|
|
310
|
+
"name": "data",
|
|
311
|
+
"null_accepted": true,
|
|
312
|
+
"type_name": "NSData *",
|
|
249
313
|
"typestr": "@",
|
|
250
314
|
"typestr_special": false
|
|
251
315
|
},
|
|
252
316
|
{
|
|
317
|
+
"name": "name",
|
|
318
|
+
"null_accepted": true,
|
|
319
|
+
"type_name": "NSString *",
|
|
253
320
|
"typestr": "@",
|
|
254
321
|
"typestr_special": false
|
|
255
322
|
},
|
|
256
323
|
{
|
|
324
|
+
"name": "type",
|
|
325
|
+
"null_accepted": true,
|
|
326
|
+
"type_name": "NSString *",
|
|
257
327
|
"typestr": "@",
|
|
258
328
|
"typestr_special": false
|
|
259
329
|
}
|
|
260
330
|
],
|
|
261
331
|
"class_method": false,
|
|
332
|
+
"introduced": "10.8",
|
|
262
333
|
"retval": {
|
|
334
|
+
"type_name": "void",
|
|
263
335
|
"typestr": "v",
|
|
264
336
|
"typestr_special": false
|
|
265
337
|
},
|
|
@@ -269,7 +341,9 @@
|
|
|
269
341
|
{
|
|
270
342
|
"args": [],
|
|
271
343
|
"class_method": false,
|
|
344
|
+
"introduced": "10.8",
|
|
272
345
|
"retval": {
|
|
346
|
+
"type_name": "NSURLRequest *",
|
|
273
347
|
"typestr": "@",
|
|
274
348
|
"typestr_special": false
|
|
275
349
|
},
|
|
@@ -285,25 +359,33 @@
|
|
|
285
359
|
"type": "^v"
|
|
286
360
|
},
|
|
287
361
|
"1": {
|
|
288
|
-
"type": "@"
|
|
362
|
+
"type": "@",
|
|
363
|
+
"type_name": "NSData *"
|
|
289
364
|
},
|
|
290
365
|
"2": {
|
|
291
|
-
"type": "@"
|
|
366
|
+
"type": "@",
|
|
367
|
+
"type_name": "NSHTTPURLResponse *"
|
|
292
368
|
},
|
|
293
369
|
"3": {
|
|
294
|
-
"type": "@"
|
|
370
|
+
"type": "@",
|
|
371
|
+
"type_name": "NSError *"
|
|
295
372
|
}
|
|
296
373
|
},
|
|
297
374
|
"retval": {
|
|
298
375
|
"type": "v"
|
|
299
376
|
}
|
|
300
377
|
},
|
|
378
|
+
"name": "handler",
|
|
379
|
+
"null_accepted": true,
|
|
380
|
+
"type_name": "SLRequestHandler",
|
|
301
381
|
"typestr": "@?",
|
|
302
382
|
"typestr_special": false
|
|
303
383
|
}
|
|
304
384
|
],
|
|
305
385
|
"class_method": false,
|
|
386
|
+
"introduced": "10.8",
|
|
306
387
|
"retval": {
|
|
388
|
+
"type_name": "void",
|
|
307
389
|
"typestr": "v",
|
|
308
390
|
"typestr_special": false
|
|
309
391
|
},
|
|
@@ -313,7 +395,9 @@
|
|
|
313
395
|
{
|
|
314
396
|
"args": [],
|
|
315
397
|
"class_method": false,
|
|
398
|
+
"introduced": "10.8",
|
|
316
399
|
"retval": {
|
|
400
|
+
"type_name": "ACAccount *",
|
|
317
401
|
"typestr": "@",
|
|
318
402
|
"typestr_special": false
|
|
319
403
|
},
|
|
@@ -323,12 +407,17 @@
|
|
|
323
407
|
{
|
|
324
408
|
"args": [
|
|
325
409
|
{
|
|
410
|
+
"name": "account",
|
|
411
|
+
"null_accepted": true,
|
|
412
|
+
"type_name": "ACAccount *",
|
|
326
413
|
"typestr": "@",
|
|
327
414
|
"typestr_special": false
|
|
328
415
|
}
|
|
329
416
|
],
|
|
330
417
|
"class_method": false,
|
|
418
|
+
"introduced": "10.8",
|
|
331
419
|
"retval": {
|
|
420
|
+
"type_name": "void",
|
|
332
421
|
"typestr": "v",
|
|
333
422
|
"typestr_special": false
|
|
334
423
|
},
|
|
@@ -338,7 +427,9 @@
|
|
|
338
427
|
{
|
|
339
428
|
"args": [],
|
|
340
429
|
"class_method": false,
|
|
430
|
+
"introduced": "10.8",
|
|
341
431
|
"retval": {
|
|
432
|
+
"type_name": "SLRequestMethod",
|
|
342
433
|
"typestr": "q",
|
|
343
434
|
"typestr_special": false
|
|
344
435
|
},
|
|
@@ -348,7 +439,9 @@
|
|
|
348
439
|
{
|
|
349
440
|
"args": [],
|
|
350
441
|
"class_method": false,
|
|
442
|
+
"introduced": "10.8",
|
|
351
443
|
"retval": {
|
|
444
|
+
"type_name": "NSURL *",
|
|
352
445
|
"typestr": "@",
|
|
353
446
|
"typestr_special": false
|
|
354
447
|
},
|
|
@@ -358,7 +451,9 @@
|
|
|
358
451
|
{
|
|
359
452
|
"args": [],
|
|
360
453
|
"class_method": false,
|
|
454
|
+
"introduced": "10.8",
|
|
361
455
|
"retval": {
|
|
456
|
+
"type_name": "NSDictionary *",
|
|
362
457
|
"typestr": "@",
|
|
363
458
|
"typestr_special": false
|
|
364
459
|
},
|
|
@@ -374,6 +469,7 @@
|
|
|
374
469
|
"retain"
|
|
375
470
|
],
|
|
376
471
|
"name": "account",
|
|
472
|
+
"type_name": "ACAccount *",
|
|
377
473
|
"typestr": "@",
|
|
378
474
|
"typestr_special": false
|
|
379
475
|
},
|
|
@@ -383,6 +479,7 @@
|
|
|
383
479
|
"readonly"
|
|
384
480
|
],
|
|
385
481
|
"name": "requestMethod",
|
|
482
|
+
"type_name": "SLRequestMethod",
|
|
386
483
|
"typestr": "q",
|
|
387
484
|
"typestr_special": false
|
|
388
485
|
},
|
|
@@ -392,6 +489,7 @@
|
|
|
392
489
|
"readonly"
|
|
393
490
|
],
|
|
394
491
|
"name": "URL",
|
|
492
|
+
"type_name": "NSURL *",
|
|
395
493
|
"typestr": "@",
|
|
396
494
|
"typestr_special": false
|
|
397
495
|
},
|
|
@@ -401,6 +499,7 @@
|
|
|
401
499
|
"readonly"
|
|
402
500
|
],
|
|
403
501
|
"name": "parameters",
|
|
502
|
+
"type_name": "NSDictionary *",
|
|
404
503
|
"typestr": "@",
|
|
405
504
|
"typestr_special": false
|
|
406
505
|
}
|
|
@@ -410,10 +509,22 @@
|
|
|
410
509
|
}
|
|
411
510
|
},
|
|
412
511
|
"enum": {
|
|
413
|
-
"SLRequestMethodDELETE":
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
512
|
+
"SLRequestMethodDELETE": {
|
|
513
|
+
"enum": "SLRequestMethod",
|
|
514
|
+
"value": 2
|
|
515
|
+
},
|
|
516
|
+
"SLRequestMethodGET": {
|
|
517
|
+
"enum": "SLRequestMethod",
|
|
518
|
+
"value": 0
|
|
519
|
+
},
|
|
520
|
+
"SLRequestMethodPOST": {
|
|
521
|
+
"enum": "SLRequestMethod",
|
|
522
|
+
"value": 1
|
|
523
|
+
},
|
|
524
|
+
"SLRequestMethodPUT": {
|
|
525
|
+
"enum": "SLRequestMethod",
|
|
526
|
+
"value": 3
|
|
527
|
+
}
|
|
417
528
|
},
|
|
418
529
|
"enum_type": {
|
|
419
530
|
"SLRequestMethod": {
|
|
@@ -423,18 +534,33 @@
|
|
|
423
534
|
"expressions": {},
|
|
424
535
|
"externs": {
|
|
425
536
|
"SLServiceTypeFacebook": {
|
|
537
|
+
"deprecated": "10.13",
|
|
538
|
+
"introduced": "10.8",
|
|
539
|
+
"type_name": "NSString *const",
|
|
426
540
|
"typestr": "@"
|
|
427
541
|
},
|
|
428
542
|
"SLServiceTypeLinkedIn": {
|
|
543
|
+
"deprecated": "10.13",
|
|
544
|
+
"introduced": "10.8",
|
|
545
|
+
"type_name": "NSString *const",
|
|
429
546
|
"typestr": "@"
|
|
430
547
|
},
|
|
431
548
|
"SLServiceTypeSinaWeibo": {
|
|
549
|
+
"deprecated": "10.13",
|
|
550
|
+
"introduced": "10.8",
|
|
551
|
+
"type_name": "NSString *const",
|
|
432
552
|
"typestr": "@"
|
|
433
553
|
},
|
|
434
554
|
"SLServiceTypeTencentWeibo": {
|
|
555
|
+
"deprecated": "10.13",
|
|
556
|
+
"introduced": "10.8",
|
|
557
|
+
"type_name": "NSString *const",
|
|
435
558
|
"typestr": "@"
|
|
436
559
|
},
|
|
437
560
|
"SLServiceTypeTwitter": {
|
|
561
|
+
"deprecated": "10.13",
|
|
562
|
+
"introduced": "10.8",
|
|
563
|
+
"type_name": "NSString *const",
|
|
438
564
|
"typestr": "@"
|
|
439
565
|
}
|
|
440
566
|
},
|
|
@@ -456,6 +582,6 @@
|
|
|
456
582
|
"SLServiceTypes.h",
|
|
457
583
|
"SocialDefines.h"
|
|
458
584
|
],
|
|
459
|
-
"release": "
|
|
460
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
585
|
+
"release": "26.5",
|
|
586
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
461
587
|
}
|
|
@@ -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:58:52 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
|
+
"introduced": "10.10",
|
|
18
19
|
"retval": {
|
|
20
|
+
"type_name": "void",
|
|
19
21
|
"typestr": "v",
|
|
20
22
|
"typestr_special": false
|
|
21
23
|
},
|
|
@@ -25,7 +27,9 @@
|
|
|
25
27
|
{
|
|
26
28
|
"args": [],
|
|
27
29
|
"class_method": false,
|
|
30
|
+
"introduced": "10.10",
|
|
28
31
|
"retval": {
|
|
32
|
+
"type_name": "void",
|
|
29
33
|
"typestr": "v",
|
|
30
34
|
"typestr_special": false
|
|
31
35
|
},
|
|
@@ -35,7 +39,9 @@
|
|
|
35
39
|
{
|
|
36
40
|
"args": [],
|
|
37
41
|
"class_method": false,
|
|
42
|
+
"introduced": "10.10",
|
|
38
43
|
"retval": {
|
|
44
|
+
"type_name": "void",
|
|
39
45
|
"typestr": "v",
|
|
40
46
|
"typestr_special": false
|
|
41
47
|
},
|
|
@@ -45,7 +51,9 @@
|
|
|
45
51
|
{
|
|
46
52
|
"args": [],
|
|
47
53
|
"class_method": false,
|
|
54
|
+
"introduced": "10.10",
|
|
48
55
|
"retval": {
|
|
56
|
+
"type_name": "void",
|
|
49
57
|
"typestr": "v",
|
|
50
58
|
"typestr_special": false
|
|
51
59
|
},
|
|
@@ -55,7 +63,9 @@
|
|
|
55
63
|
{
|
|
56
64
|
"args": [],
|
|
57
65
|
"class_method": false,
|
|
66
|
+
"introduced": "10.10",
|
|
58
67
|
"retval": {
|
|
68
|
+
"type_name": "BOOL",
|
|
59
69
|
"typestr": "Z",
|
|
60
70
|
"typestr_special": true
|
|
61
71
|
},
|
|
@@ -65,7 +75,9 @@
|
|
|
65
75
|
{
|
|
66
76
|
"args": [],
|
|
67
77
|
"class_method": false,
|
|
78
|
+
"introduced": "10.10",
|
|
68
79
|
"retval": {
|
|
80
|
+
"type_name": "void",
|
|
69
81
|
"typestr": "v",
|
|
70
82
|
"typestr_special": false
|
|
71
83
|
},
|
|
@@ -75,7 +87,9 @@
|
|
|
75
87
|
{
|
|
76
88
|
"args": [],
|
|
77
89
|
"class_method": false,
|
|
90
|
+
"introduced": "10.10",
|
|
78
91
|
"retval": {
|
|
92
|
+
"type_name": "NSTextView *",
|
|
79
93
|
"typestr": "@",
|
|
80
94
|
"typestr_special": false
|
|
81
95
|
},
|
|
@@ -85,7 +99,9 @@
|
|
|
85
99
|
{
|
|
86
100
|
"args": [],
|
|
87
101
|
"class_method": false,
|
|
102
|
+
"introduced": "10.10",
|
|
88
103
|
"retval": {
|
|
104
|
+
"type_name": "NSString *",
|
|
89
105
|
"typestr": "@",
|
|
90
106
|
"typestr_special": false
|
|
91
107
|
},
|
|
@@ -95,7 +111,9 @@
|
|
|
95
111
|
{
|
|
96
112
|
"args": [],
|
|
97
113
|
"class_method": false,
|
|
114
|
+
"introduced": "10.10",
|
|
98
115
|
"retval": {
|
|
116
|
+
"type_name": "NSString *",
|
|
99
117
|
"typestr": "@",
|
|
100
118
|
"typestr_special": false
|
|
101
119
|
},
|
|
@@ -105,12 +123,17 @@
|
|
|
105
123
|
{
|
|
106
124
|
"args": [
|
|
107
125
|
{
|
|
126
|
+
"name": "placeholder",
|
|
127
|
+
"null_accepted": true,
|
|
128
|
+
"type_name": "NSString *",
|
|
108
129
|
"typestr": "@",
|
|
109
130
|
"typestr_special": false
|
|
110
131
|
}
|
|
111
132
|
],
|
|
112
133
|
"class_method": false,
|
|
134
|
+
"introduced": "10.10",
|
|
113
135
|
"retval": {
|
|
136
|
+
"type_name": "void",
|
|
114
137
|
"typestr": "v",
|
|
115
138
|
"typestr_special": false
|
|
116
139
|
},
|
|
@@ -120,7 +143,9 @@
|
|
|
120
143
|
{
|
|
121
144
|
"args": [],
|
|
122
145
|
"class_method": false,
|
|
146
|
+
"introduced": "10.10",
|
|
123
147
|
"retval": {
|
|
148
|
+
"type_name": "NSNumber *",
|
|
124
149
|
"typestr": "@",
|
|
125
150
|
"typestr_special": false
|
|
126
151
|
},
|
|
@@ -130,12 +155,17 @@
|
|
|
130
155
|
{
|
|
131
156
|
"args": [
|
|
132
157
|
{
|
|
158
|
+
"name": "charactersRemaining",
|
|
159
|
+
"null_accepted": true,
|
|
160
|
+
"type_name": "NSNumber *",
|
|
133
161
|
"typestr": "@",
|
|
134
162
|
"typestr_special": false
|
|
135
163
|
}
|
|
136
164
|
],
|
|
137
165
|
"class_method": false,
|
|
166
|
+
"introduced": "10.10",
|
|
138
167
|
"retval": {
|
|
168
|
+
"type_name": "void",
|
|
139
169
|
"typestr": "v",
|
|
140
170
|
"typestr_special": false
|
|
141
171
|
},
|
|
@@ -150,6 +180,7 @@
|
|
|
150
180
|
"readonly"
|
|
151
181
|
],
|
|
152
182
|
"name": "textView",
|
|
183
|
+
"type_name": "NSTextView *",
|
|
153
184
|
"typestr": "@",
|
|
154
185
|
"typestr_special": false
|
|
155
186
|
},
|
|
@@ -159,6 +190,7 @@
|
|
|
159
190
|
"readonly"
|
|
160
191
|
],
|
|
161
192
|
"name": "contentText",
|
|
193
|
+
"type_name": "NSString *",
|
|
162
194
|
"typestr": "@",
|
|
163
195
|
"typestr_special": false
|
|
164
196
|
},
|
|
@@ -168,6 +200,7 @@
|
|
|
168
200
|
"copy"
|
|
169
201
|
],
|
|
170
202
|
"name": "placeholder",
|
|
203
|
+
"type_name": "NSString *",
|
|
171
204
|
"typestr": "@",
|
|
172
205
|
"typestr_special": false
|
|
173
206
|
},
|
|
@@ -177,6 +210,7 @@
|
|
|
177
210
|
"strong"
|
|
178
211
|
],
|
|
179
212
|
"name": "charactersRemaining",
|
|
213
|
+
"type_name": "NSNumber *",
|
|
180
214
|
"typestr": "@",
|
|
181
215
|
"typestr_special": false
|
|
182
216
|
}
|
|
@@ -192,24 +226,37 @@
|
|
|
192
226
|
{
|
|
193
227
|
"args": [
|
|
194
228
|
{
|
|
229
|
+
"name": "serviceType",
|
|
230
|
+
"null_accepted": true,
|
|
231
|
+
"type_name": "NSString *",
|
|
195
232
|
"typestr": "@",
|
|
196
233
|
"typestr_special": false
|
|
197
234
|
},
|
|
198
235
|
{
|
|
236
|
+
"name": "requestMethod",
|
|
237
|
+
"type_name": "SLRequestMethod",
|
|
199
238
|
"typestr": "q",
|
|
200
239
|
"typestr_special": false
|
|
201
240
|
},
|
|
202
241
|
{
|
|
242
|
+
"name": "url",
|
|
243
|
+
"null_accepted": true,
|
|
244
|
+
"type_name": "NSURL *",
|
|
203
245
|
"typestr": "@",
|
|
204
246
|
"typestr_special": false
|
|
205
247
|
},
|
|
206
248
|
{
|
|
249
|
+
"name": "parameters",
|
|
250
|
+
"null_accepted": true,
|
|
251
|
+
"type_name": "NSDictionary *",
|
|
207
252
|
"typestr": "@",
|
|
208
253
|
"typestr_special": false
|
|
209
254
|
}
|
|
210
255
|
],
|
|
211
256
|
"class_method": true,
|
|
257
|
+
"introduced": "10.8",
|
|
212
258
|
"retval": {
|
|
259
|
+
"type_name": "SLRequest *",
|
|
213
260
|
"typestr": "@",
|
|
214
261
|
"typestr_special": false
|
|
215
262
|
},
|
|
@@ -219,24 +266,38 @@
|
|
|
219
266
|
{
|
|
220
267
|
"args": [
|
|
221
268
|
{
|
|
269
|
+
"name": "data",
|
|
270
|
+
"null_accepted": true,
|
|
271
|
+
"type_name": "NSData *",
|
|
222
272
|
"typestr": "@",
|
|
223
273
|
"typestr_special": false
|
|
224
274
|
},
|
|
225
275
|
{
|
|
276
|
+
"name": "name",
|
|
277
|
+
"null_accepted": true,
|
|
278
|
+
"type_name": "NSString *",
|
|
226
279
|
"typestr": "@",
|
|
227
280
|
"typestr_special": false
|
|
228
281
|
},
|
|
229
282
|
{
|
|
283
|
+
"name": "type",
|
|
284
|
+
"null_accepted": true,
|
|
285
|
+
"type_name": "NSString *",
|
|
230
286
|
"typestr": "@",
|
|
231
287
|
"typestr_special": false
|
|
232
288
|
},
|
|
233
289
|
{
|
|
290
|
+
"name": "filename",
|
|
291
|
+
"null_accepted": true,
|
|
292
|
+
"type_name": "NSString *",
|
|
234
293
|
"typestr": "@",
|
|
235
294
|
"typestr_special": false
|
|
236
295
|
}
|
|
237
296
|
],
|
|
238
297
|
"class_method": false,
|
|
298
|
+
"introduced": "10.8",
|
|
239
299
|
"retval": {
|
|
300
|
+
"type_name": "void",
|
|
240
301
|
"typestr": "v",
|
|
241
302
|
"typestr_special": false
|
|
242
303
|
},
|
|
@@ -246,20 +307,31 @@
|
|
|
246
307
|
{
|
|
247
308
|
"args": [
|
|
248
309
|
{
|
|
310
|
+
"name": "data",
|
|
311
|
+
"null_accepted": true,
|
|
312
|
+
"type_name": "NSData *",
|
|
249
313
|
"typestr": "@",
|
|
250
314
|
"typestr_special": false
|
|
251
315
|
},
|
|
252
316
|
{
|
|
317
|
+
"name": "name",
|
|
318
|
+
"null_accepted": true,
|
|
319
|
+
"type_name": "NSString *",
|
|
253
320
|
"typestr": "@",
|
|
254
321
|
"typestr_special": false
|
|
255
322
|
},
|
|
256
323
|
{
|
|
324
|
+
"name": "type",
|
|
325
|
+
"null_accepted": true,
|
|
326
|
+
"type_name": "NSString *",
|
|
257
327
|
"typestr": "@",
|
|
258
328
|
"typestr_special": false
|
|
259
329
|
}
|
|
260
330
|
],
|
|
261
331
|
"class_method": false,
|
|
332
|
+
"introduced": "10.8",
|
|
262
333
|
"retval": {
|
|
334
|
+
"type_name": "void",
|
|
263
335
|
"typestr": "v",
|
|
264
336
|
"typestr_special": false
|
|
265
337
|
},
|
|
@@ -269,7 +341,9 @@
|
|
|
269
341
|
{
|
|
270
342
|
"args": [],
|
|
271
343
|
"class_method": false,
|
|
344
|
+
"introduced": "10.8",
|
|
272
345
|
"retval": {
|
|
346
|
+
"type_name": "NSURLRequest *",
|
|
273
347
|
"typestr": "@",
|
|
274
348
|
"typestr_special": false
|
|
275
349
|
},
|
|
@@ -285,25 +359,33 @@
|
|
|
285
359
|
"type": "^v"
|
|
286
360
|
},
|
|
287
361
|
"1": {
|
|
288
|
-
"type": "@"
|
|
362
|
+
"type": "@",
|
|
363
|
+
"type_name": "NSData *"
|
|
289
364
|
},
|
|
290
365
|
"2": {
|
|
291
|
-
"type": "@"
|
|
366
|
+
"type": "@",
|
|
367
|
+
"type_name": "NSHTTPURLResponse *"
|
|
292
368
|
},
|
|
293
369
|
"3": {
|
|
294
|
-
"type": "@"
|
|
370
|
+
"type": "@",
|
|
371
|
+
"type_name": "NSError *"
|
|
295
372
|
}
|
|
296
373
|
},
|
|
297
374
|
"retval": {
|
|
298
375
|
"type": "v"
|
|
299
376
|
}
|
|
300
377
|
},
|
|
378
|
+
"name": "handler",
|
|
379
|
+
"null_accepted": true,
|
|
380
|
+
"type_name": "SLRequestHandler",
|
|
301
381
|
"typestr": "@?",
|
|
302
382
|
"typestr_special": false
|
|
303
383
|
}
|
|
304
384
|
],
|
|
305
385
|
"class_method": false,
|
|
386
|
+
"introduced": "10.8",
|
|
306
387
|
"retval": {
|
|
388
|
+
"type_name": "void",
|
|
307
389
|
"typestr": "v",
|
|
308
390
|
"typestr_special": false
|
|
309
391
|
},
|
|
@@ -313,7 +395,9 @@
|
|
|
313
395
|
{
|
|
314
396
|
"args": [],
|
|
315
397
|
"class_method": false,
|
|
398
|
+
"introduced": "10.8",
|
|
316
399
|
"retval": {
|
|
400
|
+
"type_name": "ACAccount *",
|
|
317
401
|
"typestr": "@",
|
|
318
402
|
"typestr_special": false
|
|
319
403
|
},
|
|
@@ -323,12 +407,17 @@
|
|
|
323
407
|
{
|
|
324
408
|
"args": [
|
|
325
409
|
{
|
|
410
|
+
"name": "account",
|
|
411
|
+
"null_accepted": true,
|
|
412
|
+
"type_name": "ACAccount *",
|
|
326
413
|
"typestr": "@",
|
|
327
414
|
"typestr_special": false
|
|
328
415
|
}
|
|
329
416
|
],
|
|
330
417
|
"class_method": false,
|
|
418
|
+
"introduced": "10.8",
|
|
331
419
|
"retval": {
|
|
420
|
+
"type_name": "void",
|
|
332
421
|
"typestr": "v",
|
|
333
422
|
"typestr_special": false
|
|
334
423
|
},
|
|
@@ -338,7 +427,9 @@
|
|
|
338
427
|
{
|
|
339
428
|
"args": [],
|
|
340
429
|
"class_method": false,
|
|
430
|
+
"introduced": "10.8",
|
|
341
431
|
"retval": {
|
|
432
|
+
"type_name": "SLRequestMethod",
|
|
342
433
|
"typestr": "q",
|
|
343
434
|
"typestr_special": false
|
|
344
435
|
},
|
|
@@ -348,7 +439,9 @@
|
|
|
348
439
|
{
|
|
349
440
|
"args": [],
|
|
350
441
|
"class_method": false,
|
|
442
|
+
"introduced": "10.8",
|
|
351
443
|
"retval": {
|
|
444
|
+
"type_name": "NSURL *",
|
|
352
445
|
"typestr": "@",
|
|
353
446
|
"typestr_special": false
|
|
354
447
|
},
|
|
@@ -358,7 +451,9 @@
|
|
|
358
451
|
{
|
|
359
452
|
"args": [],
|
|
360
453
|
"class_method": false,
|
|
454
|
+
"introduced": "10.8",
|
|
361
455
|
"retval": {
|
|
456
|
+
"type_name": "NSDictionary *",
|
|
362
457
|
"typestr": "@",
|
|
363
458
|
"typestr_special": false
|
|
364
459
|
},
|
|
@@ -374,6 +469,7 @@
|
|
|
374
469
|
"retain"
|
|
375
470
|
],
|
|
376
471
|
"name": "account",
|
|
472
|
+
"type_name": "ACAccount *",
|
|
377
473
|
"typestr": "@",
|
|
378
474
|
"typestr_special": false
|
|
379
475
|
},
|
|
@@ -383,6 +479,7 @@
|
|
|
383
479
|
"readonly"
|
|
384
480
|
],
|
|
385
481
|
"name": "requestMethod",
|
|
482
|
+
"type_name": "SLRequestMethod",
|
|
386
483
|
"typestr": "q",
|
|
387
484
|
"typestr_special": false
|
|
388
485
|
},
|
|
@@ -392,6 +489,7 @@
|
|
|
392
489
|
"readonly"
|
|
393
490
|
],
|
|
394
491
|
"name": "URL",
|
|
492
|
+
"type_name": "NSURL *",
|
|
395
493
|
"typestr": "@",
|
|
396
494
|
"typestr_special": false
|
|
397
495
|
},
|
|
@@ -401,6 +499,7 @@
|
|
|
401
499
|
"readonly"
|
|
402
500
|
],
|
|
403
501
|
"name": "parameters",
|
|
502
|
+
"type_name": "NSDictionary *",
|
|
404
503
|
"typestr": "@",
|
|
405
504
|
"typestr_special": false
|
|
406
505
|
}
|
|
@@ -410,10 +509,22 @@
|
|
|
410
509
|
}
|
|
411
510
|
},
|
|
412
511
|
"enum": {
|
|
413
|
-
"SLRequestMethodDELETE":
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
512
|
+
"SLRequestMethodDELETE": {
|
|
513
|
+
"enum": "SLRequestMethod",
|
|
514
|
+
"value": 2
|
|
515
|
+
},
|
|
516
|
+
"SLRequestMethodGET": {
|
|
517
|
+
"enum": "SLRequestMethod",
|
|
518
|
+
"value": 0
|
|
519
|
+
},
|
|
520
|
+
"SLRequestMethodPOST": {
|
|
521
|
+
"enum": "SLRequestMethod",
|
|
522
|
+
"value": 1
|
|
523
|
+
},
|
|
524
|
+
"SLRequestMethodPUT": {
|
|
525
|
+
"enum": "SLRequestMethod",
|
|
526
|
+
"value": 3
|
|
527
|
+
}
|
|
417
528
|
},
|
|
418
529
|
"enum_type": {
|
|
419
530
|
"SLRequestMethod": {
|
|
@@ -423,18 +534,33 @@
|
|
|
423
534
|
"expressions": {},
|
|
424
535
|
"externs": {
|
|
425
536
|
"SLServiceTypeFacebook": {
|
|
537
|
+
"deprecated": "10.13",
|
|
538
|
+
"introduced": "10.8",
|
|
539
|
+
"type_name": "NSString *const",
|
|
426
540
|
"typestr": "@"
|
|
427
541
|
},
|
|
428
542
|
"SLServiceTypeLinkedIn": {
|
|
543
|
+
"deprecated": "10.13",
|
|
544
|
+
"introduced": "10.8",
|
|
545
|
+
"type_name": "NSString *const",
|
|
429
546
|
"typestr": "@"
|
|
430
547
|
},
|
|
431
548
|
"SLServiceTypeSinaWeibo": {
|
|
549
|
+
"deprecated": "10.13",
|
|
550
|
+
"introduced": "10.8",
|
|
551
|
+
"type_name": "NSString *const",
|
|
432
552
|
"typestr": "@"
|
|
433
553
|
},
|
|
434
554
|
"SLServiceTypeTencentWeibo": {
|
|
555
|
+
"deprecated": "10.13",
|
|
556
|
+
"introduced": "10.8",
|
|
557
|
+
"type_name": "NSString *const",
|
|
435
558
|
"typestr": "@"
|
|
436
559
|
},
|
|
437
560
|
"SLServiceTypeTwitter": {
|
|
561
|
+
"deprecated": "10.13",
|
|
562
|
+
"introduced": "10.8",
|
|
563
|
+
"type_name": "NSString *const",
|
|
438
564
|
"typestr": "@"
|
|
439
565
|
}
|
|
440
566
|
},
|
|
@@ -456,6 +582,6 @@
|
|
|
456
582
|
"SLServiceTypes.h",
|
|
457
583
|
"SocialDefines.h"
|
|
458
584
|
],
|
|
459
|
-
"release": "
|
|
460
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
585
|
+
"release": "26.5",
|
|
586
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
461
587
|
}
|
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_social-12.0 → pyobjc_framework_social-12.2}/PyObjCTest/test_slservicetypes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|