pyobjc-framework-ExtensionKit 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_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/ExtensionKit/_metadata.py +1 -1
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/pyobjc_framework_ExtensionKit.egg-info/PKG-INFO +5 -6
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/pyobjc_framework_ExtensionKit.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_extensionkit-12.2/Lib/pyobjc_framework_ExtensionKit.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_extensionkit-12.2/Lib/pyobjc_framework_ExtensionKit.egg-info/requires.txt +2 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/pyobjc-compat.h +24 -50
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/PKG-INFO +5 -6
- pyobjc_framework_extensionkit-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_extensionkit-12.2/metadata/raw/arm64-26.5.fwinfo +37 -3
- pyobjc_framework_extensionkit-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_extensionkit-12.2/metadata/raw/x86_64-26.5.fwinfo +37 -3
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/setup.py +1 -1
- pyobjc_framework_extensionkit-12.0/Lib/pyobjc_framework_ExtensionKit.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_extensionkit-12.0/Lib/pyobjc_framework_ExtensionKit.egg-info/requires.txt +0 -2
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/ExtensionKit/__init__.py +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/pyobjc_framework_ExtensionKit.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/pyobjc_framework_ExtensionKit.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Lib/pyobjc_framework_ExtensionKit.egg-info/top_level.txt +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/License.txt +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/_ExtensionKit.m +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/_ExtensionKit_protocols.m +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/pyobjc-api.h +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/PyObjCTest/test_exappextensionbrowserviewcontroller.py +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/PyObjCTest/test_exhostviewcontroller.py +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/PyObjCTest/test_extensionkit.py +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/metadata/ExtensionKit.fwinfo +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExtensionKit
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework ExtensionKit 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 ::
|
|
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
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -23,5 +23,5 @@ PyObjCTest/test_exhostviewcontroller.py
|
|
|
23
23
|
PyObjCTest/test_extensionkit.py
|
|
24
24
|
metadata/ExtensionKit.fwinfo
|
|
25
25
|
metadata/metadata.ini
|
|
26
|
-
metadata/raw/arm64-26.
|
|
27
|
-
metadata/raw/x86_64-26.
|
|
26
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
27
|
+
metadata/raw/x86_64-26.5.fwinfo
|
{pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/pyobjc-compat.h
RENAMED
|
@@ -22,12 +22,14 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
22
22
|
* Start of compiler definitions
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
|
+
#if 0
|
|
25
26
|
#ifndef __has_feature
|
|
26
27
|
#define __has_feature(x) 0
|
|
27
28
|
#endif
|
|
28
29
|
#ifndef __has_extension
|
|
29
30
|
#define __has_extension(x) __has_feature(x)
|
|
30
31
|
#endif
|
|
32
|
+
#endif
|
|
31
33
|
|
|
32
34
|
#if __has_extension(c_static_assert)
|
|
33
35
|
#define STATIC_ASSERT(test, message) _Static_assert(test, message)
|
|
@@ -55,46 +57,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
55
57
|
/*
|
|
56
58
|
*
|
|
57
59
|
* Start of compiler support helpers
|
|
58
|
-
*
|
|
59
|
-
* XXX: Are these needed?
|
|
60
60
|
*/
|
|
61
61
|
|
|
62
|
-
#ifdef __GNUC__
|
|
63
62
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|
|
64
63
|
#define likely(x) __builtin_expect(!!(x), 1)
|
|
65
|
-
#else
|
|
66
|
-
#define likely(x) x
|
|
67
|
-
#define likely(x) x
|
|
68
|
-
#endif
|
|
69
|
-
|
|
70
|
-
/* On some versions of GCC <limits.h> defines LONG_LONG_MAX but not LLONG_MAX, compensate.
|
|
71
|
-
*/
|
|
72
|
-
#ifndef LLONG_MIN
|
|
73
|
-
#ifdef LONG_LONG_MIN
|
|
74
|
-
#define LLONG_MIN LONG_LONG_MIN
|
|
75
|
-
#define LLONG_MAX LONG_LONG_MAX
|
|
76
|
-
#define ULLONG_MAX ULONG_LONG_MAX
|
|
77
|
-
#endif
|
|
78
|
-
#endif
|
|
79
|
-
|
|
80
|
-
/*
|
|
81
|
-
*
|
|
82
|
-
* End of compiler support helpers
|
|
83
|
-
*
|
|
84
|
-
* XXX: These two are no longer needed, all supported platforms
|
|
85
|
-
* are 64-bit
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
#if __LP64__
|
|
89
|
-
#define Py_ARG_NSInteger "l"
|
|
90
|
-
#define Py_ARG_NSUInteger "k"
|
|
91
|
-
#else
|
|
92
|
-
#define Py_ARG_NSInteger "i"
|
|
93
|
-
#define Py_ARG_NSUInteger "I"
|
|
94
|
-
#endif
|
|
95
|
-
|
|
96
|
-
#define PyObjC__STR(x) #x
|
|
97
|
-
#define PyObjC_STR(x) PyObjC__STR(x)
|
|
98
64
|
|
|
99
65
|
/*
|
|
100
66
|
*
|
|
@@ -131,20 +97,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
131
97
|
|
|
132
98
|
extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
|
|
133
99
|
|
|
134
|
-
/*
|
|
135
|
-
* A micro optimization: when using Python 3.3 or later it
|
|
136
|
-
* is possible to access a 'char*' with an ASCII representation
|
|
137
|
-
* of a unicode object without first converting it to a bytes
|
|
138
|
-
* string (if the string can be encoded as ASCII in the first
|
|
139
|
-
* place.
|
|
140
|
-
*
|
|
141
|
-
* This slightly reduces the object allocation rate during
|
|
142
|
-
* attribute access.
|
|
143
|
-
*
|
|
144
|
-
* XXX: Use PyUnicode_AsUTF8 instead.
|
|
145
|
-
*/
|
|
146
|
-
extern const char* _Nullable PyObjC_Unicode_Fast_Bytes(PyObject* object);
|
|
147
|
-
|
|
148
100
|
#ifdef __clang__
|
|
149
101
|
|
|
150
102
|
#ifndef Py_LIMITED_API
|
|
@@ -286,6 +238,23 @@ static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
|
|
|
286
238
|
Py_XINCREF(result);
|
|
287
239
|
return result;
|
|
288
240
|
}
|
|
241
|
+
|
|
242
|
+
static inline int
|
|
243
|
+
PyDict_SetDefaultRef(PyObject* p, PyObject* key, PyObject* default_value,
|
|
244
|
+
PyObject* _Nonnull* _Nullable result)
|
|
245
|
+
{
|
|
246
|
+
*result = PyDict_SetDefault(p, key, default_value);
|
|
247
|
+
if (*result == NULL) {
|
|
248
|
+
return -1;
|
|
249
|
+
}
|
|
250
|
+
Py_INCREF(*result);
|
|
251
|
+
|
|
252
|
+
/* This does not follow the spec, should return 1 when the key was already
|
|
253
|
+
* in the dict. That part of the API is not used in PyObjC though.
|
|
254
|
+
*/
|
|
255
|
+
return 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
289
258
|
#endif
|
|
290
259
|
|
|
291
260
|
#if PY_VERSION_HEX < 0x030c0000
|
|
@@ -392,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
|
|
|
392
361
|
}
|
|
393
362
|
#endif
|
|
394
363
|
|
|
364
|
+
#if PY_VERSION_HEX < 0x030f00a7
|
|
365
|
+
#define PyAnyDict_CheckExact PyDict_CheckExact
|
|
366
|
+
#define PyAnyDict_Check PyDict_Check
|
|
367
|
+
#endif
|
|
368
|
+
|
|
395
369
|
NS_ASSUME_NONNULL_END
|
|
396
370
|
|
|
397
371
|
#endif /* PyObjC_COMPAT_H */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExtensionKit
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework ExtensionKit 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 ::
|
|
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
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=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:
|
|
4
|
+
// Last update: Sun May 24 11:48:40 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -23,13 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"args": [
|
|
25
25
|
{
|
|
26
|
+
"name": "error",
|
|
27
|
+
"null_accepted": true,
|
|
26
28
|
"type_modifier": "o",
|
|
29
|
+
"type_name": "NSError * _Nullable *",
|
|
27
30
|
"typestr": "^@",
|
|
28
31
|
"typestr_special": false
|
|
29
32
|
}
|
|
30
33
|
],
|
|
31
34
|
"class_method": false,
|
|
35
|
+
"introduced": "13.0",
|
|
32
36
|
"retval": {
|
|
37
|
+
"type_name": "NSXPCConnection *",
|
|
33
38
|
"typestr": "@",
|
|
34
39
|
"typestr_special": false
|
|
35
40
|
},
|
|
@@ -39,7 +44,9 @@
|
|
|
39
44
|
{
|
|
40
45
|
"args": [],
|
|
41
46
|
"class_method": false,
|
|
47
|
+
"introduced": "13.0",
|
|
42
48
|
"retval": {
|
|
49
|
+
"type_name": "id<EXHostViewControllerDelegate>",
|
|
43
50
|
"typestr": "@",
|
|
44
51
|
"typestr_special": false
|
|
45
52
|
},
|
|
@@ -49,12 +56,17 @@
|
|
|
49
56
|
{
|
|
50
57
|
"args": [
|
|
51
58
|
{
|
|
59
|
+
"name": "delegate",
|
|
60
|
+
"null_accepted": true,
|
|
61
|
+
"type_name": "id<EXHostViewControllerDelegate>",
|
|
52
62
|
"typestr": "@",
|
|
53
63
|
"typestr_special": false
|
|
54
64
|
}
|
|
55
65
|
],
|
|
56
66
|
"class_method": false,
|
|
67
|
+
"introduced": "13.0",
|
|
57
68
|
"retval": {
|
|
69
|
+
"type_name": "void",
|
|
58
70
|
"typestr": "v",
|
|
59
71
|
"typestr_special": false
|
|
60
72
|
},
|
|
@@ -64,7 +76,9 @@
|
|
|
64
76
|
{
|
|
65
77
|
"args": [],
|
|
66
78
|
"class_method": false,
|
|
79
|
+
"introduced": "13.0",
|
|
67
80
|
"retval": {
|
|
81
|
+
"type_name": "NSView *",
|
|
68
82
|
"typestr": "@",
|
|
69
83
|
"typestr_special": false
|
|
70
84
|
},
|
|
@@ -74,12 +88,17 @@
|
|
|
74
88
|
{
|
|
75
89
|
"args": [
|
|
76
90
|
{
|
|
91
|
+
"name": "placeholderView",
|
|
92
|
+
"null_accepted": true,
|
|
93
|
+
"type_name": "NSView *",
|
|
77
94
|
"typestr": "@",
|
|
78
95
|
"typestr_special": false
|
|
79
96
|
}
|
|
80
97
|
],
|
|
81
98
|
"class_method": false,
|
|
99
|
+
"introduced": "13.0",
|
|
82
100
|
"retval": {
|
|
101
|
+
"type_name": "void",
|
|
83
102
|
"typestr": "v",
|
|
84
103
|
"typestr_special": false
|
|
85
104
|
},
|
|
@@ -95,6 +114,7 @@
|
|
|
95
114
|
"weak"
|
|
96
115
|
],
|
|
97
116
|
"name": "delegate",
|
|
117
|
+
"type_name": "id<EXHostViewControllerDelegate>",
|
|
98
118
|
"typestr": "@",
|
|
99
119
|
"typestr_special": false
|
|
100
120
|
},
|
|
@@ -104,6 +124,7 @@
|
|
|
104
124
|
"strong"
|
|
105
125
|
],
|
|
106
126
|
"name": "placeholderView",
|
|
127
|
+
"type_name": "NSView *",
|
|
107
128
|
"typestr": "@",
|
|
108
129
|
"typestr_special": false
|
|
109
130
|
}
|
|
@@ -125,13 +146,18 @@
|
|
|
125
146
|
{
|
|
126
147
|
"args": [
|
|
127
148
|
{
|
|
149
|
+
"name": "viewController",
|
|
150
|
+
"null_accepted": true,
|
|
151
|
+
"type_name": "EXHostViewController *",
|
|
128
152
|
"typestr": "@",
|
|
129
153
|
"typestr_special": false
|
|
130
154
|
}
|
|
131
155
|
],
|
|
132
156
|
"class_method": false,
|
|
157
|
+
"introduced": "13.0",
|
|
133
158
|
"required": false,
|
|
134
159
|
"retval": {
|
|
160
|
+
"type_name": "void",
|
|
135
161
|
"typestr": "v",
|
|
136
162
|
"typestr_special": false
|
|
137
163
|
},
|
|
@@ -141,17 +167,25 @@
|
|
|
141
167
|
{
|
|
142
168
|
"args": [
|
|
143
169
|
{
|
|
170
|
+
"name": "viewController",
|
|
171
|
+
"null_accepted": true,
|
|
172
|
+
"type_name": "EXHostViewController *",
|
|
144
173
|
"typestr": "@",
|
|
145
174
|
"typestr_special": false
|
|
146
175
|
},
|
|
147
176
|
{
|
|
177
|
+
"name": "error",
|
|
178
|
+
"null_accepted": true,
|
|
179
|
+
"type_name": "NSError *",
|
|
148
180
|
"typestr": "@",
|
|
149
181
|
"typestr_special": false
|
|
150
182
|
}
|
|
151
183
|
],
|
|
152
184
|
"class_method": false,
|
|
185
|
+
"introduced": "13.0",
|
|
153
186
|
"required": false,
|
|
154
187
|
"retval": {
|
|
188
|
+
"type_name": "void",
|
|
155
189
|
"typestr": "v",
|
|
156
190
|
"typestr_special": false
|
|
157
191
|
},
|
|
@@ -174,6 +208,6 @@
|
|
|
174
208
|
"EXAppExtensionBrowserViewController.h",
|
|
175
209
|
"EXHostViewController.h"
|
|
176
210
|
],
|
|
177
|
-
"release": "
|
|
178
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
211
|
+
"release": "26.5",
|
|
212
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
179
213
|
}
|
|
@@ -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:48:37 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -23,13 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"args": [
|
|
25
25
|
{
|
|
26
|
+
"name": "error",
|
|
27
|
+
"null_accepted": true,
|
|
26
28
|
"type_modifier": "o",
|
|
29
|
+
"type_name": "NSError * _Nullable *",
|
|
27
30
|
"typestr": "^@",
|
|
28
31
|
"typestr_special": false
|
|
29
32
|
}
|
|
30
33
|
],
|
|
31
34
|
"class_method": false,
|
|
35
|
+
"introduced": "13.0",
|
|
32
36
|
"retval": {
|
|
37
|
+
"type_name": "NSXPCConnection *",
|
|
33
38
|
"typestr": "@",
|
|
34
39
|
"typestr_special": false
|
|
35
40
|
},
|
|
@@ -39,7 +44,9 @@
|
|
|
39
44
|
{
|
|
40
45
|
"args": [],
|
|
41
46
|
"class_method": false,
|
|
47
|
+
"introduced": "13.0",
|
|
42
48
|
"retval": {
|
|
49
|
+
"type_name": "id<EXHostViewControllerDelegate>",
|
|
43
50
|
"typestr": "@",
|
|
44
51
|
"typestr_special": false
|
|
45
52
|
},
|
|
@@ -49,12 +56,17 @@
|
|
|
49
56
|
{
|
|
50
57
|
"args": [
|
|
51
58
|
{
|
|
59
|
+
"name": "delegate",
|
|
60
|
+
"null_accepted": true,
|
|
61
|
+
"type_name": "id<EXHostViewControllerDelegate>",
|
|
52
62
|
"typestr": "@",
|
|
53
63
|
"typestr_special": false
|
|
54
64
|
}
|
|
55
65
|
],
|
|
56
66
|
"class_method": false,
|
|
67
|
+
"introduced": "13.0",
|
|
57
68
|
"retval": {
|
|
69
|
+
"type_name": "void",
|
|
58
70
|
"typestr": "v",
|
|
59
71
|
"typestr_special": false
|
|
60
72
|
},
|
|
@@ -64,7 +76,9 @@
|
|
|
64
76
|
{
|
|
65
77
|
"args": [],
|
|
66
78
|
"class_method": false,
|
|
79
|
+
"introduced": "13.0",
|
|
67
80
|
"retval": {
|
|
81
|
+
"type_name": "NSView *",
|
|
68
82
|
"typestr": "@",
|
|
69
83
|
"typestr_special": false
|
|
70
84
|
},
|
|
@@ -74,12 +88,17 @@
|
|
|
74
88
|
{
|
|
75
89
|
"args": [
|
|
76
90
|
{
|
|
91
|
+
"name": "placeholderView",
|
|
92
|
+
"null_accepted": true,
|
|
93
|
+
"type_name": "NSView *",
|
|
77
94
|
"typestr": "@",
|
|
78
95
|
"typestr_special": false
|
|
79
96
|
}
|
|
80
97
|
],
|
|
81
98
|
"class_method": false,
|
|
99
|
+
"introduced": "13.0",
|
|
82
100
|
"retval": {
|
|
101
|
+
"type_name": "void",
|
|
83
102
|
"typestr": "v",
|
|
84
103
|
"typestr_special": false
|
|
85
104
|
},
|
|
@@ -95,6 +114,7 @@
|
|
|
95
114
|
"weak"
|
|
96
115
|
],
|
|
97
116
|
"name": "delegate",
|
|
117
|
+
"type_name": "id<EXHostViewControllerDelegate>",
|
|
98
118
|
"typestr": "@",
|
|
99
119
|
"typestr_special": false
|
|
100
120
|
},
|
|
@@ -104,6 +124,7 @@
|
|
|
104
124
|
"strong"
|
|
105
125
|
],
|
|
106
126
|
"name": "placeholderView",
|
|
127
|
+
"type_name": "NSView *",
|
|
107
128
|
"typestr": "@",
|
|
108
129
|
"typestr_special": false
|
|
109
130
|
}
|
|
@@ -125,13 +146,18 @@
|
|
|
125
146
|
{
|
|
126
147
|
"args": [
|
|
127
148
|
{
|
|
149
|
+
"name": "viewController",
|
|
150
|
+
"null_accepted": true,
|
|
151
|
+
"type_name": "EXHostViewController *",
|
|
128
152
|
"typestr": "@",
|
|
129
153
|
"typestr_special": false
|
|
130
154
|
}
|
|
131
155
|
],
|
|
132
156
|
"class_method": false,
|
|
157
|
+
"introduced": "13.0",
|
|
133
158
|
"required": false,
|
|
134
159
|
"retval": {
|
|
160
|
+
"type_name": "void",
|
|
135
161
|
"typestr": "v",
|
|
136
162
|
"typestr_special": false
|
|
137
163
|
},
|
|
@@ -141,17 +167,25 @@
|
|
|
141
167
|
{
|
|
142
168
|
"args": [
|
|
143
169
|
{
|
|
170
|
+
"name": "viewController",
|
|
171
|
+
"null_accepted": true,
|
|
172
|
+
"type_name": "EXHostViewController *",
|
|
144
173
|
"typestr": "@",
|
|
145
174
|
"typestr_special": false
|
|
146
175
|
},
|
|
147
176
|
{
|
|
177
|
+
"name": "error",
|
|
178
|
+
"null_accepted": true,
|
|
179
|
+
"type_name": "NSError *",
|
|
148
180
|
"typestr": "@",
|
|
149
181
|
"typestr_special": false
|
|
150
182
|
}
|
|
151
183
|
],
|
|
152
184
|
"class_method": false,
|
|
185
|
+
"introduced": "13.0",
|
|
153
186
|
"required": false,
|
|
154
187
|
"retval": {
|
|
188
|
+
"type_name": "void",
|
|
155
189
|
"typestr": "v",
|
|
156
190
|
"typestr_special": false
|
|
157
191
|
},
|
|
@@ -174,6 +208,6 @@
|
|
|
174
208
|
"EXAppExtensionBrowserViewController.h",
|
|
175
209
|
"EXHostViewController.h"
|
|
176
210
|
],
|
|
177
|
-
"release": "
|
|
178
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
211
|
+
"release": "26.5",
|
|
212
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
179
213
|
}
|
|
@@ -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
|
{pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/_ExtensionKit.m
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/Modules/pyobjc-api.h
RENAMED
|
File without changes
|
{pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_extensionkit-12.0 → pyobjc_framework_extensionkit-12.2}/metadata/metadata.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|