pyobjc-framework-FileProviderUI 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.
Files changed (25) hide show
  1. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/FileProviderUI/_metadata.py +1 -1
  2. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/pyobjc_framework_FileProviderUI.egg-info/PKG-INFO +5 -6
  3. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/pyobjc_framework_FileProviderUI.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_fileproviderui-12.2/Lib/pyobjc_framework_FileProviderUI.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_fileproviderui-12.2/Lib/pyobjc_framework_FileProviderUI.egg-info/requires.txt +2 -0
  6. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/PKG-INFO +5 -6
  7. pyobjc_framework_fileproviderui-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_fileproviderui-12.2/metadata/raw/arm64-26.5.fwinfo +48 -6
  8. pyobjc_framework_fileproviderui-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_fileproviderui-12.2/metadata/raw/x86_64-26.5.fwinfo +48 -6
  9. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/pyobjc_setup.py +4 -5
  10. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/setup.py +1 -1
  11. pyobjc_framework_fileproviderui-12.0/Lib/pyobjc_framework_FileProviderUI.egg-info/pyobjc-build-info.txt +0 -3
  12. pyobjc_framework_fileproviderui-12.0/Lib/pyobjc_framework_FileProviderUI.egg-info/requires.txt +0 -2
  13. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/FileProviderUI/__init__.py +0 -0
  14. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/pyobjc_framework_FileProviderUI.egg-info/dependency_links.txt +0 -0
  15. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/pyobjc_framework_FileProviderUI.egg-info/not-zip-safe +0 -0
  16. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/Lib/pyobjc_framework_FileProviderUI.egg-info/top_level.txt +0 -0
  17. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/License.txt +0 -0
  18. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/MANIFEST.in +0 -0
  19. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/PyObjCTest/__init__.py +0 -0
  20. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/PyObjCTest/test_fileproviderui.py +0 -0
  21. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/PyObjCTest/test_fpuiactionextensioncontext.py +0 -0
  22. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/metadata/FileProviderUI.fwinfo +0 -0
  23. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/metadata/metadata.ini +0 -0
  24. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/pyproject.toml +0 -0
  25. {pyobjc_framework_fileproviderui-12.0 → pyobjc_framework_fileproviderui-12.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Fri Jul 25 11:49:38 2025
3
+ # Last update: Sun May 24 11:49:08 2026
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-FileProviderUI
3
- Version: 12.0
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework FileProviderUI 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,14 +24,14 @@ 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 :: 2 - Beta
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.9
31
+ Requires-Python: >=3.10
33
32
  Description-Content-Type: text/x-rst; charset=UTF-8
34
- Requires-Dist: pyobjc-core>=12.0
35
- Requires-Dist: pyobjc-framework-FileProvider>=12.0
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-FileProvider>=12.2
36
35
  Dynamic: author
37
36
  Dynamic: author-email
38
37
  Dynamic: classifier
@@ -17,5 +17,5 @@ PyObjCTest/test_fileproviderui.py
17
17
  PyObjCTest/test_fpuiactionextensioncontext.py
18
18
  metadata/FileProviderUI.fwinfo
19
19
  metadata/metadata.ini
20
- metadata/raw/arm64-26.0.fwinfo
21
- metadata/raw/x86_64-26.0.fwinfo
20
+ metadata/raw/arm64-26.5.fwinfo
21
+ metadata/raw/x86_64-26.5.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=12.2
2
+ pyobjc-framework-FileProvider>=12.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-FileProviderUI
3
- Version: 12.0
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework FileProviderUI 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,14 +24,14 @@ 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 :: 2 - Beta
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.9
31
+ Requires-Python: >=3.10
33
32
  Description-Content-Type: text/x-rst; charset=UTF-8
34
- Requires-Dist: pyobjc-core>=12.0
35
- Requires-Dist: pyobjc-framework-FileProvider>=12.0
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-FileProvider>=12.2
36
35
  Dynamic: author
37
36
  Dynamic: author-email
38
37
  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: Fri Jul 25 11:49:32 2025
4
+ // Last update: Sun May 24 11:49:08 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.15",
18
19
  "retval": {
20
+ "type_name": "void",
19
21
  "typestr": "v",
20
22
  "typestr_special": false
21
23
  },
@@ -25,6 +27,9 @@
25
27
  {
26
28
  "args": [
27
29
  {
30
+ "name": "items",
31
+ "null_accepted": true,
32
+ "type_name": "NSArray *",
28
33
  "typestr": "@",
29
34
  "typestr_special": false
30
35
  },
@@ -35,19 +40,25 @@
35
40
  "type": "^v"
36
41
  },
37
42
  "1": {
38
- "type": "Z"
43
+ "type": "Z",
44
+ "type_name": "BOOL"
39
45
  }
40
46
  },
41
47
  "retval": {
42
48
  "type": "v"
43
49
  }
44
50
  },
