Skip to content

Carbon macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#Carbon.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h	2021-08-05 00:17:47.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h	2021-03-16 04:44:10.000000000 -0400
@@ -32,6 +32,10 @@
 #include <OpenScripting/OpenScripting.h>
 #endif
 
+#ifndef __PRINT__
+#include <Print/Print.h>
+#endif
+
 #ifndef __COMMONPANELS__
 #include <CommonPanels/CommonPanels.h>
 #endif
Clone this wiki locally