Skip to content

Messages iOS xcode15.0 b5

Manuel de la Pena edited this page Sep 13, 2023 · 3 revisions

#Messages.framework https://github.com/xamarin/xamarin-macios/pull/19018

diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSSticker.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSSticker.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSSticker.h	2023-06-30 04:22:06
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSSticker.h	2023-07-20 01:26:58
@@ -27,6 +27,7 @@
  */
 - (nullable instancetype)initWithContentsOfFileURL:(NSURL *)fileURL localizedDescription:(NSString *)localizedDescription error:(NSError *_Nullable *)error NS_DESIGNATED_INITIALIZER;
 
+- (instancetype)initWithFileURL:(NSURL *)url identifier:(NSUUID *)identifier localizedDescription:(NSString *)localizedDescription NS_DESIGNATED_INITIALIZER;
 /*!
  @property   imageFileURL
  @abstract   The file URL to the Sticker was initialized with.
Clone this wiki locally