51
+ "name": "completionHandler",
52
+ "null_accepted": true,
53
+ "type_name": "void (^)(BOOL)",
45
54
  "typestr": "@?",
46
55
  "typestr_special": false
47
56
  }
48
57
  ],
49
58
  "class_method": false,
59
+ "introduced": "10.15",
50
60
  "retval": {
61
+ "type_name": "void",
51
62
  "typestr": "v",
52
63
  "typestr_special": false
53
64
  },
@@ -57,12 +68,17 @@
57
68
  {
58
69
  "args": [
59
70
  {
71
+ "name": "error",
72
+ "null_accepted": true,
73
+ "type_name": "NSError *",
60
74
  "typestr": "@",
61
75
  "typestr_special": false
62
76
  }
63
77
  ],
64
78
  "class_method": false,
79
+ "introduced": "10.15",
65
80
  "retval": {
81
+ "type_name": "void",
66
82
  "typestr": "v",
67
83
  "typestr_special": false
68
84
  },
@@ -72,7 +88,9 @@
72
88
  {
73
89
  "args": [],
74
90
  "class_method": false,
91
+ "introduced": "10.15",
75
92
  "retval": {
93
+ "type_name": "NSFileProviderDomainIdentifier",
76
94
  "typestr": "@",
77
95
  "typestr_special": false
78
96
  },
@@ -88,6 +106,7 @@
88
106
  "readonly"
89
107
  ],
90
108
  "name": "domainIdentifier",
109
+ "type_name": "NSFileProviderDomainIdentifier",
91
110
  "typestr": "@",
92
111
  "typestr_special": false
93
112
  }
@@ -101,12 +120,17 @@
101
120
  {
102
121
  "args": [
103
122
  {
123
+ "name": "error",
124
+ "null_accepted": true,
125
+ "type_name": "NSError *",
104
126
  "typestr": "@",
105
127
  "typestr_special": false
106
128
  }
107
129
  ],
108
130
  "class_method": false,
131
+ "introduced": "10.15",
109
132
  "retval": {
133
+ "type_name": "void",
110
134
  "typestr": "v",
111
135
  "typestr_special": false
112
136
  },
@@ -116,16 +140,24 @@
116
140
  {
117
141
  "args": [
118
142
  {
143
+ "name": "actionIdentifier",
144
+ "null_accepted": true,
145
+ "type_name": "NSString *",
119
146
  "typestr": "@",
120
147
  "typestr_special": false
121
148
  },
122
149
  {
150
+ "name": "itemIdentifiers",
151
+ "null_accepted": true,
152
+ "type_name": "NSArray<NSFileProviderItemIdentifier> *",
123
153
  "typestr": "@",
124
154
  "typestr_special": false
125
155
  }
126
156
  ],
127
157
  "class_method": false,
158
+ "introduced": "10.15",
128
159
  "retval": {
160
+ "type_name": "void",
129
161
  "typestr": "v",
130
162
  "typestr_special": false
131
163
  },
@@ -135,7 +167,9 @@
135
167
  {
136
168
  "args": [],
137
169
  "class_method": false,
170
+ "introduced": "10.15",
138
171
  "retval": {
172
+ "type_name": "FPUIActionExtensionContext *",
139
173
  "typestr": "@",
140
174
  "typestr_special": false
141
175
  },
@@ -152,6 +186,7 @@
152
186
  "strong"
153
187
  ],
154
188
  "name": "extensionContext",
189
+ "type_name": "FPUIActionExtensionContext *",
155
190
  "typestr": "@",
156
191
  "typestr_special": false
157
192
  }
@@ -161,8 +196,14 @@
161
196
  }
