-
Notifications
You must be signed in to change notification settings - Fork 514
CallKit macOS xcode15.0 b1
Manuel de la Pena edited this page Aug 22, 2023
·
3 revisions
#CallKit.framework https://github.com/xamarin/xamarin-macios/pull/18789
diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h 2023-03-09 19:07:45
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h 2023-05-19 21:30:36
@@ -29,6 +29,7 @@
CXErrorCodeIncomingCallErrorCallUUIDAlreadyExists = 2,
CXErrorCodeIncomingCallErrorFilteredByDoNotDisturb = 3,
CXErrorCodeIncomingCallErrorFilteredByBlockList = 4,
+ CXErrorCodeIncomingCallErrorFilteredDuringRestrictedSharingMode = 5,
} API_AVAILABLE(ios(10.0), macCatalyst(13.0), watchos(9.0)) API_UNAVAILABLE(macos, tvos);
typedef NS_ERROR_ENUM(CXErrorDomainRequestTransaction, CXErrorCodeRequestTransactionError) {
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status