Skip to content

Contacts iOS xcode26.4 b2

Rolf Bjarne Kvinge edited this page Feb 27, 2026 · 1 revision

#Contacts.framework

diff -ruN /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Contacts.framework/Headers/CNContactFormatter.h /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Contacts.framework/Headers/CNContactFormatter.h
--- /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Contacts.framework/Headers/CNContactFormatter.h	2025-11-09 04:42:49
+++ /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Contacts.framework/Headers/CNContactFormatter.h	2026-02-14 04:54:00
@@ -20,6 +20,8 @@
     CNContactFormatterStyleFullName,
     /*! Combine the contact phonetic name components into a displayable phonetic full name.*/
     CNContactFormatterStylePhoneticFullName,
+    /*! Use handle as name, if available.*/
+    CNContactFormatterStyleHandleName,
 } NS_ENUM_AVAILABLE(10_11, 9_0);
 
 /*!

Clone this wiki locally