Skip to content

PrintCore macOS xcode15.0 b1

tj_devel709 edited this page Oct 17, 2023 · 2 revisions

#PrintCore.framework ##TJ

diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h	2023-03-09 19:09:57
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h	2023-05-19 21:31:20
@@ -19,10 +19,12 @@
 
 #ifdef __OBJC__
 
-#import <cups/ppd.h>
 #import <Foundation/Foundation.h>
 #import <PrintCore/PMDefinitions.h>
+#import <cups/ppd.h>
 
+API_UNAVAILABLE_BEGIN(ios)
+
 @class NSView;
 @protocol PDEPanel;
 @protocol PDEPlugInCallbackProtocol;
@@ -399,6 +401,8 @@
 @end
 
 NS_ASSUME_NONNULL_END
+
+API_UNAVAILABLE_END //ios
 
 #endif /* __OBJC__ */
 
Clone this wiki locally