pyobjc-framework-FileProviderUI 10.2__tar.gz → 10.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/FileProviderUI/__init__.py +8 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/FileProviderUI/_metadata.py +1 -1
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_fileproviderui-10.3/Lib/pyobjc_framework_FileProviderUI.egg-info/requires.txt +2 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/PKG-INFO +3 -3
- pyobjc-framework-FileProviderUI-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_fileproviderui-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc-framework-FileProviderUI-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_fileproviderui-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/setup.py +2 -1
- pyobjc-framework-FileProviderUI-10.2/Lib/pyobjc_framework_FileProviderUI.egg-info/requires.txt +0 -2
- pyobjc-framework-FileProviderUI-10.2/metadata/raw/arm64-12.0.fwinfo +0 -188
- pyobjc-framework-FileProviderUI-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -188
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/top_level.txt +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/License.txt +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/test_fileproviderui.py +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/test_fpuiactionextensioncontext.py +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/FileProviderUI.fwinfo +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/setup.cfg +0 -0
|
@@ -28,6 +28,14 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
(
|
|
33
|
+
"FPUIActionExtensionContext",
|
|
34
|
+
b"completeRequestReturningItems:completionHandler:",
|
|
35
|
+
),
|
|
36
|
+
):
|
|
37
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
38
|
+
|
|
31
39
|
del sys.modules["FileProviderUI._metadata"]
|
|
32
40
|
|
|
33
41
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-FileProviderUI
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework FileProviderUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-FileProvider>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-FileProvider>=10.3
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -16,11 +16,9 @@ PyObjCTest/test_fileproviderui.py
|
|
|
16
16
|
PyObjCTest/test_fpuiactionextensioncontext.py
|
|
17
17
|
metadata/FileProviderUI.fwinfo
|
|
18
18
|
metadata/metadata.ini
|
|
19
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
20
19
|
metadata/raw/arm64-12.3.fwinfo
|
|
21
|
-
metadata/raw/arm64-14.
|
|
20
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
22
21
|
metadata/raw/x86_64-10.15.fwinfo
|
|
23
22
|
metadata/raw/x86_64-10.16.fwinfo
|
|
24
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
25
23
|
metadata/raw/x86_64-12.3.fwinfo
|
|
26
|
-
metadata/raw/x86_64-14.
|
|
24
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-FileProviderUI
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework FileProviderUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-FileProvider>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-FileProvider>=10.3
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "FileProviderUI" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:29:14 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"FPUIBase.h"
|
|
194
194
|
],
|
|
195
195
|
"release": "10.16",
|
|
196
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
196
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
197
197
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:29:11 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"FPUIBase.h"
|
|
194
194
|
],
|
|
195
195
|
"release": "10.16",
|
|
196
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
196
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
197
197
|
}
|
|
@@ -6,6 +6,7 @@ for information on how to use this framework and PyObjC's documentation
|
|
|
6
6
|
for general tips and tricks regarding the translation between Python
|
|
7
7
|
and (Objective-)C frameworks
|
|
8
8
|
"""
|
|
9
|
+
|
|
9
10
|
import os
|
|
10
11
|
import sys
|
|
11
12
|
|
|
@@ -14,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
|
|
|
14
15
|
|
|
15
16
|
from pyobjc_setup import setup # noqa: E402
|
|
16
17
|
|
|
17
|
-
VERSION = "10.
|
|
18
|
+
VERSION = "10.3"
|
|
18
19
|
|
|
19
20
|
setup(
|
|
20
21
|
name="pyobjc-framework-FileProviderUI",
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sun Jul 11 21:38:07 2021
|
|
5
|
-
{
|
|
6
|
-
"arch": "arm64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"FPUIActionExtensionContext": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [],
|
|
17
|
-
"class_method": false,
|
|
18
|
-
"retval": {
|
|
19
|
-
"typestr": "v",
|
|
20
|
-
"typestr_special": false
|
|
21
|
-
},
|
|
22
|
-
"selector": "completeRequest",
|
|
23
|
-
"visibility": "public"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"args": [
|
|
27
|
-
{
|
|
28
|
-
"typestr": "@",
|
|
29
|
-
"typestr_special": false
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"callable": {
|
|
33
|
-
"arguments": {
|
|
34
|
-
"0": {
|
|
35
|
-
"type": "^v"
|
|
36
|
-
},
|
|
37
|
-
"1": {
|
|
38
|
-
"type": "Z"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"retval": {
|
|
42
|
-
"type": "v"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"typestr": "@?",
|
|
46
|
-
"typestr_special": false
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"class_method": false,
|
|
50
|
-
"retval": {
|
|
51
|
-
"typestr": "v",
|
|
52
|
-
"typestr_special": false
|
|
53
|
-
},
|
|
54
|
-
"selector": "completeRequestReturningItems:completionHandler:",
|
|
55
|
-
"visibility": "public"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"args": [
|
|
59
|
-
{
|
|
60
|
-
"typestr": "@",
|
|
61
|
-
"typestr_special": false
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"class_method": false,
|
|
65
|
-
"retval": {
|
|
66
|
-
"typestr": "v",
|
|
67
|
-
"typestr_special": false
|
|
68
|
-
},
|
|
69
|
-
"selector": "cancelRequestWithError:",
|
|
70
|
-
"visibility": "public"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"args": [],
|
|
74
|
-
"class_method": false,
|
|
75
|
-
"retval": {
|
|
76
|
-
"typestr": "@",
|
|
77
|
-
"typestr_special": false
|
|
78
|
-
},
|
|
79
|
-
"selector": "domainIdentifier",
|
|
80
|
-
"visibility": "public"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"name": "FPUIActionExtensionContext",
|
|
84
|
-
"properties": [
|
|
85
|
-
{
|
|
86
|
-
"attributes": [
|
|
87
|
-
"copy",
|
|
88
|
-
"readonly"
|
|
89
|
-
],
|
|
90
|
-
"name": "domainIdentifier",
|
|
91
|
-
"typestr": "@",
|
|
92
|
-
"typestr_special": false
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"protocols": [],
|
|
96
|
-
"super": "NSExtensionContext"
|
|
97
|
-
},
|
|
98
|
-
"FPUIActionExtensionViewController": {
|
|
99
|
-
"categories": [],
|
|
100
|
-
"methods": [
|
|
101
|
-
{
|
|
102
|
-
"args": [
|
|
103
|
-
{
|
|
104
|
-
"typestr": "@",
|
|
105
|
-
"typestr_special": false
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"class_method": false,
|
|
109
|
-
"retval": {
|
|
110
|
-
"typestr": "v",
|
|
111
|
-
"typestr_special": false
|
|
112
|
-
},
|
|
113
|
-
"selector": "prepareForError:",
|
|
114
|
-
"visibility": "public"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"args": [
|
|
118
|
-
{
|
|
119
|
-
"typestr": "@",
|
|
120
|
-
"typestr_special": false
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"typestr": "@",
|
|
124
|
-
"typestr_special": false
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"class_method": false,
|
|
128
|
-
"retval": {
|
|
129
|
-
"typestr": "v",
|
|
130
|
-
"typestr_special": false
|
|
131
|
-
},
|
|
132
|
-
"selector": "prepareForActionWithIdentifier:itemIdentifiers:",
|
|
133
|
-
"visibility": "public"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"args": [],
|
|
137
|
-
"class_method": false,
|
|
138
|
-
"retval": {
|
|
139
|
-
"typestr": "@",
|
|
140
|
-
"typestr_special": false
|
|
141
|
-
},
|
|
142
|
-
"selector": "extensionContext",
|
|
143
|
-
"visibility": "public"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"name": "FPUIActionExtensionViewController",
|
|
147
|
-
"properties": [
|
|
148
|
-
{
|
|
149
|
-
"attributes": [
|
|
150
|
-
"nonatomic",
|
|
151
|
-
"readonly",
|
|
152
|
-
"strong"
|
|
153
|
-
],
|
|
154
|
-
"name": "extensionContext",
|
|
155
|
-
"typestr": "@",
|
|
156
|
-
"typestr_special": false
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"protocols": [],
|
|
160
|
-
"super": "NSViewController"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"enum": {
|
|
164
|
-
"FPUIExtensionErrorCodeFailed": 1,
|
|
165
|
-
"FPUIExtensionErrorCodeUserCancelled": 0
|
|
166
|
-
},
|
|
167
|
-
"expressions": {},
|
|
168
|
-
"externs": {
|
|
169
|
-
"FPUIErrorDomain": {
|
|
170
|
-
"typestr": "@"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"formal_protocols": {},
|
|
174
|
-
"func_macros": {},
|
|
175
|
-
"functions": {},
|
|
176
|
-
"informal_protocols": {},
|
|
177
|
-
"literals": {},
|
|
178
|
-
"structs": {}
|
|
179
|
-
},
|
|
180
|
-
"framework": "FileProviderUI",
|
|
181
|
-
"headers": [
|
|
182
|
-
"FPUIActionExtensionContext.h",
|
|
183
|
-
"FPUIActionExtensionViewController.h",
|
|
184
|
-
"FPUIBase.h"
|
|
185
|
-
],
|
|
186
|
-
"release": "10.16",
|
|
187
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
|
|
188
|
-
}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sun Jul 11 21:38:05 2021
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"FPUIActionExtensionContext": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [],
|
|
17
|
-
"class_method": false,
|
|
18
|
-
"retval": {
|
|
19
|
-
"typestr": "v",
|
|
20
|
-
"typestr_special": false
|
|
21
|
-
},
|
|
22
|
-
"selector": "completeRequest",
|
|
23
|
-
"visibility": "public"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"args": [
|
|
27
|
-
{
|
|
28
|
-
"typestr": "@",
|
|
29
|
-
"typestr_special": false
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"callable": {
|
|
33
|
-
"arguments": {
|
|
34
|
-
"0": {
|
|
35
|
-
"type": "^v"
|
|
36
|
-
},
|
|
37
|
-
"1": {
|
|
38
|
-
"type": "Z"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"retval": {
|
|
42
|
-
"type": "v"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"typestr": "@?",
|
|
46
|
-
"typestr_special": false
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"class_method": false,
|
|
50
|
-
"retval": {
|
|
51
|
-
"typestr": "v",
|
|
52
|
-
"typestr_special": false
|
|
53
|
-
},
|
|
54
|
-
"selector": "completeRequestReturningItems:completionHandler:",
|
|
55
|
-
"visibility": "public"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"args": [
|
|
59
|
-
{
|
|
60
|
-
"typestr": "@",
|
|
61
|
-
"typestr_special": false
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"class_method": false,
|
|
65
|
-
"retval": {
|
|
66
|
-
"typestr": "v",
|
|
67
|
-
"typestr_special": false
|
|
68
|
-
},
|
|
69
|
-
"selector": "cancelRequestWithError:",
|
|
70
|
-
"visibility": "public"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"args": [],
|
|
74
|
-
"class_method": false,
|
|
75
|
-
"retval": {
|
|
76
|
-
"typestr": "@",
|
|
77
|
-
"typestr_special": false
|
|
78
|
-
},
|
|
79
|
-
"selector": "domainIdentifier",
|
|
80
|
-
"visibility": "public"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"name": "FPUIActionExtensionContext",
|
|
84
|
-
"properties": [
|
|
85
|
-
{
|
|
86
|
-
"attributes": [
|
|
87
|
-
"copy",
|
|
88
|
-
"readonly"
|
|
89
|
-
],
|
|
90
|
-
"name": "domainIdentifier",
|
|
91
|
-
"typestr": "@",
|
|
92
|
-
"typestr_special": false
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"protocols": [],
|
|
96
|
-
"super": "NSExtensionContext"
|
|
97
|
-
},
|
|
98
|
-
"FPUIActionExtensionViewController": {
|
|
99
|
-
"categories": [],
|
|
100
|
-
"methods": [
|
|
101
|
-
{
|
|
102
|
-
"args": [
|
|
103
|
-
{
|
|
104
|
-
"typestr": "@",
|
|
105
|
-
"typestr_special": false
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"class_method": false,
|
|
109
|
-
"retval": {
|
|
110
|
-
"typestr": "v",
|
|
111
|
-
"typestr_special": false
|
|
112
|
-
},
|
|
113
|
-
"selector": "prepareForError:",
|
|
114
|
-
"visibility": "public"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"args": [
|
|
118
|
-
{
|
|
119
|
-
"typestr": "@",
|
|
120
|
-
"typestr_special": false
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"typestr": "@",
|
|
124
|
-
"typestr_special": false
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"class_method": false,
|
|
128
|
-
"retval": {
|
|
129
|
-
"typestr": "v",
|
|
130
|
-
"typestr_special": false
|
|
131
|
-
},
|
|
132
|
-
"selector": "prepareForActionWithIdentifier:itemIdentifiers:",
|
|
133
|
-
"visibility": "public"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"args": [],
|
|
137
|
-
"class_method": false,
|
|
138
|
-
"retval": {
|
|
139
|
-
"typestr": "@",
|
|
140
|
-
"typestr_special": false
|
|
141
|
-
},
|
|
142
|
-
"selector": "extensionContext",
|
|
143
|
-
"visibility": "public"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"name": "FPUIActionExtensionViewController",
|
|
147
|
-
"properties": [
|
|
148
|
-
{
|
|
149
|
-
"attributes": [
|
|
150
|
-
"nonatomic",
|
|
151
|
-
"readonly",
|
|
152
|
-
"strong"
|
|
153
|
-
],
|
|
154
|
-
"name": "extensionContext",
|
|
155
|
-
"typestr": "@",
|
|
156
|
-
"typestr_special": false
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"protocols": [],
|
|
160
|
-
"super": "NSViewController"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"enum": {
|
|
164
|
-
"FPUIExtensionErrorCodeFailed": 1,
|
|
165
|
-
"FPUIExtensionErrorCodeUserCancelled": 0
|
|
166
|
-
},
|
|
167
|
-
"expressions": {},
|
|
168
|
-
"externs": {
|
|
169
|
-
"FPUIErrorDomain": {
|
|
170
|
-
"typestr": "@"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"formal_protocols": {},
|
|
174
|
-
"func_macros": {},
|
|
175
|
-
"functions": {},
|
|
176
|
-
"informal_protocols": {},
|
|
177
|
-
"literals": {},
|
|
178
|
-
"structs": {}
|
|
179
|
-
},
|
|
180
|
-
"framework": "FileProviderUI",
|
|
181
|
-
"headers": [
|
|
182
|
-
"FPUIActionExtensionContext.h",
|
|
183
|
-
"FPUIActionExtensionViewController.h",
|
|
184
|
-
"FPUIBase.h"
|
|
185
|
-
],
|
|
186
|
-
"release": "10.16",
|
|
187
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
|
|
188
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/metadata/metadata.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/pyobjc_setup.py
RENAMED
|
File without changes
|
{pyobjc-framework-FileProviderUI-10.2 → pyobjc_framework_fileproviderui-10.3}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|