-
Notifications
You must be signed in to change notification settings - Fork 514
CoreImage tvOS xcode15.0 b5
Manuel de la Pena edited this page Aug 30, 2023
·
3 revisions
#CoreImage.framework https://github.com/xamarin/xamarin-macios/pull/18874
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h 2023-06-24 03:28:57
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h 2023-07-15 00:27:32
@@ -38,9 +38,9 @@
#ifdef __OBJC__
#ifdef CI_SILENCE_GL_DEPRECATION
- #if defined(TARGET_OS_XR) && TARGET_OS_XR
- #define CI_GL_DEPRECATED(...) API_UNAVAILABLE(xros)
- #define CI_GL_DEPRECATED_IOS(...) API_UNAVAILABLE(xros)
+ #if defined(TARGET_OS_VISION) && TARGET_OS_VISION
+ #define CI_GL_DEPRECATED(...) API_UNAVAILABLE(visionos)
+ #define CI_GL_DEPRECATED_IOS(...) API_UNAVAILABLE(visionos)
#else
#define CI_GL_DEPRECATED(fromM,toM, fromI,toI) NS_AVAILABLE(fromM,fromI)
#define CI_GL_DEPRECATED_IOS(from, to) NS_AVAILABLE_IOS(from)
@@ -48,9 +48,9 @@
#define CI_GL_DEPRECATED_MAC(from, to) NS_AVAILABLE_MAC(from)
#define CIKL_DEPRECATED(fromM,toM, fromI,toI) NS_AVAILABLE(fromM,fromI)
#else
- #if defined(TARGET_OS_XR) && TARGET_OS_XR
- #define CI_GL_DEPRECATED(...) API_UNAVAILABLE(xros)
- #define CI_GL_DEPRECATED_IOS(...) API_UNAVAILABLE(xros)
+ #if defined(TARGET_OS_VISION) && TARGET_OS_VISION
+ #define CI_GL_DEPRECATED(...) API_UNAVAILABLE(visionos)
+ #define CI_GL_DEPRECATED_IOS(...) API_UNAVAILABLE(visionos)
#else
#define CI_GL_DEPRECATED(fromM,toM, fromI,toI) NS_DEPRECATED(fromM,toM, fromI,toI, "Core Image OpenGL API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings)")
#define CI_GL_DEPRECATED_IOS(from, to) NS_DEPRECATED_IOS(from, to, "Core Image OpenGLES API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings)")
- 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