pyobjc-framework-UserNotificationsUI 12.1__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_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/UserNotificationsUI/_metadata.py +1 -1
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/pyobjc_framework_UserNotificationsUI.egg-info/PKG-INFO +5 -5
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/pyobjc_framework_UserNotificationsUI.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_usernotificationsui-12.2/Lib/pyobjc_framework_UserNotificationsUI.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_usernotificationsui-12.2/Lib/pyobjc_framework_UserNotificationsUI.egg-info/requires.txt +4 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/PKG-INFO +5 -5
- pyobjc_framework_usernotificationsui-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_usernotificationsui-12.2/metadata/raw/arm64-26.5.fwinfo +71 -10
- pyobjc_framework_usernotificationsui-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_usernotificationsui-12.2/metadata/raw/x86_64-26.5.fwinfo +71 -10
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/setup.py +1 -1
- pyobjc_framework_usernotificationsui-12.1/Lib/pyobjc_framework_UserNotificationsUI.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_usernotificationsui-12.1/Lib/pyobjc_framework_UserNotificationsUI.egg-info/requires.txt +0 -4
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/UserNotificationsUI/__init__.py +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/pyobjc_framework_UserNotificationsUI.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/pyobjc_framework_UserNotificationsUI.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/Lib/pyobjc_framework_UserNotificationsUI.egg-info/top_level.txt +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/License.txt +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/PyObjCTest/test_unnotificationcontentextension.py +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/PyObjCTest/test_usernotificationsui.py +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/metadata/UserNotificationsUI.fwinfo +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/pyobjc_setup.py +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-UserNotificationsUI
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework UserNotificationsUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,10 +30,10 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=12.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
35
|
-
Requires-Dist: pyobjc-core>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-UserNotifications>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
36
|
+
Requires-Dist: pyobjc-framework-UserNotifications>=12.2
|
|
37
37
|
Dynamic: author
|
|
38
38
|
Dynamic: author-email
|
|
39
39
|
Dynamic: classifier
|
|
@@ -17,5 +17,5 @@ PyObjCTest/test_unnotificationcontentextension.py
|
|
|
17
17
|
PyObjCTest/test_usernotificationsui.py
|
|
18
18
|
metadata/UserNotificationsUI.fwinfo
|
|
19
19
|
metadata/metadata.ini
|
|
20
|
-
metadata/raw/arm64-26.
|
|
21
|
-
metadata/raw/x86_64-26.
|
|
20
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
21
|
+
metadata/raw/x86_64-26.5.fwinfo
|
{pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-UserNotificationsUI
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework UserNotificationsUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,10 +30,10 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=12.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
35
|
-
Requires-Dist: pyobjc-core>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-UserNotifications>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
36
|
+
Requires-Dist: pyobjc-framework-UserNotifications>=12.2
|
|
37
37
|
Dynamic: author
|
|
38
38
|
Dynamic: author-email
|
|
39
39
|
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 12:00:13 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
{
|
|
15
15
|
"args": [],
|
|
16
16
|
"class_method": false,
|
|
17
|
+
"introduced": "11.0",
|
|
17
18
|
"retval": {
|
|
19
|
+
"type_name": "void",
|
|
18
20
|
"typestr": "v",
|
|
19
21
|
"typestr_special": false
|
|
20
22
|
},
|
|
@@ -24,7 +26,9 @@
|
|
|
24
26
|
{
|
|
25
27
|
"args": [],
|
|
26
28
|
"class_method": false,
|
|
29
|
+
"introduced": "11.0",
|
|
27
30
|
"retval": {
|
|
31
|
+
"type_name": "void",
|
|
28
32
|
"typestr": "v",
|
|
29
33
|
"typestr_special": false
|
|
30
34
|
},
|
|
@@ -34,7 +38,9 @@
|
|
|
34
38
|
{
|
|
35
39
|
"args": [],
|
|
36
40
|
"class_method": false,
|
|
41
|
+
"introduced": "11.0",
|
|
37
42
|
"retval": {
|
|
43
|
+
"type_name": "void",
|
|
38
44
|
"typestr": "v",
|
|
39
45
|
"typestr_special": false
|
|
40
46
|
},
|
|
@@ -44,7 +50,9 @@
|
|
|
44
50
|
{
|
|
45
51
|
"args": [],
|
|
46
52
|
"class_method": false,
|
|
53
|
+
"introduced": "11.0",
|
|
47
54
|
"retval": {
|
|
55
|
+
"type_name": "void",
|
|
48
56
|
"typestr": "v",
|
|
49
57
|
"typestr_special": false
|
|
50
58
|
},
|
|
@@ -54,7 +62,9 @@
|
|
|
54
62
|
{
|
|
55
63
|
"args": [],
|
|
56
64
|
"class_method": false,
|
|
65
|
+
"introduced": "11.0",
|
|
57
66
|
"retval": {
|
|
67
|
+
"type_name": "NSArray<UNNotificationAction *> *",
|
|
58
68
|
"typestr": "@",
|
|
59
69
|
"typestr_special": false
|
|
60
70
|
},
|
|
@@ -64,12 +74,17 @@
|
|
|
64
74
|
{
|
|
65
75
|
"args": [
|
|
66
76
|
{
|
|
77
|
+
"name": "notificationActions",
|
|
78
|
+
"null_accepted": true,
|
|
79
|
+
"type_name": "NSArray<UNNotificationAction *> *",
|
|
67
80
|
"typestr": "@",
|
|
68
81
|
"typestr_special": false
|
|
69
82
|
}
|
|
70
83
|
],
|
|
71
84
|
"class_method": false,
|
|
85
|
+
"introduced": "11.0",
|
|
72
86
|
"retval": {
|
|
87
|
+
"type_name": "void",
|
|
73
88
|
"typestr": "v",
|
|
74
89
|
"typestr_special": false
|
|
75
90
|
},
|
|
@@ -85,6 +100,7 @@
|
|
|
85
100
|
"nonatomic"
|
|
86
101
|
],
|
|
87
102
|
"name": "notificationActions",
|
|
103
|
+
"type_name": "NSArray<UNNotificationAction *> *",
|
|
88
104
|
"typestr": "@",
|
|
89
105
|
"typestr_special": false
|
|
90
106
|
}
|
|
@@ -93,12 +109,30 @@
|
|
|
93
109
|
}
|
|
94
110
|
},
|
|
95
111
|
"enum": {
|
|
96
|
-
"UNNotificationContentExtensionMediaPlayPauseButtonTypeDefault":
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
|
|
112
|
+
"UNNotificationContentExtensionMediaPlayPauseButtonTypeDefault": {
|
|
113
|
+
"enum": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
114
|
+
"value": 1
|
|
115
|
+
},
|
|
116
|
+
"UNNotificationContentExtensionMediaPlayPauseButtonTypeNone": {
|
|
117
|
+
"enum": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
118
|
+
"value": 0
|
|
119
|
+
},
|
|
120
|
+
"UNNotificationContentExtensionMediaPlayPauseButtonTypeOverlay": {
|
|
121
|
+
"enum": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
122
|
+
"value": 2
|
|
123
|
+
},
|
|
124
|
+
"UNNotificationContentExtensionResponseOptionDismiss": {
|
|
125
|
+
"enum": "UNNotificationContentExtensionResponseOption",
|
|
126
|
+
"value": 1
|
|
127
|
+
},
|
|
128
|
+
"UNNotificationContentExtensionResponseOptionDismissAndForwardAction": {
|
|
129
|
+
"enum": "UNNotificationContentExtensionResponseOption",
|
|
130
|
+
"value": 2
|
|
131
|
+
},
|
|
132
|
+
"UNNotificationContentExtensionResponseOptionDoNotDismiss": {
|
|
133
|
+
"enum": "UNNotificationContentExtensionResponseOption",
|
|
134
|
+
"value": 0
|
|
135
|
+
}
|
|
102
136
|
},
|
|
103
137
|
"enum_type": {
|
|
104
138
|
"UNNotificationContentExtensionMediaPlayPauseButtonType": {
|
|
@@ -119,13 +153,18 @@
|
|
|
119
153
|
{
|
|
120
154
|
"args": [
|
|
121
155
|
{
|
|
156
|
+
"name": "notification",
|
|
157
|
+
"null_accepted": true,
|
|
158
|
+
"type_name": "UNNotification *",
|
|
122
159
|
"typestr": "@",
|
|
123
160
|
"typestr_special": false
|
|
124
161
|
}
|
|
125
162
|
],
|
|
126
163
|
"class_method": false,
|
|
164
|
+
"introduced": "11.0",
|
|
127
165
|
"required": true,
|
|
128
166
|
"retval": {
|
|
167
|
+
"type_name": "void",
|
|
129
168
|
"typestr": "v",
|
|
130
169
|
"typestr_special": false
|
|
131
170
|
},
|
|
@@ -135,6 +174,9 @@
|
|
|
135
174
|
{
|
|
136
175
|
"args": [
|
|
137
176
|
{
|
|
177
|
+
"name": "response",
|
|
178
|
+
"null_accepted": true,
|
|
179
|
+
"type_name": "UNNotificationResponse *",
|
|
138
180
|
"typestr": "@",
|
|
139
181
|
"typestr_special": false
|
|
140
182
|
},
|
|
@@ -145,20 +187,26 @@
|
|
|
145
187
|
"type": "^v"
|
|
146
188
|
},
|
|
147
189
|
"1": {
|
|
148
|
-
"type": "Q"
|
|
190
|
+
"type": "Q",
|
|
191
|
+
"type_name": "UNNotificationContentExtensionResponseOption"
|
|
149
192
|
}
|
|
150
193
|
},
|
|
151
194
|
"retval": {
|
|
152
195
|
"type": "v"
|
|
153
196
|
}
|
|
154
197
|
},
|
|
198
|
+
"name": "completion",
|
|
199
|
+
"null_accepted": true,
|
|
200
|
+
"type_name": "void (^)(UNNotificationContentExtensionResponseOption)",
|
|
155
201
|
"typestr": "@?",
|
|
156
202
|
"typestr_special": false
|
|
157
203
|
}
|
|
158
204
|
],
|
|
159
205
|
"class_method": false,
|
|
206
|
+
"introduced": "11.0",
|
|
160
207
|
"required": false,
|
|
161
208
|
"retval": {
|
|
209
|
+
"type_name": "void",
|
|
162
210
|
"typestr": "v",
|
|
163
211
|
"typestr_special": false
|
|
164
212
|
},
|
|
@@ -168,8 +216,10 @@
|
|
|
168
216
|
{
|
|
169
217
|
"args": [],
|
|
170
218
|
"class_method": false,
|
|
219
|
+
"introduced": "11.0",
|
|
171
220
|
"required": false,
|
|
172
221
|
"retval": {
|
|
222
|
+
"type_name": "void",
|
|
173
223
|
"typestr": "v",
|
|
174
224
|
"typestr_special": false
|
|
175
225
|
},
|
|
@@ -179,8 +229,10 @@
|
|
|
179
229
|
{
|
|
180
230
|
"args": [],
|
|
181
231
|
"class_method": false,
|
|
232
|
+
"introduced": "11.0",
|
|
182
233
|
"required": false,
|
|
183
234
|
"retval": {
|
|
235
|
+
"type_name": "void",
|
|
184
236
|
"typestr": "v",
|
|
185
237
|
"typestr_special": false
|
|
186
238
|
},
|
|
@@ -190,8 +242,10 @@
|
|
|
190
242
|
{
|
|
191
243
|
"args": [],
|
|
192
244
|
"class_method": false,
|
|
245
|
+
"introduced": "11.0",
|
|
193
246
|
"required": false,
|
|
194
247
|
"retval": {
|
|
248
|
+
"type_name": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
195
249
|
"typestr": "Q",
|
|
196
250
|
"typestr_special": false
|
|
197
251
|
},
|
|
@@ -201,8 +255,10 @@
|
|
|
201
255
|
{
|
|
202
256
|
"args": [],
|
|
203
257
|
"class_method": false,
|
|
258
|
+
"introduced": "11.0",
|
|
204
259
|
"required": false,
|
|
205
260
|
"retval": {
|
|
261
|
+
"type_name": "CGRect",
|
|
206
262
|
"typestr": "{CGRect={CGPoint=dd}{CGSize=dd}}",
|
|
207
263
|
"typestr_special": false
|
|
208
264
|
},
|
|
@@ -212,8 +268,10 @@
|
|
|
212
268
|
{
|
|
213
269
|
"args": [],
|
|
214
270
|
"class_method": false,
|
|
271
|
+
"introduced": "11.0",
|
|
215
272
|
"required": false,
|
|
216
273
|
"retval": {
|
|
274
|
+
"type_name": "NSColor *",
|
|
217
275
|
"typestr": "@",
|
|
218
276
|
"typestr_special": false
|
|
219
277
|
},
|
|
@@ -229,6 +287,7 @@
|
|
|
229
287
|
"readonly"
|
|
230
288
|
],
|
|
231
289
|
"name": "mediaPlayPauseButtonType",
|
|
290
|
+
"type_name": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
232
291
|
"typestr": "Q",
|
|
233
292
|
"typestr_special": false
|
|
234
293
|
},
|
|
@@ -239,6 +298,7 @@
|
|
|
239
298
|
"readonly"
|
|
240
299
|
],
|
|
241
300
|
"name": "mediaPlayPauseButtonFrame",
|
|
301
|
+
"type_name": "CGRect",
|
|
242
302
|
"typestr": "{CGRect={CGPoint=dd}{CGSize=dd}}",
|
|
243
303
|
"typestr_special": false
|
|
244
304
|
},
|
|
@@ -249,6 +309,7 @@
|
|
|
249
309
|
"readonly"
|
|
250
310
|
],
|
|
251
311
|
"name": "mediaPlayPauseButtonTintColor",
|
|
312
|
+
"type_name": "NSColor *",
|
|
252
313
|
"typestr": "@",
|
|
253
314
|
"typestr_special": false
|
|
254
315
|
}
|
|
@@ -269,6 +330,6 @@
|
|
|
269
330
|
"headers": [
|
|
270
331
|
"UNNotificationContentExtension.h"
|
|
271
332
|
],
|
|
272
|
-
"release": "
|
|
273
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
333
|
+
"release": "26.5",
|
|
334
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
274
335
|
}
|
|
@@ -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 12:00:10 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
{
|
|
15
15
|
"args": [],
|
|
16
16
|
"class_method": false,
|
|
17
|
+
"introduced": "11.0",
|
|
17
18
|
"retval": {
|
|
19
|
+
"type_name": "void",
|
|
18
20
|
"typestr": "v",
|
|
19
21
|
"typestr_special": false
|
|
20
22
|
},
|
|
@@ -24,7 +26,9 @@
|
|
|
24
26
|
{
|
|
25
27
|
"args": [],
|
|
26
28
|
"class_method": false,
|
|
29
|
+
"introduced": "11.0",
|
|
27
30
|
"retval": {
|
|
31
|
+
"type_name": "void",
|
|
28
32
|
"typestr": "v",
|
|
29
33
|
"typestr_special": false
|
|
30
34
|
},
|
|
@@ -34,7 +38,9 @@
|
|
|
34
38
|
{
|
|
35
39
|
"args": [],
|
|
36
40
|
"class_method": false,
|
|
41
|
+
"introduced": "11.0",
|
|
37
42
|
"retval": {
|
|
43
|
+
"type_name": "void",
|
|
38
44
|
"typestr": "v",
|
|
39
45
|
"typestr_special": false
|
|
40
46
|
},
|
|
@@ -44,7 +50,9 @@
|
|
|
44
50
|
{
|
|
45
51
|
"args": [],
|
|
46
52
|
"class_method": false,
|
|
53
|
+
"introduced": "11.0",
|
|
47
54
|
"retval": {
|
|
55
|
+
"type_name": "void",
|
|
48
56
|
"typestr": "v",
|
|
49
57
|
"typestr_special": false
|
|
50
58
|
},
|
|
@@ -54,7 +62,9 @@
|
|
|
54
62
|
{
|
|
55
63
|
"args": [],
|
|
56
64
|
"class_method": false,
|
|
65
|
+
"introduced": "11.0",
|
|
57
66
|
"retval": {
|
|
67
|
+
"type_name": "NSArray<UNNotificationAction *> *",
|
|
58
68
|
"typestr": "@",
|
|
59
69
|
"typestr_special": false
|
|
60
70
|
},
|
|
@@ -64,12 +74,17 @@
|
|
|
64
74
|
{
|
|
65
75
|
"args": [
|
|
66
76
|
{
|
|
77
|
+
"name": "notificationActions",
|
|
78
|
+
"null_accepted": true,
|
|
79
|
+
"type_name": "NSArray<UNNotificationAction *> *",
|
|
67
80
|
"typestr": "@",
|
|
68
81
|
"typestr_special": false
|
|
69
82
|
}
|
|
70
83
|
],
|
|
71
84
|
"class_method": false,
|
|
85
|
+
"introduced": "11.0",
|
|
72
86
|
"retval": {
|
|
87
|
+
"type_name": "void",
|
|
73
88
|
"typestr": "v",
|
|
74
89
|
"typestr_special": false
|
|
75
90
|
},
|
|
@@ -85,6 +100,7 @@
|
|
|
85
100
|
"nonatomic"
|
|
86
101
|
],
|
|
87
102
|
"name": "notificationActions",
|
|
103
|
+
"type_name": "NSArray<UNNotificationAction *> *",
|
|
88
104
|
"typestr": "@",
|
|
89
105
|
"typestr_special": false
|
|
90
106
|
}
|
|
@@ -93,12 +109,30 @@
|
|
|
93
109
|
}
|
|
94
110
|
},
|
|
95
111
|
"enum": {
|
|
96
|
-
"UNNotificationContentExtensionMediaPlayPauseButtonTypeDefault":
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
|
|
112
|
+
"UNNotificationContentExtensionMediaPlayPauseButtonTypeDefault": {
|
|
113
|
+
"enum": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
114
|
+
"value": 1
|
|
115
|
+
},
|
|
116
|
+
"UNNotificationContentExtensionMediaPlayPauseButtonTypeNone": {
|
|
117
|
+
"enum": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
118
|
+
"value": 0
|
|
119
|
+
},
|
|
120
|
+
"UNNotificationContentExtensionMediaPlayPauseButtonTypeOverlay": {
|
|
121
|
+
"enum": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
122
|
+
"value": 2
|
|
123
|
+
},
|
|
124
|
+
"UNNotificationContentExtensionResponseOptionDismiss": {
|
|
125
|
+
"enum": "UNNotificationContentExtensionResponseOption",
|
|
126
|
+
"value": 1
|
|
127
|
+
},
|
|
128
|
+
"UNNotificationContentExtensionResponseOptionDismissAndForwardAction": {
|
|
129
|
+
"enum": "UNNotificationContentExtensionResponseOption",
|
|
130
|
+
"value": 2
|
|
131
|
+
},
|
|
132
|
+
"UNNotificationContentExtensionResponseOptionDoNotDismiss": {
|
|
133
|
+
"enum": "UNNotificationContentExtensionResponseOption",
|
|
134
|
+
"value": 0
|
|
135
|
+
}
|
|
102
136
|
},
|
|
103
137
|
"enum_type": {
|
|
104
138
|
"UNNotificationContentExtensionMediaPlayPauseButtonType": {
|
|
@@ -119,13 +153,18 @@
|
|
|
119
153
|
{
|
|
120
154
|
"args": [
|
|
121
155
|
{
|
|
156
|
+
"name": "notification",
|
|
157
|
+
"null_accepted": true,
|
|
158
|
+
"type_name": "UNNotification *",
|
|
122
159
|
"typestr": "@",
|
|
123
160
|
"typestr_special": false
|
|
124
161
|
}
|
|
125
162
|
],
|
|
126
163
|
"class_method": false,
|
|
164
|
+
"introduced": "11.0",
|
|
127
165
|
"required": true,
|
|
128
166
|
"retval": {
|
|
167
|
+
"type_name": "void",
|
|
129
168
|
"typestr": "v",
|
|
130
169
|
"typestr_special": false
|
|
131
170
|
},
|
|
@@ -135,6 +174,9 @@
|
|
|
135
174
|
{
|
|
136
175
|
"args": [
|
|
137
176
|
{
|
|
177
|
+
"name": "response",
|
|
178
|
+
"null_accepted": true,
|
|
179
|
+
"type_name": "UNNotificationResponse *",
|
|
138
180
|
"typestr": "@",
|
|
139
181
|
"typestr_special": false
|
|
140
182
|
},
|
|
@@ -145,20 +187,26 @@
|
|
|
145
187
|
"type": "^v"
|
|
146
188
|
},
|
|
147
189
|
"1": {
|
|
148
|
-
"type": "Q"
|
|
190
|
+
"type": "Q",
|
|
191
|
+
"type_name": "UNNotificationContentExtensionResponseOption"
|
|
149
192
|
}
|
|
150
193
|
},
|
|
151
194
|
"retval": {
|
|
152
195
|
"type": "v"
|
|
153
196
|
}
|
|
154
197
|
},
|
|
198
|
+
"name": "completion",
|
|
199
|
+
"null_accepted": true,
|
|
200
|
+
"type_name": "void (^)(UNNotificationContentExtensionResponseOption)",
|
|
155
201
|
"typestr": "@?",
|
|
156
202
|
"typestr_special": false
|
|
157
203
|
}
|
|
158
204
|
],
|
|
159
205
|
"class_method": false,
|
|
206
|
+
"introduced": "11.0",
|
|
160
207
|
"required": false,
|
|
161
208
|
"retval": {
|
|
209
|
+
"type_name": "void",
|
|
162
210
|
"typestr": "v",
|
|
163
211
|
"typestr_special": false
|
|
164
212
|
},
|
|
@@ -168,8 +216,10 @@
|
|
|
168
216
|
{
|
|
169
217
|
"args": [],
|
|
170
218
|
"class_method": false,
|
|
219
|
+
"introduced": "11.0",
|
|
171
220
|
"required": false,
|
|
172
221
|
"retval": {
|
|
222
|
+
"type_name": "void",
|
|
173
223
|
"typestr": "v",
|
|
174
224
|
"typestr_special": false
|
|
175
225
|
},
|
|
@@ -179,8 +229,10 @@
|
|
|
179
229
|
{
|
|
180
230
|
"args": [],
|
|
181
231
|
"class_method": false,
|
|
232
|
+
"introduced": "11.0",
|
|
182
233
|
"required": false,
|
|
183
234
|
"retval": {
|
|
235
|
+
"type_name": "void",
|
|
184
236
|
"typestr": "v",
|
|
185
237
|
"typestr_special": false
|
|
186
238
|
},
|
|
@@ -190,8 +242,10 @@
|
|
|
190
242
|
{
|
|
191
243
|
"args": [],
|
|
192
244
|
"class_method": false,
|
|
245
|
+
"introduced": "11.0",
|
|
193
246
|
"required": false,
|
|
194
247
|
"retval": {
|
|
248
|
+
"type_name": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
195
249
|
"typestr": "Q",
|
|
196
250
|
"typestr_special": false
|
|
197
251
|
},
|
|
@@ -201,8 +255,10 @@
|
|
|
201
255
|
{
|
|
202
256
|
"args": [],
|
|
203
257
|
"class_method": false,
|
|
258
|
+
"introduced": "11.0",
|
|
204
259
|
"required": false,
|
|
205
260
|
"retval": {
|
|
261
|
+
"type_name": "CGRect",
|
|
206
262
|
"typestr": "{CGRect={CGPoint=dd}{CGSize=dd}}",
|
|
207
263
|
"typestr_special": false
|
|
208
264
|
},
|
|
@@ -212,8 +268,10 @@
|
|
|
212
268
|
{
|
|
213
269
|
"args": [],
|
|
214
270
|
"class_method": false,
|
|
271
|
+
"introduced": "11.0",
|
|
215
272
|
"required": false,
|
|
216
273
|
"retval": {
|
|
274
|
+
"type_name": "NSColor *",
|
|
217
275
|
"typestr": "@",
|
|
218
276
|
"typestr_special": false
|
|
219
277
|
},
|
|
@@ -229,6 +287,7 @@
|
|
|
229
287
|
"readonly"
|
|
230
288
|
],
|
|
231
289
|
"name": "mediaPlayPauseButtonType",
|
|
290
|
+
"type_name": "UNNotificationContentExtensionMediaPlayPauseButtonType",
|
|
232
291
|
"typestr": "Q",
|
|
233
292
|
"typestr_special": false
|
|
234
293
|
},
|
|
@@ -239,6 +298,7 @@
|
|
|
239
298
|
"readonly"
|
|
240
299
|
],
|
|
241
300
|
"name": "mediaPlayPauseButtonFrame",
|
|
301
|
+
"type_name": "CGRect",
|
|
242
302
|
"typestr": "{CGRect={CGPoint=dd}{CGSize=dd}}",
|
|
243
303
|
"typestr_special": false
|
|
244
304
|
},
|
|
@@ -249,6 +309,7 @@
|
|
|
249
309
|
"readonly"
|
|
250
310
|
],
|
|
251
311
|
"name": "mediaPlayPauseButtonTintColor",
|
|
312
|
+
"type_name": "NSColor *",
|
|
252
313
|
"typestr": "@",
|
|
253
314
|
"typestr_special": false
|
|
254
315
|
}
|
|
@@ -269,6 +330,6 @@
|
|
|
269
330
|
"headers": [
|
|
270
331
|
"UNNotificationContentExtension.h"
|
|
271
332
|
],
|
|
272
|
-
"release": "
|
|
273
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
333
|
+
"release": "26.5",
|
|
334
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
274
335
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/License.txt
RENAMED
|
File without changes
|
{pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/MANIFEST.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_usernotificationsui-12.1 → pyobjc_framework_usernotificationsui-12.2}/setup.cfg
RENAMED
|
File without changes
|