162
197
  },
163
198
  "enum": {
164
- "FPUIExtensionErrorCodeFailed": 1,
165
- "FPUIExtensionErrorCodeUserCancelled": 0
199
+ "FPUIExtensionErrorCodeFailed": {
200
+ "enum": "FPUIExtensionErrorCode",
201
+ "value": 1
202
+ },
203
+ "FPUIExtensionErrorCodeUserCancelled": {
204
+ "enum": "FPUIExtensionErrorCode",
205
+ "value": 0
206
+ }
166
207
  },
167
208
  "enum_type": {
168
209
  "FPUIExtensionErrorCode": {
@@ -172,6 +213,7 @@
172
213
  "expressions": {},
173
214
  "externs": {
174
215
  "FPUIErrorDomain": {
216
+ "type_name": "NSString *const",
175
217
  "typestr": "@"
176
218
  }
177
219
  },
@@ -192,6 +234,6 @@
192
234
  "FPUIActionExtensionViewController.h",
193
235
  "FPUIBase.h"
194
236
  ],
195
- "release": "10.16",
196
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
237
+ "release": "26.5",
238
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
197
239
  }
@@ -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: Fri Jul 25 11:49:29 2025
4
+ // Last update: Sun May 24 11:49:05 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.15",
18
19
  "retval": {
20
+ "type_name": "void",
19
21
  "typestr": "v",
20
22
  "typestr_special": false
21
23
  },
@@ -25,6 +27,9 @@
25
27
  {
26
28
  "args": [
27
29
  {
30
+ "name": "items",
31
+ "null_accepted": true,
32
+ "type_name": "NSArray *",
28
33
  "typestr": "@",
29
34
  "typestr_special": false
30
35
  },
@@ -35,19 +40,25 @@
35
40
  "type": "^v"
36
41
  },
37
42
  "1": {
38
- "type": "Z"
43
+ "type": "Z",
44
+ "type_name": "BOOL"
39
45
  }
40
46
  },
41
47
  "retval": {
42
48
  "type": "v"
43
49
  }
44
50
  },
51
+ "name": "completionHandler",
52
+ "null_accepted": true,
53
+ "type_name": "void (^)(BOOL)",
45
54
  "typestr": "@?",
46
55
  "typestr_special": false
47
56
  }
48
57
  ],
49
58
  "class_method": false,
59
+ "introduced": "10.15",
50
60
  "retval": {
61
+ "type_name": "void",
51
62
  "typestr": "v",
52
63
  "typestr_special": false
53
64
  },
@@ -57,12 +68,17 @@
57
68
  {
58
69
  "args": [
59
70
  {
71
+ "name": "error",
72
+ "null_accepted": true,
73
+ "type_name": "NSError *",
60
74
  "typestr": "@",
61
75
  "typestr_special": false
62
76
  }
63
77
  ],
64
78
  "class_method": false,
79
+ "introduced": "10.15",
65
80
  "retval": {
81
+ "type_name": "void",
66
82
  "typestr": "v",
67
83
  "typestr_special": false
68
84
  },
@@ -72,7 +88,9 @@
72
88
  {
73
89
  "args": [],
74
90
  "class_method": false,
91
+ "introduced": "10.15",
75
92
  "retval": {
93
+ "type_name": "NSFileProviderDomainIdentifier",
76
94
  "typestr": "@",
77
95
  "typestr_special": false
78
96
  },
@@ -88,6 +106,7 @@
88
106
  "readonly"
89
107
  ],
90
108
  "name": "domainIdentifier",
109
+ "type_name": "NSFileProviderDomainIdentifier",
91
110
  "typestr": "@",
92
111
  "typestr_special": false
93
112
  }
