Skip to content

Commit 75fc04c

Browse files
authored
[xcode26.2] Update to Xcode 26.2 Beta 2 (#24289)
1 parent 1493844 commit 75fc04c

15 files changed

+22
-9
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.2
205-
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.2_beta.xip
206-
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.2.0-beta.app/Contents/Developer
205+
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.2_beta_2.xip
206+
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.2.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"

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18458,9 +18458,6 @@ P:AppKit.NSPopUpButtonCell.Item(System.IntPtr)
1845818458
P:AppKit.NSPopUpButtonCell.Item(System.String)
1845918459
P:AppKit.NSRulerView.WeakMeasurementUnits
1846018460
P:AppKit.NSSavePanel.GetDisplayName
18461-
P:AppKit.NSScrollEdgeEffectStyle.AutomaticStyle
18462-
P:AppKit.NSScrollEdgeEffectStyle.HardStyle
18463-
P:AppKit.NSScrollEdgeEffectStyle.SoftStyle
1846418461
P:AppKit.NSSharingServiceDidFailToShareItemsEventArgs.Error
1846518462
P:AppKit.NSSharingServiceDidFailToShareItemsEventArgs.Items
1846618463
P:AppKit.NSSharingServiceItemsEventArgs.Items
@@ -18470,7 +18467,6 @@ P:AppKit.NSSharingServicePickerToolbarItem.Delegate
1847018467
P:AppKit.NSSoundFinishedEventArgs.Finished
1847118468
P:AppKit.NSSpellChecker.IsAutomaticInlinePredictionEnabled
1847218469
P:AppKit.NSSplitViewItemAccessoryViewController.Hidden
18473-
P:AppKit.NSSplitViewItemAccessoryViewController.PreferredScrollEdgeEffectStyle
1847418470
P:AppKit.NSTableView.UserCanChangeVisibility
1847518471
P:AppKit.NSTableViewCellEventArgs.Cell
1847618472
P:AppKit.NSTableViewCellEventArgs.Row
@@ -18528,7 +18524,6 @@ P:AppKit.NSTextViewDraggedCellEventArgs.TheEvent
1852818524
P:AppKit.NSTextViewportLayoutController.Delegate
1852918525
P:AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs.NewView
1853018526
P:AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs.OldView
18531-
P:AppKit.NSTitlebarAccessoryViewController.PreferredScrollEdgeEffectStyle
1853218527
P:AppKit.NSToolbar.GetItemCanBeInsertedAt
1853318528
P:AppKit.NSToolbar.GetToolbarImmovableItemIdentifiers
1853418529
P:AppKit.NSToolbarItem.Hidden
@@ -25232,7 +25227,6 @@ T:AppKit.NSRunResponse
2523225227
T:AppKit.NSSaveOperationType
2523325228
T:AppKit.NSSavePanelComplete
2523425229
T:AppKit.NSScrollArrowPosition
25235-
T:AppKit.NSScrollEdgeEffectStyle
2523625230
T:AppKit.NSScrollElasticity
2523725231
T:AppKit.NSScrollerArrow
2523825232
T:AppKit.NSScrollerKnobStyle
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
!missing-enum-value! AVAudioSessionCategoryOptions native value AVAudioSessionCategoryOptionFarFieldInput = 262144 not bound
22
!missing-field! AVAudioSessionModeDualRoute not bound
3+
!missing-selector! +AVCaptureDevice::isEdgeLightActive not bound
4+
!missing-selector! +AVCaptureDevice::isEdgeLightEnabled not bound
5+
!missing-selector! AVCaptureDeviceFormat::isEdgeLightSupported not bound
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!missing-field! HKCategoryTypeIdentifierHypertensionEvent not bound
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
!missing-selector! PKIdentityRequest::setUsageDescriptionKey: not bound
22
!missing-selector! PKIdentityRequest::usageDescriptionKey not bound
3+
!missing-field! PKPaymentNetworkConecs not bound

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-SafariServices.todo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
!missing-selector! SFSafariExtensionState::isEnabled not bound
33
!missing-type! SFSafariExtensionManager not bound
44
!missing-type! SFSafariExtensionState not bound
5+
!missing-enum-value! SFErrorCode native value SFErrorMaximumAttemptsExceeded = 6 not bound
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
!missing-enum-value! AVAudioSessionCategoryOptions native value AVAudioSessionCategoryOptionFarFieldInput = 262144 not bound
22
!missing-field! AVAudioSessionModeDualRoute not bound
3+
!missing-selector! +AVCaptureDevice::isEdgeLightActive not bound
4+
!missing-selector! +AVCaptureDevice::isEdgeLightEnabled not bound
5+
!missing-selector! AVCaptureDeviceFormat::isEdgeLightSupported not bound

tests/xtro-sharpie/api-annotations-dotnet/iOS-CarPlay.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!missing-field! HKCategoryTypeIdentifierHypertensionEvent not bound
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
!missing-selector! PKIdentityRequest::setUsageDescriptionKey: not bound
22
!missing-selector! PKIdentityRequest::usageDescriptionKey not bound
3+
!missing-field! PKPaymentNetworkConecs not bound

0 commit comments

Comments
 (0)