pyobjc-framework-IntentsUI 10.1__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-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/IntentsUI/__init__.py +10 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/IntentsUI/_metadata.py +17 -54
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_intentsui-10.3/Lib/pyobjc_framework_IntentsUI.egg-info/requires.txt +2 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/License.txt +1 -1
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/PKG-INFO +3 -3
- pyobjc-framework-IntentsUI-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_intentsui-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc-framework-IntentsUI-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_intentsui-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/setup.py +2 -1
- pyobjc-framework-IntentsUI-10.1/Lib/pyobjc_framework_IntentsUI.egg-info/requires.txt +0 -2
- pyobjc-framework-IntentsUI-10.1/metadata/raw/arm64-12.0.fwinfo +0 -805
- pyobjc-framework-IntentsUI-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -805
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/top_level.txt +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Modules/_IntentsUI.m +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Modules/_IntentsUI_protocols.m +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_intentsui.py +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_inuiaddvoiceshortcutbutton.py +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_inuiaddvoiceshortcutviewcontroller.py +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_inuieditvoiceshortcutviewcontroller.py +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/metadata/IntentsUI.fwinfo +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/setup.cfg +0 -0
{pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/IntentsUI/__init__.py
RENAMED
|
@@ -31,6 +31,16 @@ def _setup():
|
|
|
31
31
|
globals()["__dir__"] = dir_func
|
|
32
32
|
globals()["__getattr__"] = getattr_func
|
|
33
33
|
|
|
34
|
+
for cls, sel in (
|
|
35
|
+
("INUIAddVoiceShortcutViewController", b"init"),
|
|
36
|
+
("INUIAddVoiceShortcutViewController", b"initWithNibName:bundle:"),
|
|
37
|
+
("INUIEditVoiceShortcutViewController", b"init"),
|
|
38
|
+
("INUIEditVoiceShortcutViewController", b"initWithNibName:bundle:"),
|
|
39
|
+
("INUIAddVoiceShortcutButton", b"init"),
|
|
40
|
+
("INUIAddVoiceShortcutButton", b"initWithFrame:"),
|
|
41
|
+
):
|
|
42
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
43
|
+
|
|
34
44
|
del sys.modules["IntentsUI._metadata"]
|
|
35
45
|
|
|
36
46
|
|
{pyobjc-framework-IntentsUI-10.1 → pyobjc_framework_intentsui-10.3}/Lib/IntentsUI/_metadata.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:30:47 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$IntentsUIVersionNumber@d$"""
|
|
34
|
-
enums = """$INUIAddVoiceShortcutButtonStyleAutomatic@4$INUIAddVoiceShortcutButtonStyleAutomaticOutline@5$INUIAddVoiceShortcutButtonStyleBlack@2$INUIAddVoiceShortcutButtonStyleBlackOutline@3$INUIAddVoiceShortcutButtonStyleWhite@0$INUIAddVoiceShortcutButtonStyleWhiteOutline@1$
|
|
34
|
+
enums = """$INUIAddVoiceShortcutButtonStyleAutomatic@4$INUIAddVoiceShortcutButtonStyleAutomaticOutline@5$INUIAddVoiceShortcutButtonStyleBlack@2$INUIAddVoiceShortcutButtonStyleBlackOutline@3$INUIAddVoiceShortcutButtonStyleWhite@0$INUIAddVoiceShortcutButtonStyleWhiteOutline@1$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{"INUIAddVoiceShortcutButtonStyle": NewType("INUIAddVoiceShortcutButtonStyle", int)}
|
|
37
37
|
)
|
|
@@ -54,58 +54,6 @@ try:
|
|
|
54
54
|
b"addVoiceShortcutViewControllerDidCancel:",
|
|
55
55
|
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
56
56
|
)
|
|
57
|
-
r(
|
|
58
|
-
b"NSObject",
|
|
59
|
-
b"configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:",
|
|
60
|
-
{
|
|
61
|
-
"required": False,
|
|
62
|
-
"retval": {"type": b"v"},
|
|
63
|
-
"arguments": {
|
|
64
|
-
2: {"type": b"@"},
|
|
65
|
-
3: {"type": b"@"},
|
|
66
|
-
4: {"type": b"Q"},
|
|
67
|
-
5: {"type": b"Q"},
|
|
68
|
-
6: {
|
|
69
|
-
"callable": {
|
|
70
|
-
"retval": {"type": b"v"},
|
|
71
|
-
"arguments": {
|
|
72
|
-
0: {"type": b"^v"},
|
|
73
|
-
1: {"type": b"Z"},
|
|
74
|
-
2: {"type": b"@"},
|
|
75
|
-
3: {"type": b"{CGSize=dd}"},
|
|
76
|
-
},
|
|
77
|
-
},
|
|
78
|
-
"type": b"@?",
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
)
|
|
83
|
-
r(
|
|
84
|
-
b"NSObject",
|
|
85
|
-
b"configureWithInteraction:context:completion:",
|
|
86
|
-
{
|
|
87
|
-
"required": False,
|
|
88
|
-
"retval": {"type": b"v"},
|
|
89
|
-
"arguments": {
|
|
90
|
-
2: {"type": b"@"},
|
|
91
|
-
3: {"type": b"Q"},
|
|
92
|
-
4: {
|
|
93
|
-
"callable": {
|
|
94
|
-
"retval": {"type": b"v"},
|
|
95
|
-
"arguments": {0: {"type": b"^v"}, 1: {"type": b"{CGSize=dd}"}},
|
|
96
|
-
},
|
|
97
|
-
"type": b"@?",
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
},
|
|
101
|
-
)
|
|
102
|
-
r(b"NSObject", b"displaysMap", {"required": False, "retval": {"type": b"Z"}})
|
|
103
|
-
r(b"NSObject", b"displaysMessage", {"required": False, "retval": {"type": b"Z"}})
|
|
104
|
-
r(
|
|
105
|
-
b"NSObject",
|
|
106
|
-
b"displaysPaymentTransaction",
|
|
107
|
-
{"required": False, "retval": {"type": b"Z"}},
|
|
108
|
-
)
|
|
109
57
|
r(
|
|
110
58
|
b"NSObject",
|
|
111
59
|
b"editVoiceShortcutViewController:didDeleteVoiceShortcutWithIdentifier:",
|
|
@@ -149,6 +97,21 @@ try:
|
|
|
149
97
|
)
|
|
150
98
|
finally:
|
|
151
99
|
objc._updatingMetadata(False)
|
|
100
|
+
|
|
101
|
+
objc.registerNewKeywordsFromSelector("INUIAddVoiceShortcutButton", b"initWithFrame:")
|
|
102
|
+
objc.registerNewKeywordsFromSelector("INUIAddVoiceShortcutButton", b"initWithStyle:")
|
|
103
|
+
objc.registerNewKeywordsFromSelector(
|
|
104
|
+
"INUIAddVoiceShortcutViewController", b"initWithNibName:bundle:"
|
|
105
|
+
)
|
|
106
|
+
objc.registerNewKeywordsFromSelector(
|
|
107
|
+
"INUIAddVoiceShortcutViewController", b"initWithShortcut:"
|
|
108
|
+
)
|
|
109
|
+
objc.registerNewKeywordsFromSelector(
|
|
110
|
+
"INUIEditVoiceShortcutViewController", b"initWithNibName:bundle:"
|
|
111
|
+
)
|
|
112
|
+
objc.registerNewKeywordsFromSelector(
|
|
113
|
+
"INUIEditVoiceShortcutViewController", b"initWithVoiceShortcut:"
|
|
114
|
+
)
|
|
152
115
|
expressions = {}
|
|
153
116
|
|
|
154
117
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-IntentsUI
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework Intents 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-Intents>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-Intents>=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
|
|
@@ -22,9 +22,7 @@ PyObjCTest/test_inuiaddvoiceshortcutviewcontroller.py
|
|
|
22
22
|
PyObjCTest/test_inuieditvoiceshortcutviewcontroller.py
|
|
23
23
|
metadata/IntentsUI.fwinfo
|
|
24
24
|
metadata/metadata.ini
|
|
25
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
26
25
|
metadata/raw/arm64-12.3.fwinfo
|
|
27
|
-
metadata/raw/arm64-14.
|
|
28
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
26
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
29
27
|
metadata/raw/x86_64-12.3.fwinfo
|
|
30
|
-
metadata/raw/x86_64-14.
|
|
28
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2024 - Ronald Oussoren
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-IntentsUI
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework Intents 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-Intents>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-Intents>=10.3
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "IntentsUI" 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:30:47 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -598,5 +598,5 @@
|
|
|
598
598
|
"INUIEditVoiceShortcutViewController.h"
|
|
599
599
|
],
|
|
600
600
|
"release": "10.16",
|
|
601
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
601
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
602
602
|
}
|
|
@@ -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:30:44 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -598,5 +598,5 @@
|
|
|
598
598
|
"INUIEditVoiceShortcutViewController.h"
|
|
599
599
|
],
|
|
600
600
|
"release": "10.16",
|
|
601
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
601
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
602
602
|
}
|
|
@@ -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 # noqa: E402
|
|
16
17
|
|
|
17
|
-
VERSION = "10.
|
|
18
|
+
VERSION = "10.3"
|
|
18
19
|
|
|
19
20
|
setup(
|
|
20
21
|
name="pyobjc-framework-IntentsUI",
|