@@ -101,12 +120,17 @@
101
120
  {
102
121
  "args": [
103
122
  {
123
+ "name": "error",
124
+ "null_accepted": true,
125
+ "type_name": "NSError *",
104
126
  "typestr": "@",
105
127
  "typestr_special": false
106
128
  }
107
129
  ],
108
130
  "class_method": false,
131
+ "introduced": "10.15",
109
132
  "retval": {
133
+ "type_name": "void",
110
134
  "typestr": "v",
111
135
  "typestr_special": false
112
136
  },
@@ -116,16 +140,24 @@
116
140
  {
117
141
  "args": [
118
142
  {
143
+ "name": "actionIdentifier",
144
+ "null_accepted": true,
145
+ "type_name": "NSString *",
119
146
  "typestr": "@",
120
147
  "typestr_special": false
121
148
  },
122
149
  {
150
+ "name": "itemIdentifiers",
151
+ "null_accepted": true,
152
+ "type_name": "NSArray<NSFileProviderItemIdentifier> *",
123
153
  "typestr": "@",
124
154
  "typestr_special": false
125
155
  }
126
156
  ],
127
157
  "class_method": false,
158
+ "introduced": "10.15",
128
159
  "retval": {
160
+ "type_name": "void",
129
161
  "typestr": "v",
130
162
  "typestr_special": false
131
163
  },
@@ -135,7 +167,9 @@
135
167
  {
136
168
  "args": [],
137
169
  "class_method": false,
170
+ "introduced": "10.15",
138
171
  "retval": {
172
+ "type_name": "FPUIActionExtensionContext *",
139
173
  "typestr": "@",
140
174
  "typestr_special": false
141
175
  },
@@ -152,6 +186,7 @@
152
186
  "strong"
153
187
  ],
154
188
  "name": "extensionContext",
189
+ "type_name": "FPUIActionExtensionContext *",
155
190
  "typestr": "@",
156
191
  "typestr_special": false
157
192
  }
@@ -161,8 +196,14 @@
161
196
  }
162
197
  },
163
198
  "enum": {
164
- "FPUIExtensionErrorCodeFailed": 1,
165
- "FPUIExtensionErrorCodeUserCancelled": 0
199
+ "FPUIExtensionErrorCodeFailed": {
200
+ "enum": "FPUIExtensionErrorCode",
201
+ "value": 1
202
+ },
203
+ "FPUIExtensionErrorCodeUserCancelled": {
204
+ "enum": "FPUIExtensionErrorCode",
205
+ "value": 0
206
+ }
166
207
  },
167
208
  "enum_type": {
168
209
  "FPUIExtensionErrorCode": {
@@ -172,6 +213,7 @@
172
213
  "expressions": {},
173
214
  "externs": {
174
215
  "FPUIErrorDomain": {
216
+ "type_name": "NSString *const",
175
217
  "typestr": "@"
176
218
  }
177
219
  },
@@ -192,6 +234,6 @@
192
234
  "FPUIActionExtensionViewController.h",
193
235
  "FPUIBase.h"
194
236
  ],
195
- "release": "10.16",
196
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
237
+ "release": "26.5",
238
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
197
239
  }
@@ -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", "-productversion"], text=True
90
+ ["sw_vers", "-productVersion"], text=True
91
91
  ).strip()
92
92
  macos_build = subprocess.check_output(
93
- ["sw_vers", "-buildversion"], text=True
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 :: 2 - Beta
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.9",
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,
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import setup # noqa: E402
17
17
 
18
- VERSION = "12.0"
18
+ VERSION = "12.2"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-FileProviderUI",
@@ -1,3 +0,0 @@
1
- macOS 26.0.1 (25A362)
2
- Apple clang version 17.0.0 (clang-1700.3.19.1)
3
- SDK: macOS 26.0
@@ -1,2 +0,0 @@
1
- pyobjc-core>=12.0
2
- pyobjc-framework-FileProvider>=12.0