pyobjc-framework-Accessibility 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-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/Accessibility/__init__.py +20 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/Accessibility/_metadata.py +57 -3
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/pyobjc_framework_Accessibility.egg-info/PKG-INFO +4 -4
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/pyobjc_framework_Accessibility.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_accessibility-10.3/Lib/pyobjc_framework_Accessibility.egg-info/requires.txt +3 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PKG-INFO +4 -4
- pyobjc-framework-Accessibility-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_accessibility-10.3/metadata/raw/arm64-14.5.fwinfo +42 -3
- pyobjc-framework-Accessibility-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_accessibility-10.3/metadata/raw/x86_64-14.5.fwinfo +42 -3
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/setup.py +2 -1
- pyobjc-framework-Accessibility-10.2/Lib/pyobjc_framework_Accessibility.egg-info/requires.txt +0 -3
- pyobjc-framework-Accessibility-10.2/metadata/raw/arm64-12.1.fwinfo +0 -2194
- pyobjc-framework-Accessibility-10.2/metadata/raw/x86_64-12.1.fwinfo +0 -2194
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/pyobjc_framework_Accessibility.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/pyobjc_framework_Accessibility.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Lib/pyobjc_framework_Accessibility.egg-info/top_level.txt +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/License.txt +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Modules/_Accessibility.m +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Modules/_Accessibility_protocols.m +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/test_accessibility.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/test_axaudiograph.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/test_axbraillemap.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/test_axcustomcontent.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/test_axsettings.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/PyObjCTest/test_cxcolorutilities.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/metadata/Accessibility.fwinfo +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-Accessibility-10.2 → pyobjc_framework_accessibility-10.3}/setup.cfg +0 -0
|
@@ -39,6 +39,26 @@ def _setup():
|
|
|
39
39
|
except objc.error:
|
|
40
40
|
pass
|
|
41
41
|
|
|
42
|
+
for cls, sel in (
|
|
43
|
+
("AXNumericDataAxisDescriptor", b"init"),
|
|
44
|
+
("AXNumericDataAxisDescriptor", b"new"),
|
|
45
|
+
("AXCategoricalDataAxisDescriptor", b"init"),
|
|
46
|
+
("AXCategoricalDataAxisDescriptor", b"new"),
|
|
47
|
+
("AXDataPointValue", b"init"),
|
|
48
|
+
("AXDataPointValue", b"new"),
|
|
49
|
+
("AXDataPoint", b"init"),
|
|
50
|
+
("AXDataPoint", b"new"),
|
|
51
|
+
("AXDataSeriesDescriptor", b"init"),
|
|
52
|
+
("AXDataSeriesDescriptor", b"new"),
|
|
53
|
+
("AXChartDescriptor", b"init"),
|
|
54
|
+
("AXChartDescriptor", b"new"),
|
|
55
|
+
("AXCustomContent", b"init"),
|
|
56
|
+
("AXCustomContent", b"new"),
|
|
57
|
+
("AXBrailleMap", b"init"),
|
|
58
|
+
("AXBrailleMap", b"new"),
|
|
59
|
+
):
|
|
60
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
61
|
+
|
|
42
62
|
del sys.modules["Accessibility._metadata"]
|
|
43
63
|
|
|
44
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:16:40 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -108,13 +108,25 @@ try:
|
|
|
108
108
|
"arguments": {
|
|
109
109
|
2: {
|
|
110
110
|
"callable": {
|
|
111
|
-
"retval": {"type": b"
|
|
112
|
-
"arguments": {0: {"type": b"^v"}},
|
|
111
|
+
"retval": {"type": b"@"},
|
|
112
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"d"}},
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
)
|
|
118
|
+
r(
|
|
119
|
+
b"AXNumericDataAxisDescriptor",
|
|
120
|
+
b"valueDescriptionProvider",
|
|
121
|
+
{
|
|
122
|
+
"retval": {
|
|
123
|
+
"callable": {
|
|
124
|
+
"retval": {"type": b"@"},
|
|
125
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"d"}},
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
)
|
|
118
130
|
r(
|
|
119
131
|
b"NSObject",
|
|
120
132
|
b"accessibilityBrailleMapRenderRegion",
|
|
@@ -239,6 +251,48 @@ try:
|
|
|
239
251
|
r(b"NSObject", b"title", {"required": True, "retval": {"type": b"@"}})
|
|
240
252
|
finally:
|
|
241
253
|
objc._updatingMetadata(False)
|
|
254
|
+
|
|
255
|
+
objc.registerNewKeywordsFromSelector(
|
|
256
|
+
"AXCategoricalDataAxisDescriptor", b"initWithAttributedTitle:categoryOrder:"
|
|
257
|
+
)
|
|
258
|
+
objc.registerNewKeywordsFromSelector(
|
|
259
|
+
"AXCategoricalDataAxisDescriptor", b"initWithTitle:categoryOrder:"
|
|
260
|
+
)
|
|
261
|
+
objc.registerNewKeywordsFromSelector(
|
|
262
|
+
"AXChartDescriptor",
|
|
263
|
+
b"initWithAttributedTitle:summary:xAxisDescriptor:yAxisDescriptor:additionalAxes:series:",
|
|
264
|
+
)
|
|
265
|
+
objc.registerNewKeywordsFromSelector(
|
|
266
|
+
"AXChartDescriptor",
|
|
267
|
+
b"initWithAttributedTitle:summary:xAxisDescriptor:yAxisDescriptor:series:",
|
|
268
|
+
)
|
|
269
|
+
objc.registerNewKeywordsFromSelector(
|
|
270
|
+
"AXChartDescriptor",
|
|
271
|
+
b"initWithTitle:summary:xAxisDescriptor:yAxisDescriptor:additionalAxes:series:",
|
|
272
|
+
)
|
|
273
|
+
objc.registerNewKeywordsFromSelector(
|
|
274
|
+
"AXChartDescriptor",
|
|
275
|
+
b"initWithTitle:summary:xAxisDescriptor:yAxisDescriptor:series:",
|
|
276
|
+
)
|
|
277
|
+
objc.registerNewKeywordsFromSelector("AXDataPoint", b"initWithX:y:")
|
|
278
|
+
objc.registerNewKeywordsFromSelector("AXDataPoint", b"initWithX:y:additionalValues:")
|
|
279
|
+
objc.registerNewKeywordsFromSelector(
|
|
280
|
+
"AXDataPoint", b"initWithX:y:additionalValues:label:"
|
|
281
|
+
)
|
|
282
|
+
objc.registerNewKeywordsFromSelector(
|
|
283
|
+
"AXDataSeriesDescriptor", b"initWithAttributedName:isContinuous:dataPoints:"
|
|
284
|
+
)
|
|
285
|
+
objc.registerNewKeywordsFromSelector(
|
|
286
|
+
"AXDataSeriesDescriptor", b"initWithName:isContinuous:dataPoints:"
|
|
287
|
+
)
|
|
288
|
+
objc.registerNewKeywordsFromSelector(
|
|
289
|
+
"AXNumericDataAxisDescriptor",
|
|
290
|
+
b"initWithAttributedTitle:lowerBound:upperBound:gridlinePositions:valueDescriptionProvider:",
|
|
291
|
+
)
|
|
292
|
+
objc.registerNewKeywordsFromSelector(
|
|
293
|
+
"AXNumericDataAxisDescriptor",
|
|
294
|
+
b"initWithTitle:lowerBound:upperBound:gridlinePositions:valueDescriptionProvider:",
|
|
295
|
+
)
|
|
242
296
|
expressions = {}
|
|
243
297
|
|
|
244
298
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Accessibility
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework Accessibility on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,9 +30,9 @@ 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-Cocoa>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3
|
|
36
36
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
37
37
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
38
38
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -24,10 +24,8 @@ PyObjCTest/test_axsettings.py
|
|
|
24
24
|
PyObjCTest/test_cxcolorutilities.py
|
|
25
25
|
metadata/Accessibility.fwinfo
|
|
26
26
|
metadata/metadata.ini
|
|
27
|
-
metadata/raw/arm64-12.1.fwinfo
|
|
28
27
|
metadata/raw/arm64-12.3.fwinfo
|
|
29
|
-
metadata/raw/arm64-14.
|
|
28
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
30
29
|
metadata/raw/x86_64-10.16.fwinfo
|
|
31
|
-
metadata/raw/x86_64-12.1.fwinfo
|
|
32
30
|
metadata/raw/x86_64-12.3.fwinfo
|
|
33
|
-
metadata/raw/x86_64-14.
|
|
31
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Accessibility
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework Accessibility on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,9 +30,9 @@ 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-Cocoa>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
Wrappers for the "Accessibility" 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:
|
|
4
|
+
// Last update: Sat May 18 09:16:40 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -1718,6 +1718,19 @@
|
|
|
1718
1718
|
"args": [],
|
|
1719
1719
|
"class_method": false,
|
|
1720
1720
|
"retval": {
|
|
1721
|
+
"callable": {
|
|
1722
|
+
"arguments": {
|
|
1723
|
+
"0": {
|
|
1724
|
+
"type": "^v"
|
|
1725
|
+
},
|
|
1726
|
+
"1": {
|
|
1727
|
+
"type": "d"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"retval": {
|
|
1731
|
+
"type": "@"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1721
1734
|
"typestr": "@?",
|
|
1722
1735
|
"typestr_special": false
|
|
1723
1736
|
},
|
|
@@ -1731,10 +1744,13 @@
|
|
|
1731
1744
|
"arguments": {
|
|
1732
1745
|
"0": {
|
|
1733
1746
|
"type": "^v"
|
|
1747
|
+
},
|
|
1748
|
+
"1": {
|
|
1749
|
+
"type": "d"
|
|
1734
1750
|
}
|
|
1735
1751
|
},
|
|
1736
1752
|
"retval": {
|
|
1737
|
-
"type": "
|
|
1753
|
+
"type": "@"
|
|
1738
1754
|
}
|
|
1739
1755
|
},
|
|
1740
1756
|
"typestr": "@?",
|
|
@@ -1913,6 +1929,19 @@
|
|
|
1913
1929
|
"class_method": false,
|
|
1914
1930
|
"required": false,
|
|
1915
1931
|
"retval": {
|
|
1932
|
+
"callable": {
|
|
1933
|
+
"arguments": {
|
|
1934
|
+
"0": {
|
|
1935
|
+
"type": "^v"
|
|
1936
|
+
},
|
|
1937
|
+
"1": {
|
|
1938
|
+
"type": "@"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
"retval": {
|
|
1942
|
+
"type": "v"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1916
1945
|
"typestr": "@?",
|
|
1917
1946
|
"typestr_special": false
|
|
1918
1947
|
},
|
|
@@ -2052,6 +2081,16 @@
|
|
|
2052
2081
|
"class_method": false,
|
|
2053
2082
|
"required": false,
|
|
2054
2083
|
"retval": {
|
|
2084
|
+
"callable": {
|
|
2085
|
+
"arguments": {
|
|
2086
|
+
"0": {
|
|
2087
|
+
"type": "^v"
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
"retval": {
|
|
2091
|
+
"type": "v"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2055
2094
|
"typestr": "@?",
|
|
2056
2095
|
"typestr_special": false
|
|
2057
2096
|
},
|
|
@@ -2279,5 +2318,5 @@
|
|
|
2279
2318
|
"AXSettings.h"
|
|
2280
2319
|
],
|
|
2281
2320
|
"release": "10.16",
|
|
2282
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
2321
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
2283
2322
|
}
|
|
@@ -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: Sat May 18 09:16:38 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -1718,6 +1718,19 @@
|
|
|
1718
1718
|
"args": [],
|
|
1719
1719
|
"class_method": false,
|
|
1720
1720
|
"retval": {
|
|
1721
|
+
"callable": {
|
|
1722
|
+
"arguments": {
|
|
1723
|
+
"0": {
|
|
1724
|
+
"type": "^v"
|
|
1725
|
+
},
|
|
1726
|
+
"1": {
|
|
1727
|
+
"type": "d"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"retval": {
|
|
1731
|
+
"type": "@"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1721
1734
|
"typestr": "@?",
|
|
1722
1735
|
"typestr_special": false
|
|
1723
1736
|
},
|
|
@@ -1731,10 +1744,13 @@
|
|
|
1731
1744
|
"arguments": {
|
|
1732
1745
|
"0": {
|
|
1733
1746
|
"type": "^v"
|
|
1747
|
+
},
|
|
1748
|
+
"1": {
|
|
1749
|
+
"type": "d"
|
|
1734
1750
|
}
|
|
1735
1751
|
},
|
|
1736
1752
|
"retval": {
|
|
1737
|
-
"type": "
|
|
1753
|
+
"type": "@"
|
|
1738
1754
|
}
|
|
1739
1755
|
},
|
|
1740
1756
|
"typestr": "@?",
|
|
@@ -1913,6 +1929,19 @@
|
|
|
1913
1929
|
"class_method": false,
|
|
1914
1930
|
"required": false,
|
|
1915
1931
|
"retval": {
|
|
1932
|
+
"callable": {
|
|
1933
|
+
"arguments": {
|
|
1934
|
+
"0": {
|
|
1935
|
+
"type": "^v"
|
|
1936
|
+
},
|
|
1937
|
+
"1": {
|
|
1938
|
+
"type": "@"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
"retval": {
|
|
1942
|
+
"type": "v"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1916
1945
|
"typestr": "@?",
|
|
1917
1946
|
"typestr_special": false
|
|
1918
1947
|
},
|
|
@@ -2052,6 +2081,16 @@
|
|
|
2052
2081
|
"class_method": false,
|
|
2053
2082
|
"required": false,
|
|
2054
2083
|
"retval": {
|
|
2084
|
+
"callable": {
|
|
2085
|
+
"arguments": {
|
|
2086
|
+
"0": {
|
|
2087
|
+
"type": "^v"
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
"retval": {
|
|
2091
|
+
"type": "v"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2055
2094
|
"typestr": "@?",
|
|
2056
2095
|
"typestr_special": false
|
|
2057
2096
|
},
|
|
@@ -2279,5 +2318,5 @@
|
|
|
2279
2318
|
"AXSettings.h"
|
|
2280
2319
|
],
|
|
2281
2320
|
"release": "10.16",
|
|
2282
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
2321
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
2283
2322
|
}
|
|
@@ -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, Extension # noqa: E402
|
|
16
17
|
|
|
17
|
-
VERSION = "10.
|
|
18
|
+
VERSION = "10.3"
|
|
18
19
|
|
|
19
20
|
setup(
|
|
20
21
|
name="pyobjc-framework-Accessibility",
|