-
Notifications
You must be signed in to change notification settings - Fork 516
UniformTypeIdentifiers macOS xcode16.2 b2
Rolf Bjarne Kvinge edited this page Nov 29, 2024
·
2 revisions
#UniformTypeIdentifiers.framework https://github.com/xamarin/xamarin-macios/pull/21728
diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h 2024-09-29 03:18:18
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h 2024-10-26 00:40:58
@@ -700,6 +700,16 @@
UT_EXPORT UTType *const UTTypeDNG NS_REFINED_FOR_SWIFT
API_AVAILABLE(macos(15.0), macCatalyst(18.0), ios(18.0), watchos(11.0), tvos(18.0));
+/**
+ \brief A JPEG-XL encoded image.
+
+ UTI: public.jpeg-xl
+
+ conforms to: public.image
+*/
+UT_EXPORT UTType *const UTTypeJPEGXL NS_REFINED_FOR_SWIFT
+API_AVAILABLE(macos(15.2), macCatalyst(18.2), ios(18.2), watchos(11.2), tvos(18.2));
+
#pragma mark - 3D Content
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status