pyobjc-framework-IntentsUI 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.
Files changed (33) hide show
  1. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/IntentsUI/__init__.py +10 -0
  2. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/IntentsUI/_metadata.py +17 -54
  3. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/PKG-INFO +3 -3
  4. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/SOURCES.txt +2 -4
  5. pyobjc_framework_intentsui-10.3/Lib/pyobjc_framework_IntentsUI.egg-info/requires.txt +2 -0
  6. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/PKG-INFO +3 -3
  7. pyobjc-framework-IntentsUI-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_intentsui-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
  8. pyobjc-framework-IntentsUI-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_intentsui-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
  9. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/setup.py +2 -1
  10. pyobjc-framework-IntentsUI-10.2/Lib/pyobjc_framework_IntentsUI.egg-info/requires.txt +0 -2
  11. pyobjc-framework-IntentsUI-10.2/metadata/raw/arm64-12.0.fwinfo +0 -805
  12. pyobjc-framework-IntentsUI-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -805
  13. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/dependency_links.txt +0 -0
  14. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/not-zip-safe +0 -0
  15. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Lib/pyobjc_framework_IntentsUI.egg-info/top_level.txt +0 -0
  16. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/License.txt +0 -0
  17. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/MANIFEST.in +0 -0
  18. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Modules/_IntentsUI.m +0 -0
  19. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Modules/_IntentsUI_protocols.m +0 -0
  20. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Modules/pyobjc-api.h +0 -0
  21. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/Modules/pyobjc-compat.h +0 -0
  22. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/PyObjCTest/__init__.py +0 -0
  23. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_intentsui.py +0 -0
  24. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_inuiaddvoiceshortcutbutton.py +0 -0
  25. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_inuiaddvoiceshortcutviewcontroller.py +0 -0
  26. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/PyObjCTest/test_inuieditvoiceshortcutviewcontroller.py +0 -0
  27. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/metadata/IntentsUI.fwinfo +0 -0
  28. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/metadata/metadata.ini +0 -0
  29. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
  30. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  31. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/pyobjc_setup.py +0 -0
  32. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/pyproject.toml +0 -0
  33. {pyobjc-framework-IntentsUI-10.2 → pyobjc_framework_intentsui-10.3}/setup.cfg +0 -0
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:10:47 2023
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$INUIHostedViewContextMapsCard@1$INUIHostedViewContextSiriSnippet@0$INUIInteractiveBehaviorGenericAction@3$INUIInteractiveBehaviorLaunch@2$INUIInteractiveBehaviorNextView@1$INUIInteractiveBehaviorNone@0$"""
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.2
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.2
34
- Requires-Dist: pyobjc-framework-Intents>=10.2
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.0.fwinfo
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.0.fwinfo
28
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-Intents>=10.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-IntentsUI
3
- Version: 10.2
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.2
34
- Requires-Dist: pyobjc-framework-Intents>=10.2
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 Jul 1 14:10:47 2023
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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
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 Jul 1 14:10:44 2023
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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
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.2"
18
+ VERSION = "10.3"
18
19
 
19
20
  setup(
20
21
  name="pyobjc-framework-IntentsUI",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.2
2
- pyobjc-framework-Intents>=10.2