Skip to content

PrintCore macOS xcode13.0 rc

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

#PrintCore.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMCore.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMCore.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMCore.h	2021-07-31 07:58:03.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMCore.h	2021-03-16 04:44:09.000000000 -0400
@@ -2064,7 +2064,7 @@
 extern OSStatus 
 PMPrinterGetDriverReleaseInfo(
   PMPrinter   printer,
-  VersRec *   release) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER CF_SWIFT_UNAVAILABLE("No replacement available.");
+  VersRec *   release)											AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER;
 
 
 /*
@@ -2239,7 +2239,7 @@
 extern OSStatus 
 PMPrinterGetLanguageInfo(
   PMPrinter         printer,
-  PMLanguageInfo *  info)										AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER CF_SWIFT_UNAVAILABLE("No replacement available.");
+  PMLanguageInfo *  info)										AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER;
 
 
 /*
Clone this wiki locally