Skip to content

ContactsUI iOS xcode16.2 b2

Alex Soto edited this page Nov 6, 2024 · 1 revision

#ContactsUI.framework

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h	2024-10-04 23:54:51
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h	2024-10-26 13:50:47
@@ -21,7 +21,7 @@
  *              not be prompted for access. It will only have access to the final selection of the user.
  *              Changing the predicates only takes effect before the view is presented.
  */
-NS_CLASS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
+NS_CLASS_AVAILABLE_IOS(9_0) API_DEPRECATED("Unavailable on tvOS", tvos(1.0, 18.0))
 @interface CNContactPickerViewController : UIViewController
 
 /*!
@@ -61,7 +61,7 @@
 @end
 
 
-NS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
+NS_AVAILABLE_IOS(9_0) API_DEPRECATED("Unavailable on tvOS", tvos(1.0, 18.0))
 @protocol CNContactPickerDelegate <NSObject>
 
 @optional
diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h	2024-10-04 21:27:01
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h	2024-10-26 10:35:33
@@ -19,7 +19,7 @@
  *              You must use one of the class factory methods.
  */
 
-NS_CLASS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
+NS_CLASS_AVAILABLE_IOS(9_0) API_DEPRECATED("Unavailable on tvOS", tvos(1.0, 18.0))
 @interface CNContactViewController : UIViewController
 
 /*!
@@ -133,7 +133,7 @@
 @end
 
 
-NS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
+NS_AVAILABLE_IOS(9_0) API_DEPRECATED("Unavailable on tvOS", tvos(1.0, 18.0))
 @protocol CNContactViewControllerDelegate <NSObject>
 @optional
 
Clone this wiki locally