-
Notifications
You must be signed in to change notification settings - Fork 549
ContactsUI iOS xcode16.0 b2
Rolf Bjarne Kvinge edited this page Jun 26, 2024
·
2 revisions
#ContactsUI.framework
diff -ruN /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h
--- /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h 2024-05-30 11:57:54
+++ /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactPickerViewController.h 2024-06-15 15:34:49
@@ -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)
+NS_CLASS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
@interface CNContactPickerViewController : UIViewController
/*!
@@ -61,7 +61,7 @@
@end
-NS_AVAILABLE_IOS(9_0)
+NS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
@protocol CNContactPickerDelegate <NSObject>
@optional
diff -ruN /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h
--- /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h 2024-05-30 12:10:23
+++ /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ContactsUI.framework/Headers/CNContactViewController.h 2024-06-15 16:15:24
@@ -19,7 +19,7 @@
* You must use one of the class factory methods.
*/
-NS_CLASS_AVAILABLE_IOS(9_0)
+NS_CLASS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
@interface CNContactViewController : UIViewController
/*!
@@ -133,7 +133,7 @@
@end
-NS_AVAILABLE_IOS(9_0)
+NS_AVAILABLE_IOS(9_0) API_UNAVAILABLE(tvos)
@protocol CNContactViewControllerDelegate <NSObject>
@optional