Skip to content

ContactsUI macOS xcode26.0 b1

Alex Soto edited this page Jun 9, 2025 · 2 revisions

#ContactsUI.framework

diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h	2025-04-19 04:05:23
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h	2025-05-31 00:49:51
@@ -20,7 +20,7 @@
  * @abstract Descriptor for all keys that must be fetched on a contact before setting it on the view controller.
  * @discussion Pass this descriptor to the keysToFetch of the @c CNContactFetchRequest if you want to display the contact in a @c CNContactViewController.
  */
-+ (id<CNKeyDescriptor>)descriptorForRequiredKeys;
++ (id<CNKeyDescriptor>)descriptorForRequiredKeys NS_SWIFT_NONISOLATED;
 
 /*!
  * @abstract A @c contact to display.

Clone this wiki locally