-
Notifications
You must be signed in to change notification settings - Fork 549
GLKit macOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Jun 18, 2024
·
2 revisions
#GLKit.framework
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKitBase.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKitBase.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKitBase.h 2024-04-13 21:25:46
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKitBase.h 2024-05-30 03:32:12
@@ -7,7 +7,7 @@
#import <TargetConditionals.h>
#import <os/availability.h>
-#if TARGET_OS_IPHONE && __has_include("OpenGLES/gltypes.h")
+#if TARGET_OS_IPHONE && __has_include(<OpenGLES/gltypes.h>)
#import <OpenGLES/gltypes.h>
#else // !TARGET_OS_IPHONE
#import <OpenGL/gltypes.h>
@@ -20,7 +20,7 @@
#define GLK_EXTERN extern
#endif
-#if TARGET_OS_IPHONE && __has_include("OpenGLES/OpenGLESAvailability.h")
+#if TARGET_OS_IPHONE && __has_include(<OpenGLES/OpenGLESAvailability.h>)
#import <OpenGLES/OpenGLESAvailability.h>
#define OPENGL_DEPRECATED(...)
#else