Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)$(NUGET_B

# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=26.1
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.1_beta.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.1.0-beta.app/Contents/Developer
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.1_beta2.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.1.0-beta2.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist 2>/dev/null || echo " $(shell tput setaf 1 2>/dev/null)The required Xcode ($(XCODE_VERSION)) is not installed in $(basename $(basename $(XCODE_DEVELOPER_ROOT)))$(shell tput sgr0 2>/dev/null)" >&2)

# We define stable Xcode as the Xcode app being named like "Xcode_#.#[.#].app"
Expand Down
7 changes: 0 additions & 7 deletions src/callkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -731,15 +731,8 @@ interface CXProvider {

[Export ("pendingCallActionsOfClass:withCallUUID:")]
CXCallAction [] GetPendingCallActions (Class callActionClass, NSUuid callUuid);

[iOS (26, 1), MacCatalyst (26, 1)]
[Async]
[Export ("reportNewIncomingProtectedIMAVCallWithUUID:update:completion:")]
void ReportNewIncomingProtectedImavCall (NSUuid uuid, CXCallUpdate update, CXProviderReportIncomingCallback completion);
}

delegate void CXProviderReportIncomingCallback ([NullAllowed] NSError error);

/// <summary>Contains values that control miscellaneous call properties, such as the ringtone, whether the call supports video, the maximum number of callers, and so on.</summary>
///
/// <related type="externalDocumentation" href="https://developer.apple.com/reference/CallKit/CXProviderConfiguration">Apple documentation for <c>CXProviderConfiguration</c></related>
Expand Down
2 changes: 0 additions & 2 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9989,7 +9989,6 @@ M:BrowserEngineKit.NSObject_BEAccessibility.SetBrowserAccessibilitySortDirection
M:BusinessChat.BCChatButton.BCChatButtonAppearance.#ctor(System.IntPtr)
M:CallKit.CXCallDirectoryExtensionContext.Dispose(System.Boolean)
M:CallKit.CXCallDirectoryManager.OpenSettingsAsync
M:CallKit.CXProvider.ReportNewIncomingProtectedImavCallAsync(Foundation.NSUuid,CallKit.CXCallUpdate)
M:CallKit.CXProvider.ReportNewIncomingVoIPPushPayloadAsync(Foundation.NSDictionary)
M:CallKit.CXProviderDelegate_Extensions.PerformSetTranslatingCallAction(CallKit.ICXProviderDelegate,CallKit.CXProvider,CallKit.CXSetTranslatingCallAction)
M:CallKit.ICXProviderDelegate.PerformSetTranslatingCallAction(CallKit.CXProvider,CallKit.CXSetTranslatingCallAction)
Expand Down Expand Up @@ -25844,7 +25843,6 @@ T:BusinessChat.BCChatButton
T:BusinessChat.BCChatButtonStyle
T:BusinessChat.BCParameterName
T:CallKit.CXErrorCodeNotificationServiceExtensionError
T:CallKit.CXProviderReportIncomingCallback
T:CallKit.CXTranslationEngine
T:CarPlay.CPAssistantCellActionType
T:CarPlay.CPAssistantCellPosition
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!missing-selector! HMAccessory::bridgedAccessories not bound
!missing-selector! HMAccessory::home not bound
!missing-selector! HMAccessoryHMAccessory::HAPInstanceID not bound
!missing-selector! HMAccessoryHMAccessory::isVendorAccessory not bound
!missing-selector! HMHomeManager::findHMHomeManagerAccessoryWithHAPPublicKey:completionHandler: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-selector! +UIColorEffect::effectWithColor: not bound
!missing-selector! UITabGroup::isSidebarDestination not bound
!missing-selector! UITabGroup::setIsSidebarDestination: not bound
!missing-type! UIColorEffect not bound
7 changes: 7 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-Foundation.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
5 changes: 5 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-HomeKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!missing-selector! HMAccessory::bridgedAccessories not bound
!missing-selector! HMAccessory::home not bound
!missing-selector! HMAccessoryHMAccessory::HAPInstanceID not bound
!missing-selector! HMAccessoryHMAccessory::isVendorAccessory not bound
!missing-selector! HMHomeManager::findHMHomeManagerAccessoryWithHAPPublicKey:completionHandler: not bound
16 changes: 16 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-Photos.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
!missing-enum! PHAssetResourceUploadJobAction not bound
!missing-enum! PHAssetResourceUploadJobState not bound
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
!missing-selector! +PHAssetResourceUploadJob::fetchJobsWithAction:options: not bound
!missing-selector! +PHAssetResourceUploadJob::jobLimit not bound
!missing-selector! +PHAssetResourceUploadJobChangeRequest::changeRequestForUploadJob: not bound
!missing-selector! +PHAssetResourceUploadJobChangeRequest::createJobWithDestination:resource: not bound
!missing-selector! PHAssetResourceUploadJob::destination not bound
!missing-selector! PHAssetResourceUploadJob::resource not bound
!missing-selector! PHAssetResourceUploadJob::state not bound
!missing-selector! PHAssetResourceUploadJobChangeRequest::acknowledge not bound
!missing-selector! PHAssetResourceUploadJobChangeRequest::retryWithDestination: not bound
!missing-selector! PHPhotoLibrary::isUploadJobExtensionEnabled not bound
!missing-selector! PHPhotoLibrary::setUploadJobExtensionEnabled:error: not bound
!missing-type! PHAssetResourceUploadJob not bound
!missing-type! PHAssetResourceUploadJobChangeRequest not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-selector! +UIColorEffect::effectWithColor: not bound
!missing-selector! UITabGroup::isSidebarDestination not bound
!missing-selector! UITabGroup::setIsSidebarDestination: not bound
!missing-type! UIColorEffect not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
5 changes: 5 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/tvOS-HomeKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!missing-selector! HMAccessory::bridgedAccessories not bound
!missing-selector! HMAccessory::home not bound
!missing-selector! HMAccessoryHMAccessory::HAPInstanceID not bound
!missing-selector! HMAccessoryHMAccessory::isVendorAccessory not bound
!missing-selector! HMHomeManager::findHMHomeManagerAccessoryWithHAPPublicKey:completionHandler: not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/tvOS-Photos.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
2 changes: 2 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-selector! +UIColorEffect::effectWithColor: not bound
!missing-type! UIColorEffect not bound
Loading