pyobjc-framework-Social 10.3.2__tar.gz → 11.1__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-10.3.2 → pyobjc_framework_social-11.1}/LICENSE.txt +1 -1
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/Social/_metadata.py +1 -1
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/pyobjc_framework_Social.egg-info/PKG-INFO +20 -8
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/pyobjc_framework_Social.egg-info/SOURCES.txt +4 -1
- pyobjc_framework_social-11.1/Lib/pyobjc_framework_Social.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_social-11.1/Lib/pyobjc_framework_Social.egg-info/requires.txt +2 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/PKG-INFO +20 -8
- pyobjc_framework_social-11.1/PyObjCTest/__init__.py +1 -0
- pyobjc_framework_social-11.1/metadata/raw/arm64-15.0.fwinfo +461 -0
- pyobjc_framework_social-11.1/metadata/raw/x86_64-15.0.fwinfo +461 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/pyobjc_setup.py +73 -53
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/setup.py +1 -1
- pyobjc_framework_social-10.3.2/Lib/pyobjc_framework_Social.egg-info/requires.txt +0 -2
- pyobjc_framework_social-10.3.2/PyObjCTest/__init__.py +0 -1
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/Social/__init__.py +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/pyobjc_framework_Social.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/pyobjc_framework_Social.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/Lib/pyobjc_framework_Social.egg-info/top_level.txt +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/MANIFEST.in +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/PyObjCTest/test_slcomposeserviceviewcontroller.py +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/PyObjCTest/test_slrequest.py +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/PyObjCTest/test_slservicetypes.py +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/PyObjCTest/test_social.py +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/README.txt +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/Social.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/x86_64-10.8.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/pyproject.toml +0 -0
- {pyobjc_framework_social-10.3.2 → pyobjc_framework_social-11.1}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2025 - 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,38 +1,50 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-Social
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.1
|
|
4
4
|
Summary: Wrappers for the framework Social on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
7
7
|
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
-
License: MIT
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,Social
|
|
10
10
|
Platform: MacOS X (>=10.8)
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Programming Language :: Python
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
27
|
Classifier: Programming Language :: Objective C
|
|
29
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
32
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
32
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.1
|
|
35
|
+
Dynamic: author
|
|
36
|
+
Dynamic: author-email
|
|
37
|
+
Dynamic: classifier
|
|
38
|
+
Dynamic: description
|
|
39
|
+
Dynamic: description-content-type
|
|
40
|
+
Dynamic: home-page
|
|
41
|
+
Dynamic: keywords
|
|
42
|
+
Dynamic: license
|
|
43
|
+
Dynamic: license-file
|
|
44
|
+
Dynamic: platform
|
|
45
|
+
Dynamic: requires-dist
|
|
46
|
+
Dynamic: requires-python
|
|
47
|
+
Dynamic: summary
|
|
36
48
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
37
49
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
38
50
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -10,6 +10,7 @@ Lib/pyobjc_framework_Social.egg-info/PKG-INFO
|
|
|
10
10
|
Lib/pyobjc_framework_Social.egg-info/SOURCES.txt
|
|
11
11
|
Lib/pyobjc_framework_Social.egg-info/dependency_links.txt
|
|
12
12
|
Lib/pyobjc_framework_Social.egg-info/not-zip-safe
|
|
13
|
+
Lib/pyobjc_framework_Social.egg-info/pyobjc-build-info.txt
|
|
13
14
|
Lib/pyobjc_framework_Social.egg-info/requires.txt
|
|
14
15
|
Lib/pyobjc_framework_Social.egg-info/top_level.txt
|
|
15
16
|
PyObjCTest/__init__.py
|
|
@@ -21,8 +22,10 @@ metadata/Social.fwinfo
|
|
|
21
22
|
metadata/metadata.ini
|
|
22
23
|
metadata/raw/arm64-12.3.fwinfo
|
|
23
24
|
metadata/raw/arm64-14.5.fwinfo
|
|
25
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
24
26
|
metadata/raw/x86_64-10.10.fwinfo
|
|
25
27
|
metadata/raw/x86_64-10.16.fwinfo
|
|
26
28
|
metadata/raw/x86_64-10.8.fwinfo
|
|
27
29
|
metadata/raw/x86_64-12.3.fwinfo
|
|
28
|
-
metadata/raw/x86_64-14.5.fwinfo
|
|
30
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
31
|
+
metadata/raw/x86_64-15.0.fwinfo
|
|
@@ -1,38 +1,50 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-Social
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.1
|
|
4
4
|
Summary: Wrappers for the framework Social on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
7
7
|
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
-
License: MIT
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,Social
|
|
10
10
|
Platform: MacOS X (>=10.8)
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Programming Language :: Python
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
27
|
Classifier: Programming Language :: Objective C
|
|
29
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
32
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
32
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.1
|
|
35
|
+
Dynamic: author
|
|
36
|
+
Dynamic: author-email
|
|
37
|
+
Dynamic: classifier
|
|
38
|
+
Dynamic: description
|
|
39
|
+
Dynamic: description-content-type
|
|
40
|
+
Dynamic: home-page
|
|
41
|
+
Dynamic: keywords
|
|
42
|
+
Dynamic: license
|
|
43
|
+
Dynamic: license-file
|
|
44
|
+
Dynamic: platform
|
|
45
|
+
Dynamic: requires-dist
|
|
46
|
+
Dynamic: requires-python
|
|
47
|
+
Dynamic: summary
|
|
36
48
|
|
|
37
49
|
|
|
38
50
|
Wrappers for the "Social" framework on macOS 10.8 or later.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Unittests"""
|
|
@@ -0,0 +1,461 @@
|
|
|
1
|
+
// GENERATED FILE DO NOT EDIT
|
|
2
|
+
//
|
|
3
|
+
// This file was generated by objective.metadata
|
|
4
|
+
// Last update: Tue Jun 11 10:20:25 2024
|
|
5
|
+
{
|
|
6
|
+
"arch": "arm64",
|
|
7
|
+
"definitions": {
|
|
8
|
+
"aliases": {},
|
|
9
|
+
"called_definitions": {},
|
|
10
|
+
"cftypes": {},
|
|
11
|
+
"classes": {
|
|
12
|
+
"SLComposeServiceViewController": {
|
|
13
|
+
"categories": [],
|
|
14
|
+
"methods": [
|
|
15
|
+
{
|
|
16
|
+
"args": [],
|
|
17
|
+
"class_method": false,
|
|
18
|
+
"retval": {
|
|
19
|
+
"typestr": "v",
|
|
20
|
+
"typestr_special": false
|
|
21
|
+
},
|
|
22
|
+
"selector": "presentationAnimationDidFinish",
|
|
23
|
+
"visibility": "public"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"args": [],
|
|
27
|
+
"class_method": false,
|
|
28
|
+
"retval": {
|
|
29
|
+
"typestr": "v",
|
|
30
|
+
"typestr_special": false
|
|
31
|
+
},
|
|
32
|
+
"selector": "didSelectPost",
|
|
33
|
+
"visibility": "public"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"args": [],
|
|
37
|
+
"class_method": false,
|
|
38
|
+
"retval": {
|
|
39
|
+
"typestr": "v",
|
|
40
|
+
"typestr_special": false
|
|
41
|
+
},
|
|
42
|
+
"selector": "didSelectCancel",
|
|
43
|
+
"visibility": "public"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"args": [],
|
|
47
|
+
"class_method": false,
|
|
48
|
+
"retval": {
|
|
49
|
+
"typestr": "v",
|
|
50
|
+
"typestr_special": false
|
|
51
|
+
},
|
|
52
|
+
"selector": "cancel",
|
|
53
|
+
"visibility": "public"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"args": [],
|
|
57
|
+
"class_method": false,
|
|
58
|
+
"retval": {
|
|
59
|
+
"typestr": "Z",
|
|
60
|
+
"typestr_special": true
|
|
61
|
+
},
|
|
62
|
+
"selector": "isContentValid",
|
|
63
|
+
"visibility": "public"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"args": [],
|
|
67
|
+
"class_method": false,
|
|
68
|
+
"retval": {
|
|
69
|
+
"typestr": "v",
|
|
70
|
+
"typestr_special": false
|
|
71
|
+
},
|
|
72
|
+
"selector": "validateContent",
|
|
73
|
+
"visibility": "public"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"args": [],
|
|
77
|
+
"class_method": false,
|
|
78
|
+
"retval": {
|
|
79
|
+
"typestr": "@",
|
|
80
|
+
"typestr_special": false
|
|
81
|
+
},
|
|
82
|
+
"selector": "textView",
|
|
83
|
+
"visibility": "public"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"args": [],
|
|
87
|
+
"class_method": false,
|
|
88
|
+
"retval": {
|
|
89
|
+
"typestr": "@",
|
|
90
|
+
"typestr_special": false
|
|
91
|
+
},
|
|
92
|
+
"selector": "contentText",
|
|
93
|
+
"visibility": "public"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"args": [],
|
|
97
|
+
"class_method": false,
|
|
98
|
+
"retval": {
|
|
99
|
+
"typestr": "@",
|
|
100
|
+
"typestr_special": false
|
|
101
|
+
},
|
|
102
|
+
"selector": "placeholder",
|
|
103
|
+
"visibility": "public"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"args": [
|
|
107
|
+
{
|
|
108
|
+
"typestr": "@",
|
|
109
|
+
"typestr_special": false
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"class_method": false,
|
|
113
|
+
"retval": {
|
|
114
|
+
"typestr": "v",
|
|
115
|
+
"typestr_special": false
|
|
116
|
+
},
|
|
117
|
+
"selector": "setPlaceholder:",
|
|
118
|
+
"visibility": "public"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"args": [],
|
|
122
|
+
"class_method": false,
|
|
123
|
+
"retval": {
|
|
124
|
+
"typestr": "@",
|
|
125
|
+
"typestr_special": false
|
|
126
|
+
},
|
|
127
|
+
"selector": "charactersRemaining",
|
|
128
|
+
"visibility": "public"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"args": [
|
|
132
|
+
{
|
|
133
|
+
"typestr": "@",
|
|
134
|
+
"typestr_special": false
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"class_method": false,
|
|
138
|
+
"retval": {
|
|
139
|
+
"typestr": "v",
|
|
140
|
+
"typestr_special": false
|
|
141
|
+
},
|
|
142
|
+
"selector": "setCharactersRemaining:",
|
|
143
|
+
"visibility": "public"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"name": "SLComposeServiceViewController",
|
|
147
|
+
"properties": [
|
|
148
|
+
{
|
|
149
|
+
"attributes": [
|
|
150
|
+
"readonly"
|
|
151
|
+
],
|
|
152
|
+
"name": "textView",
|
|
153
|
+
"typestr": "@",
|
|
154
|
+
"typestr_special": false
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"attributes": [
|
|
158
|
+
"atomic",
|
|
159
|
+
"readonly"
|
|
160
|
+
],
|
|
161
|
+
"name": "contentText",
|
|
162
|
+
"typestr": "@",
|
|
163
|
+
"typestr_special": false
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"attributes": [
|
|
167
|
+
"atomic",
|
|
168
|
+
"copy"
|
|
169
|
+
],
|
|
170
|
+
"name": "placeholder",
|
|
171
|
+
"typestr": "@",
|
|
172
|
+
"typestr_special": false
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"attributes": [
|
|
176
|
+
"atomic",
|
|
177
|
+
"strong"
|
|
178
|
+
],
|
|
179
|
+
"name": "charactersRemaining",
|
|
180
|
+
"typestr": "@",
|
|
181
|
+
"typestr_special": false
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"protocols": [
|
|
185
|
+
"NSTextViewDelegate"
|
|
186
|
+
],
|
|
187
|
+
"super": "NSViewController"
|
|
188
|
+
},
|
|
189
|
+
"SLRequest": {
|
|
190
|
+
"categories": [],
|
|
191
|
+
"methods": [
|
|
192
|
+
{
|
|
193
|
+
"args": [
|
|
194
|
+
{
|
|
195
|
+
"typestr": "@",
|
|
196
|
+
"typestr_special": false
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"typestr": "q",
|
|
200
|
+
"typestr_special": false
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"typestr": "@",
|
|
204
|
+
"typestr_special": false
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"typestr": "@",
|
|
208
|
+
"typestr_special": false
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"class_method": true,
|
|
212
|
+
"retval": {
|
|
213
|
+
"typestr": "@",
|
|
214
|
+
"typestr_special": false
|
|
215
|
+
},
|
|
216
|
+
"selector": "requestForServiceType:requestMethod:URL:parameters:",
|
|
217
|
+
"visibility": "public"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"args": [
|
|
221
|
+
{
|
|
222
|
+
"typestr": "@",
|
|
223
|
+
"typestr_special": false
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"typestr": "@",
|
|
227
|
+
"typestr_special": false
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"typestr": "@",
|
|
231
|
+
"typestr_special": false
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"typestr": "@",
|
|
235
|
+
"typestr_special": false
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"class_method": false,
|
|
239
|
+
"retval": {
|
|
240
|
+
"typestr": "v",
|
|
241
|
+
"typestr_special": false
|
|
242
|
+
},
|
|
243
|
+
"selector": "addMultipartData:withName:type:filename:",
|
|
244
|
+
"visibility": "public"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"args": [
|
|
248
|
+
{
|
|
249
|
+
"typestr": "@",
|
|
250
|
+
"typestr_special": false
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"typestr": "@",
|
|
254
|
+
"typestr_special": false
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"typestr": "@",
|
|
258
|
+
"typestr_special": false
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"class_method": false,
|
|
262
|
+
"retval": {
|
|
263
|
+
"typestr": "v",
|
|
264
|
+
"typestr_special": false
|
|
265
|
+
},
|
|
266
|
+
"selector": "addMultipartData:withName:type:",
|
|
267
|
+
"visibility": "public"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"args": [],
|
|
271
|
+
"class_method": false,
|
|
272
|
+
"retval": {
|
|
273
|
+
"typestr": "@",
|
|
274
|
+
"typestr_special": false
|
|
275
|
+
},
|
|
276
|
+
"selector": "preparedURLRequest",
|
|
277
|
+
"visibility": "public"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"args": [
|
|
281
|
+
{
|
|
282
|
+
"callable": {
|
|
283
|
+
"arguments": {
|
|
284
|
+
"0": {
|
|
285
|
+
"type": "^v"
|
|
286
|
+
},
|
|
287
|
+
"1": {
|
|
288
|
+
"type": "@"
|
|
289
|
+
},
|
|
290
|
+
"2": {
|
|
291
|
+
"type": "@"
|
|
292
|
+
},
|
|
293
|
+
"3": {
|
|
294
|
+
"type": "@"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"retval": {
|
|
298
|
+
"type": "v"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"typestr": "@?",
|
|
302
|
+
"typestr_special": false
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"class_method": false,
|
|
306
|
+
"retval": {
|
|
307
|
+
"typestr": "v",
|
|
308
|
+
"typestr_special": false
|
|
309
|
+
},
|
|
310
|
+
"selector": "performRequestWithHandler:",
|
|
311
|
+
"visibility": "public"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"args": [],
|
|
315
|
+
"class_method": false,
|
|
316
|
+
"retval": {
|
|
317
|
+
"typestr": "@",
|
|
318
|
+
"typestr_special": false
|
|
319
|
+
},
|
|
320
|
+
"selector": "account",
|
|
321
|
+
"visibility": "public"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"args": [
|
|
325
|
+
{
|
|
326
|
+
"typestr": "@",
|
|
327
|
+
"typestr_special": false
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"class_method": false,
|
|
331
|
+
"retval": {
|
|
332
|
+
"typestr": "v",
|
|
333
|
+
"typestr_special": false
|
|
334
|
+
},
|
|
335
|
+
"selector": "setAccount:",
|
|
336
|
+
"visibility": "public"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"args": [],
|
|
340
|
+
"class_method": false,
|
|
341
|
+
"retval": {
|
|
342
|
+
"typestr": "q",
|
|
343
|
+
"typestr_special": false
|
|
344
|
+
},
|
|
345
|
+
"selector": "requestMethod",
|
|
346
|
+
"visibility": "public"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"args": [],
|
|
350
|
+
"class_method": false,
|
|
351
|
+
"retval": {
|
|
352
|
+
"typestr": "@",
|
|
353
|
+
"typestr_special": false
|
|
354
|
+
},
|
|
355
|
+
"selector": "URL",
|
|
356
|
+
"visibility": "public"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"args": [],
|
|
360
|
+
"class_method": false,
|
|
361
|
+
"retval": {
|
|
362
|
+
"typestr": "@",
|
|
363
|
+
"typestr_special": false
|
|
364
|
+
},
|
|
365
|
+
"selector": "parameters",
|
|
366
|
+
"visibility": "public"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"name": "SLRequest",
|
|
370
|
+
"properties": [
|
|
371
|
+
{
|
|
372
|
+
"attributes": [
|
|
373
|
+
"nonatomic",
|
|
374
|
+
"retain"
|
|
375
|
+
],
|
|
376
|
+
"name": "account",
|
|
377
|
+
"typestr": "@",
|
|
378
|
+
"typestr_special": false
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"attributes": [
|
|
382
|
+
"nonatomic",
|
|
383
|
+
"readonly"
|
|
384
|
+
],
|
|
385
|
+
"name": "requestMethod",
|
|
386
|
+
"typestr": "q",
|
|
387
|
+
"typestr_special": false
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"attributes": [
|
|
391
|
+
"nonatomic",
|
|
392
|
+
"readonly"
|
|
393
|
+
],
|
|
394
|
+
"name": "URL",
|
|
395
|
+
"typestr": "@",
|
|
396
|
+
"typestr_special": false
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"attributes": [
|
|
400
|
+
"nonatomic",
|
|
401
|
+
"readonly"
|
|
402
|
+
],
|
|
403
|
+
"name": "parameters",
|
|
404
|
+
"typestr": "@",
|
|
405
|
+
"typestr_special": false
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"protocols": [],
|
|
409
|
+
"super": "NSObject"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"enum": {
|
|
413
|
+
"SLRequestMethodDELETE": 2,
|
|
414
|
+
"SLRequestMethodGET": 0,
|
|
415
|
+
"SLRequestMethodPOST": 1,
|
|
416
|
+
"SLRequestMethodPUT": 3
|
|
417
|
+
},
|
|
418
|
+
"enum_type": {
|
|
419
|
+
"SLRequestMethod": {
|
|
420
|
+
"type": "q"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"expressions": {},
|
|
424
|
+
"externs": {
|
|
425
|
+
"SLServiceTypeFacebook": {
|
|
426
|
+
"typestr": "@"
|
|
427
|
+
},
|
|
428
|
+
"SLServiceTypeLinkedIn": {
|
|
429
|
+
"typestr": "@"
|
|
430
|
+
},
|
|
431
|
+
"SLServiceTypeSinaWeibo": {
|
|
432
|
+
"typestr": "@"
|
|
433
|
+
},
|
|
434
|
+
"SLServiceTypeTencentWeibo": {
|
|
435
|
+
"typestr": "@"
|
|
436
|
+
},
|
|
437
|
+
"SLServiceTypeTwitter": {
|
|
438
|
+
"typestr": "@"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"formal_protocols": {},
|
|
442
|
+
"func_macros": {},
|
|
443
|
+
"functions": {},
|
|
444
|
+
"informal_protocols": {},
|
|
445
|
+
"literals": {},
|
|
446
|
+
"structs": {},
|
|
447
|
+
"typedefs": {
|
|
448
|
+
"SLRequestHandler": "void (^)(NSData *, NSHTTPURLResponse *, NSError *)",
|
|
449
|
+
"SLRequestMethod": "enum SLRequestMethod"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"framework": "Social",
|
|
453
|
+
"headers": [
|
|
454
|
+
"SLComposeServiceViewController.h",
|
|
455
|
+
"SLRequest.h",
|
|
456
|
+
"SLServiceTypes.h",
|
|
457
|
+
"SocialDefines.h"
|
|
458
|
+
],
|
|
459
|
+
"release": "10.16",
|
|
460
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk"
|
|
461
|
+
}
|