Skip to content

CoreTelephony iOS xcode15.0 b1

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

#CoreTelephony.framework https://github.com/xamarin/xamarin-macios/pull/18920

diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTCellularPlanProvisioningRequest.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTCellularPlanProvisioningRequest.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTCellularPlanProvisioningRequest.h	2023-03-09 23:53:10
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTCellularPlanProvisioningRequest.h	2023-05-31 23:42:32
@@ -15,7 +15,8 @@
 typedef NS_ENUM(NSUInteger, CTCellularPlanProvisioningAddPlanResult) {
 	CTCellularPlanProvisioningAddPlanResultUnknown,
 	CTCellularPlanProvisioningAddPlanResultFail,
-	CTCellularPlanProvisioningAddPlanResultSuccess
+	CTCellularPlanProvisioningAddPlanResultSuccess,
+	CTCellularPlanProvisioningAddPlanResultCancel API_AVAILABLE(ios(17.0))
 };
 
 CORETELEPHONY_EXTERN_CLASS 
diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTTelephonyNetworkInfo.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTTelephonyNetworkInfo.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTTelephonyNetworkInfo.h	2023-03-09 23:53:10
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/CTTelephonyNetworkInfo.h	2023-05-19 19:55:54
@@ -102,7 +102,7 @@
  *   A dictionary containing CTCarrier objects for each service that contains information about the subscriber's
  *   home cellular service provider.  The key to the dictionary is an NSString representing the service.
  */
-@property(readonly, retain, nullable) NSDictionary<NSString *, CTCarrier *> *serviceSubscriberCellularProviders API_AVAILABLE(ios(12.0), watchos(5.0)) API_UNAVAILABLE(macos, tvos);
+@property(readonly, retain, nullable) NSDictionary<NSString *, CTCarrier *> *serviceSubscriberCellularProviders API_DEPRECATED("Deprecated with no replacement", ios(12.0, 16.0), watchos(5.0, 9.0)) API_UNAVAILABLE(macos, tvos);
 
 /*
  * subscriberCellularProvider
@@ -124,7 +124,7 @@
  *   whose information has changed.  This can be used as the key into serviceSubscriberCellularProvider
  *   to obtain the new information.
  */
-@property(nonatomic, copy, nullable) void (^serviceSubscriberCellularProvidersDidUpdateNotifier)(NSString*) API_AVAILABLE(ios(12.0), watchos(5.0)) API_UNAVAILABLE(macos, tvos);
+@property(nonatomic, copy, nullable) void (^serviceSubscriberCellularProvidersDidUpdateNotifier)(NSString*) API_DEPRECATED("Deprecated with no replacement", ios(12.0, 16.0), watchos(5.0, 9.0)) API_UNAVAILABLE(macos, tvos);
 
 /*
  * subscriberCellularProviderDidUpdateNotifier
Clone this wiki locally