-
Notifications
You must be signed in to change notification settings - Fork 514
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__ */
- 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