pyobjc-framework-UniformTypeIdentifiers 12.1__py2.py3-none-any.whl → 12.2__py2.py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Thu Jul 24 14:23:55 2025
3
+ # Last update: Sun May 24 12:00:01 2026
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -94,11 +94,11 @@ try:
94
94
  0: {"type": b"^v"},
95
95
  1: {
96
96
  "callable": {
97
- "retval": {"type": "v"},
97
+ "retval": {"type": b"v"},
98
98
  "arguments": {
99
- 0: {"type": "^v"},
100
- 1: {"type": "@"},
101
- 2: {"type": "@"},
99
+ 0: {"type": b"^v"},
100
+ 1: {"type": b"@"},
101
+ 2: {"type": b"@"},
102
102
  },
103
103
  },
104
104
  "type": b"@?",
@@ -122,12 +122,12 @@ try:
122
122
  0: {"type": b"^v"},
123
123
  1: {
124
124
  "callable": {
125
- "retval": {"type": "v"},
125
+ "retval": {"type": b"v"},
126
126
  "arguments": {
127
- 0: {"type": "^v"},
128
- 1: {"type": "@"},
129
- 2: {"type": "Z"},
130
- 3: {"type": "@"},
127
+ 0: {"type": b"^v"},
128
+ 1: {"type": b"@"},
129
+ 2: {"type": b"Z"},
130
+ 3: {"type": b"@"},
131
131
  },
132
132
  },
133
133
  "type": b"@?",
@@ -151,6 +151,24 @@ objc.registerNewKeywordsFromSelector(
151
151
  "NSItemProvider",
152
152
  b"initWithContentsOfURL:contentType:openInPlace:coordinated:visibility:",
153
153
  )
154
+ objc.registerNewKeywordsFromSelector("UTType", b"init")
155
+
156
+ objc.registerNewKeywords("UTType", ("filenameExtension",), "typeWithFilenameExtension_")
157
+ objc.registerNewKeywords(
158
+ "UTType",
159
+ ("filenameExtension", "conformingToType"),
160
+ "typeWithFilenameExtension_conformingToType_",
161
+ )
162
+ objc.registerNewKeywords("UTType", ("identifier",), "typeWithIdentifier_")
163
+ objc.registerNewKeywords("UTType", ("MIMEType",), "typeWithMIMEType_")
164
+ objc.registerNewKeywords(
165
+ "UTType", ("MIMEType", "conformingToType"), "typeWithMIMEType_conformingToType_"
166
+ )
167
+ objc.registerNewKeywords(
168
+ "UTType",
169
+ ("tag", "tagClass", "conformingToType"),
170
+ "typeWithTag_tagClass_conformingToType_",
171
+ )
154
172
  expressions = {}
155
173
 
156
174
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-UniformTypeIdentifiers
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework UniformTypeIdentifiers 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.10
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=12.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=12.1
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
35
  Dynamic: author
36
36
  Dynamic: author-email
37
37
  Dynamic: classifier
@@ -0,0 +1,7 @@
1
+ UniformTypeIdentifiers/__init__.py,sha256=D2MUcxQH8lDo4TcSCViIMMVyYXzc73A1PTR_QzQ7ZgM,1041
2
+ UniformTypeIdentifiers/_metadata.py,sha256=Vikfrp_vu_FjFHTFx2YKPOjVYmdEMDr0wU4oq71dd6o,7568
3
+ pyobjc_framework_uniformtypeidentifiers-12.2.dist-info/METADATA,sha256=Hrvv74nsVfjoRAFVthI0aH6DF2KLN_apazk_kLIkVIo,2556
4
+ pyobjc_framework_uniformtypeidentifiers-12.2.dist-info/WHEEL,sha256=TdQ5LtNwLuxTCjgxN51AgdU5w-KkB9ttmLbzjTH02pg,109
5
+ pyobjc_framework_uniformtypeidentifiers-12.2.dist-info/pyobjc-build-info.txt,sha256=Ri0Wl_rPog8K797Y9SwUgX2P5KgewvMu0uQOBhtk0lo,83
6
+ pyobjc_framework_uniformtypeidentifiers-12.2.dist-info/top_level.txt,sha256=_d1K63MbcAlDBhqxKHVvLepbQJRWl7TTy0R56GvhNhs,23
7
+ pyobjc_framework_uniformtypeidentifiers-12.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (82.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -1,7 +0,0 @@
1
- UniformTypeIdentifiers/__init__.py,sha256=D2MUcxQH8lDo4TcSCViIMMVyYXzc73A1PTR_QzQ7ZgM,1041
2
- UniformTypeIdentifiers/_metadata.py,sha256=WmIBC3HZdiB53OHUIFfYLS7p3eTV4pn6SyTWUMEIcus,6881
3
- pyobjc_framework_uniformtypeidentifiers-12.1.dist-info/METADATA,sha256=_7_JaUms4mhO1i216pwhgPHnTBjdn4HuZhjCr7f0TW0,2556
4
- pyobjc_framework_uniformtypeidentifiers-12.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
5
- pyobjc_framework_uniformtypeidentifiers-12.1.dist-info/pyobjc-build-info.txt,sha256=Zbi-PSOVgOypJnPCf5t2Fe5WWRqqJAkI5-7sGEMSx6I,81
6
- pyobjc_framework_uniformtypeidentifiers-12.1.dist-info/top_level.txt,sha256=_d1K63MbcAlDBhqxKHVvLepbQJRWl7TTy0R56GvhNhs,23
7
- pyobjc_framework_uniformtypeidentifiers-12.1.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- macOS 26.1 (25B77)
2
- Apple clang version 17.0.0 (clang-1700.4.4.1)
3
- SDK: macOS 26.1