Skip to content

PrintCore macOS xcode14.1 b3

Israel Soto edited this page Sep 27, 2022 · 2 revisions

#PrintCore.framework

diff -ruN /Applications/Xcode_14.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h /Applications/Xcode_14.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h
--- /Applications/Xcode_14.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h	2022-09-07 13:40:58.000000000 -0500
+++ /Applications/Xcode_14.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PDEPluginInterface.h	2022-09-22 09:19:45.000000000 -0500
@@ -19,7 +19,6 @@
 
 #ifdef __OBJC__
 
-#import <cups/cups.h>
 #import <cups/ppd.h>
 #import <Foundation/Foundation.h>
 #import <PrintCore/PMDefinitions.h>
@@ -364,7 +363,7 @@
  *				A description of some of the CUPS PPD functions is here:
  *				http://127.0.0.1:631/spm.html#3_3
  */
-- (nullable ppd_file_t*) ppdFile;
+- (nullable struct ppd_file_s*) ppdFile;
 
 /*!
  * @method		changePPDOptionKeyValue:ppdChoiceKey:
Clone this wiki locally