Skip to content

Commit 0611013

Browse files
authored
[xcode26.1] Bump to beta 2. (#23959)
1 parent 8e5c8b2 commit 0611013

17 files changed

+74
-11
lines changed

Make.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)$(NUGET_B
202202

203203
# Xcode version should have both a major and a minor version (even if the minor version is 0)
204204
XCODE_VERSION=26.1
205-
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.1_beta.xip
206-
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.1.0-beta.app/Contents/Developer
205+
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.1_beta2.xip
206+
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.1.0-beta2.app/Contents/Developer
207207
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)
208208

209209
# We define stable Xcode as the Xcode app being named like "Xcode_#.#[.#].app"

src/callkit.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -731,15 +731,8 @@ interface CXProvider {
731731

732732
[Export ("pendingCallActionsOfClass:withCallUUID:")]
733733
CXCallAction [] GetPendingCallActions (Class callActionClass, NSUuid callUuid);
734-
735-
[iOS (26, 1), MacCatalyst (26, 1)]
736-
[Async]
737-
[Export ("reportNewIncomingProtectedIMAVCallWithUUID:update:completion:")]
738-
void ReportNewIncomingProtectedImavCall (NSUuid uuid, CXCallUpdate update, CXProviderReportIncomingCallback completion);
739734
}
740735

741-
delegate void CXProviderReportIncomingCallback ([NullAllowed] NSError error);
742-
743736
/// <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>
744737
///
745738
/// <related type="externalDocumentation" href="https://developer.apple.com/reference/CallKit/CXProviderConfiguration">Apple documentation for <c>CXProviderConfiguration</c></related>

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9989,7 +9989,6 @@ M:BrowserEngineKit.NSObject_BEAccessibility.SetBrowserAccessibilitySortDirection
99899989
M:BusinessChat.BCChatButton.BCChatButtonAppearance.#ctor(System.IntPtr)
99909990
M:CallKit.CXCallDirectoryExtensionContext.Dispose(System.Boolean)
99919991
M:CallKit.CXCallDirectoryManager.OpenSettingsAsync
9992-
M:CallKit.CXProvider.ReportNewIncomingProtectedImavCallAsync(Foundation.NSUuid,CallKit.CXCallUpdate)
99939992
M:CallKit.CXProvider.ReportNewIncomingVoIPPushPayloadAsync(Foundation.NSDictionary)
99949993
M:CallKit.CXProviderDelegate_Extensions.PerformSetTranslatingCallAction(CallKit.ICXProviderDelegate,CallKit.CXProvider,CallKit.CXSetTranslatingCallAction)
99959994
M:CallKit.ICXProviderDelegate.PerformSetTranslatingCallAction(CallKit.CXProvider,CallKit.CXSetTranslatingCallAction)
@@ -25844,7 +25843,6 @@ T:BusinessChat.BCChatButton
2584425843
T:BusinessChat.BCChatButtonStyle
2584525844
T:BusinessChat.BCParameterName
2584625845
T:CallKit.CXErrorCodeNotificationServiceExtensionError
25847-
T:CallKit.CXProviderReportIncomingCallback
2584825846
T:CallKit.CXTranslationEngine
2584925847
T:CarPlay.CPAssistantCellActionType
2585025848
T:CarPlay.CPAssistantCellPosition
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
2+
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
3+
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
4+
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
5+
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
6+
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
7+
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
!missing-selector! HMAccessory::bridgedAccessories not bound
2+
!missing-selector! HMAccessory::home not bound
3+
!missing-selector! HMAccessoryHMAccessory::HAPInstanceID not bound
4+
!missing-selector! HMAccessoryHMAccessory::isVendorAccessory not bound
5+
!missing-selector! HMHomeManager::findHMHomeManagerAccessoryWithHAPPublicKey:completionHandler: not bound
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
!missing-selector! +UIColorEffect::effectWithColor: not bound
2+
!missing-selector! UITabGroup::isSidebarDestination not bound
3+
!missing-selector! UITabGroup::setIsSidebarDestination: not bound
4+
!missing-type! UIColorEffect not bound
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
2+
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
3+
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
4+
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
5+
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
6+
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
7+
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
!missing-selector! HMAccessory::bridgedAccessories not bound
2+
!missing-selector! HMAccessory::home not bound
3+
!missing-selector! HMAccessoryHMAccessory::HAPInstanceID not bound
4+
!missing-selector! HMAccessoryHMAccessory::isVendorAccessory not bound
5+
!missing-selector! HMHomeManager::findHMHomeManagerAccessoryWithHAPPublicKey:completionHandler: not bound
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
!missing-enum! PHAssetResourceUploadJobAction not bound
2+
!missing-enum! PHAssetResourceUploadJobState not bound
3+
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
4+
!missing-selector! +PHAssetResourceUploadJob::fetchJobsWithAction:options: not bound
5+
!missing-selector! +PHAssetResourceUploadJob::jobLimit not bound
6+
!missing-selector! +PHAssetResourceUploadJobChangeRequest::changeRequestForUploadJob: not bound
7+
!missing-selector! +PHAssetResourceUploadJobChangeRequest::createJobWithDestination:resource: not bound
8+
!missing-selector! PHAssetResourceUploadJob::destination not bound
9+
!missing-selector! PHAssetResourceUploadJob::resource not bound
10+
!missing-selector! PHAssetResourceUploadJob::state not bound
11+
!missing-selector! PHAssetResourceUploadJobChangeRequest::acknowledge not bound
12+
!missing-selector! PHAssetResourceUploadJobChangeRequest::retryWithDestination: not bound
13+
!missing-selector! PHPhotoLibrary::isUploadJobExtensionEnabled not bound
14+
!missing-selector! PHPhotoLibrary::setUploadJobExtensionEnabled:error: not bound
15+
!missing-type! PHAssetResourceUploadJob not bound
16+
!missing-type! PHAssetResourceUploadJobChangeRequest not bound

0 commit comments

Comments
 (0)