Skip to content

PencilKit iOS xcode15.3 b1

Alex Soto edited this page Jan 27, 2024 · 1 revision

#PencilKit.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKContentVersion.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKContentVersion.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKContentVersion.h	2023-11-12 11:42:51
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKContentVersion.h	2024-01-19 02:34:41
@@ -19,6 +19,10 @@
     ///
     /// Inks included are Pen, Pencil, Marker, Monoline, Fountain Pen, Watercolor, and Crayon.
     PKContentVersion2 NS_SWIFT_NAME(version2),
+    
+    /// New Fountain Pen
+    PKContentVersion3 NS_SWIFT_NAME(version3),
+
     /// The latest version including all features.
-    PKContentVersionLatest = PKContentVersion2
+    PKContentVersionLatest = PKContentVersion3
 };
Clone this wiki locally