-
Notifications
You must be signed in to change notification settings - Fork 518
ImageIO watchOS xcode13.0 beta5
Manuel de la Pena edited this page Aug 10, 2021
·
2 revisions
#ImageIO.framework
diff -ruN /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h
--- /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h 2021-07-23 13:32:30.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h 2021-08-06 23:47:07.000000000 -0400
@@ -29,8 +29,8 @@
# define IMAGEIO_UNAVAILABLE_DESKTOP
# define IMAGEIO_UNAVAILABLE_EMBEDDED
-# define _iio_Nullable
-# define _iio_Nonnull
+# define _iio_Nullable _Nullable
+# define _iio_Nonnull _Nonnull
#else
@@ -92,7 +92,7 @@
# endif
#endif
-#if (TARGET_OS_MAC || TARGET_OS_IPHONE)
+#if (!IMAGEIO_bridgeOS)
# define IIO_HAS_IOSURFACE 1
#else
# define IIO_HAS_IOSURFACE 0
- 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