Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
10 changes: 5 additions & 5 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ NUGET_RELEASE_BRANCH=release/9.0.1xx
##
## Note that the prerelease identifier should be as short as possible, because otherwise
## the resulting package name can become too long for MSIs.
NUGET_HARDCODED_PRERELEASE_IDENTIFIER=xcode26.0
NUGET_HARDCODED_PRERELEASE_BRANCH=xcode26.0
NUGET_HARDCODED_PRERELEASE_IDENTIFIER=xcode26.1
NUGET_HARDCODED_PRERELEASE_BRANCH=xcode26.1

# compute the alphanumeric version of branch names
NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')
Expand Down Expand Up @@ -201,9 +201,9 @@ MACCATALYST_NUGET_VERSION_NO_METADATA=$(MACCATALYST_NUGET_VERSION)$(NUGET_PREREL
MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)$(NUGET_BUILD_METADATA)

# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=26.0
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.0.0.app/Contents/Developer
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_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
13 changes: 9 additions & 4 deletions Make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# IMPORTANT: There must be *no* managed API differences unless the two first
# numbers (major.minor) changes.

IOS_NUGET_OS_VERSION=26.0
TVOS_NUGET_OS_VERSION=26.0
MACOS_NUGET_OS_VERSION=26.0
MACCATALYST_NUGET_OS_VERSION=26.0
IOS_NUGET_OS_VERSION=26.1
TVOS_NUGET_OS_VERSION=26.1
MACOS_NUGET_OS_VERSION=26.1
MACCATALYST_NUGET_OS_VERSION=26.1

# The following are the OS versions we first supported with the current .NET version.
# These versions must *not* change with minor .NET updates, only major .NET releases.
Expand Down Expand Up @@ -124,3 +124,8 @@ SUPPORTED_API_VERSIONS_IOS+=net9.0-18.0
SUPPORTED_API_VERSIONS_TVOS+=net9.0-18.0
SUPPORTED_API_VERSIONS_MACOS+=net9.0-15.0
SUPPORTED_API_VERSIONS_MACCATALYST+=net9.0-18.0

SUPPORTED_API_VERSIONS_IOS+=net9.0-26.0
SUPPORTED_API_VERSIONS_TVOS+=net9.0-26.0
SUPPORTED_API_VERSIONS_MACOS+=net9.0-26.0
SUPPORTED_API_VERSIONS_MACCATALYST+=net9.0-26.0
3 changes: 3 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-macios -->
<add key="darc-pub-dotnet-macios-0bdcc61" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-0bdcc61b/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-macios -->
<!-- Begin: Package sources from xamarin-xamarin-macios -->
<!-- End: Package sources from xamarin-xamarin-macios -->
<!-- Begin: Package sources from dotnet-emsdk -->
Expand Down
4 changes: 4 additions & 0 deletions builds/Versions-MacCatalyst.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -60,6 +61,7 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>MacCatalystVersionMap</key>
Expand Down Expand Up @@ -116,6 +118,8 @@
<string>15.5</string>
<key>26.0</key>
<string>26.0</string>
<key>26.1</key>
<string>26.1</string>
</dict>
<key>RecommendedXcodeVersion</key>
<string>@XCODE_VERSION@</string>
Expand Down
2 changes: 2 additions & 0 deletions builds/Versions-iOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -96,6 +97,7 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions builds/Versions-macOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<string>15.4</string>
<string>15.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -58,6 +59,7 @@
<string>15.4</string>
<string>15.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions builds/Versions-tvOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -86,6 +87,7 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
8 changes: 8 additions & 0 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@ This file should be imported by eng/Versions.props
<MicrosoftiOSSdknet80_170PackageVersion>17.0.8523</MicrosoftiOSSdknet80_170PackageVersion>
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8324</MicrosoftiOSSdknet80_180PackageVersion>
<MicrosoftiOSSdknet90_180PackageVersion>18.0.9617</MicrosoftiOSSdknet90_180PackageVersion>
<MicrosoftiOSSdknet90_260PackageVersion>26.0.9744</MicrosoftiOSSdknet90_260PackageVersion>
<MicrosoftMacCatalystSdknet80_170PackageVersion>17.0.8523</MicrosoftMacCatalystSdknet80_170PackageVersion>
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8324</MicrosoftMacCatalystSdknet80_180PackageVersion>
<MicrosoftMacCatalystSdknet90_180PackageVersion>18.0.9617</MicrosoftMacCatalystSdknet90_180PackageVersion>
<MicrosoftMacCatalystSdknet90_260PackageVersion>26.0.9744</MicrosoftMacCatalystSdknet90_260PackageVersion>
<MicrosoftmacOSSdknet80_140PackageVersion>14.0.8523</MicrosoftmacOSSdknet80_140PackageVersion>
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8324</MicrosoftmacOSSdknet80_150PackageVersion>
<MicrosoftmacOSSdknet90_150PackageVersion>15.0.9617</MicrosoftmacOSSdknet90_150PackageVersion>
<MicrosoftmacOSSdknet90_260PackageVersion>26.0.9744</MicrosoftmacOSSdknet90_260PackageVersion>
<MicrosofttvOSSdknet80_170PackageVersion>17.0.8523</MicrosofttvOSSdknet80_170PackageVersion>
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8324</MicrosofttvOSSdknet80_180PackageVersion>
<MicrosofttvOSSdknet90_180PackageVersion>18.0.9617</MicrosofttvOSSdknet90_180PackageVersion>
<MicrosofttvOSSdknet90_260PackageVersion>26.0.9744</MicrosofttvOSSdknet90_260PackageVersion>
<!-- dotnet/arcade dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25465.2</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25465.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
Expand Down Expand Up @@ -60,15 +64,19 @@ This file should be imported by eng/Versions.props
<MicrosoftiOSSdknet80_170Version>$(MicrosoftiOSSdknet80_170PackageVersion)</MicrosoftiOSSdknet80_170Version>
<MicrosoftiOSSdknet80_180Version>$(MicrosoftiOSSdknet80_180PackageVersion)</MicrosoftiOSSdknet80_180Version>
<MicrosoftiOSSdknet90_180Version>$(MicrosoftiOSSdknet90_180PackageVersion)</MicrosoftiOSSdknet90_180Version>
<MicrosoftiOSSdknet90_260Version>$(MicrosoftiOSSdknet90_260PackageVersion)</MicrosoftiOSSdknet90_260Version>
<MicrosoftMacCatalystSdknet80_170Version>$(MicrosoftMacCatalystSdknet80_170PackageVersion)</MicrosoftMacCatalystSdknet80_170Version>
<MicrosoftMacCatalystSdknet80_180Version>$(MicrosoftMacCatalystSdknet80_180PackageVersion)</MicrosoftMacCatalystSdknet80_180Version>
<MicrosoftMacCatalystSdknet90_180Version>$(MicrosoftMacCatalystSdknet90_180PackageVersion)</MicrosoftMacCatalystSdknet90_180Version>
<MicrosoftMacCatalystSdknet90_260Version>$(MicrosoftMacCatalystSdknet90_260PackageVersion)</MicrosoftMacCatalystSdknet90_260Version>
<MicrosoftmacOSSdknet80_140Version>$(MicrosoftmacOSSdknet80_140PackageVersion)</MicrosoftmacOSSdknet80_140Version>
<MicrosoftmacOSSdknet80_150Version>$(MicrosoftmacOSSdknet80_150PackageVersion)</MicrosoftmacOSSdknet80_150Version>
<MicrosoftmacOSSdknet90_150Version>$(MicrosoftmacOSSdknet90_150PackageVersion)</MicrosoftmacOSSdknet90_150Version>
<MicrosoftmacOSSdknet90_260Version>$(MicrosoftmacOSSdknet90_260PackageVersion)</MicrosoftmacOSSdknet90_260Version>
<MicrosofttvOSSdknet80_170Version>$(MicrosofttvOSSdknet80_170PackageVersion)</MicrosofttvOSSdknet80_170Version>
<MicrosofttvOSSdknet80_180Version>$(MicrosofttvOSSdknet80_180PackageVersion)</MicrosofttvOSSdknet80_180Version>
<MicrosofttvOSSdknet90_180Version>$(MicrosofttvOSSdknet90_180PackageVersion)</MicrosofttvOSSdknet90_180Version>
<MicrosofttvOSSdknet90_260Version>$(MicrosofttvOSSdknet90_260PackageVersion)</MicrosofttvOSSdknet90_260Version>
<!-- dotnet/arcade dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<MicrosoftDotNetBuildTasksFeedVersion>$(MicrosoftDotNetBuildTasksFeedPackageVersion)</MicrosoftDotNetBuildTasksFeedVersion>
Expand Down
17 changes: 17 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<!-- This is a subscription of the .NET 9/Xcode 26.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_26.0" Version="26.0.9744">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>0bdcc61b54aff04db380a36ba496a4a2124803d9</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_26.0" Version="26.0.9744">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>0bdcc61b54aff04db380a36ba496a4a2124803d9</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_26.0" Version="26.0.9744">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>0bdcc61b54aff04db380a36ba496a4a2124803d9</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_26.0" Version="26.0.9744">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>0bdcc61b54aff04db380a36ba496a4a2124803d9</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25465.2">
Expand Down
5 changes: 5 additions & 0 deletions src/authenticationservices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2394,6 +2394,11 @@ interface ASAuthorizationWebBrowserPublicKeyCredentialManager {

[Export ("authorizationStateForPlatformCredentials")]
ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState AuthorizationStateForPlatformCredentials { get; }

[Mac (26, 1), iOS (26, 1), MacCatalyst (26, 1)]
[Export ("getIsDeviceConfiguredForPasskeysWithCompletionHandler:")]
[Async]
void IsDeviceConfiguredForPasskeys (Action<bool> completionHandler);
}

delegate void ASSettingsHelperRequestToTurnOnCredentialProviderExtensionCallback (bool appWasEnabledForAutofill);
Expand Down
5 changes: 3 additions & 2 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9195,6 +9195,8 @@ M:AuthenticationServices.ASAuthorizationSingleSignOnProvider.CreateProvider(Foun
M:AuthenticationServices.ASAuthorizationSingleSignOnProvider.CreateRequest
M:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.GetPlatformCredentials(System.String,System.Action{AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential[]})
M:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.GetPlatformCredentialsAsync(System.String)
M:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.IsDeviceConfiguredForPasskeys(System.Action{System.Boolean})
M:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.IsDeviceConfiguredForPasskeysAsync
M:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.RequestAuthorization(System.Action{AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState})
M:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.RequestAuthorizationAsync
M:AuthenticationServices.ASCredentialIdentityStore.GetCredentialIdentities(AuthenticationServices.ASCredentialServiceIdentifier,AuthenticationServices.ASCredentialIdentityTypes,AuthenticationServices.ASCredentialIdentityStoreGetCredentialIdentitiesHandler)
Expand Down Expand Up @@ -9488,8 +9490,6 @@ M:AVFoundation.AVComposition_AVCompositionTrackInspection.LoadTracksWithMediaTyp
M:AVFoundation.AVComposition_AVCompositionTrackInspection.LoadTracksWithMediaTypeAsync(AVFoundation.AVComposition,System.String)
M:AVFoundation.AVContentKeyRecipient_Extensions.DidProvideContentKey(AVFoundation.IAVContentKeyRecipient,AVFoundation.AVContentKeySession,AVFoundation.AVContentKey)
M:AVFoundation.AVContentKeyRequest.Dispose(System.Boolean)
M:AVFoundation.AVContentKeyRequest.RespondByRequestingPersistableContentKeyRequest
M:AVFoundation.AVContentKeyRequest.RespondByRequestingPersistableContentKeyRequest(Foundation.NSError@)
M:AVFoundation.AVContentKeyResponse.Create(Foundation.NSData,AVFoundation.AVContentKeyResponseDataType)
M:AVFoundation.AVContentKeySession.Dispose(System.Boolean)
M:AVFoundation.AVContentKeySessionDelegate_Extensions.DidProvideContentKeyRequests(AVFoundation.IAVContentKeySessionDelegate,AVFoundation.AVContentKeySession,AVFoundation.AVContentKeyRequest[],Foundation.NSData)
Expand Down Expand Up @@ -24049,6 +24049,7 @@ P:UIKit.UIButton.Held
P:UIKit.UIButton.Hovered
P:UIKit.UIButton.PointerInteractionEnabled
P:UIKit.UIButton.UIButtonAppearance.ContentEdgeInsets
P:UIKit.UIButtonConfiguration.TintedGlassButtonConfiguration
P:UIKit.UIButtonEventArgs.ButtonIndex
P:UIKit.UICalendarSelectionMultiDate.Delegate
P:UIKit.UICalendarSelectionSingleDate.Delegate
Expand Down
6 changes: 2 additions & 4 deletions tests/monotouch-test/CoreGraphics/ColorSpaceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@ public void CreateIccData ()
#endif
using (var provider = new CGDataProvider (icc)) {
using (var cs = CGColorSpace.CreateIccData (provider)) {
// broke? with Xcode 13 beta 1 (iOS, tvOS)
if (TestRuntime.CheckXcodeVersion (13, 0))
Assert.Null (cs, "null colorspace");
else
// some OS versions work, some don't, so just check the ICC if we got a color space
if (cs is not null)
TestICC (cs);
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-field! AVFileTypeQuickTimeAudio not bound
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# header says this ctor is available in Mac Catalyst, Apple's documentation + xtro says it's not, so don't add it for now.
!missing-selector! AEAssessmentApplication::initWithBundleIdentifier:teamIdentifier: not bound
!missing-selector! AEAssessmentConfiguration::allowsScreenshots not bound
!missing-selector! AEAssessmentConfiguration::setAllowsScreenshots: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! CXProvider::reportNewIncomingProtectedIMAVCallWithUUID:update:completion: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-pinvoke! NSStringFromCPJunctionType is not bound
!missing-pinvoke! NSStringFromCPLaneStatus is not bound
!missing-pinvoke! NSStringFromCPManeuverType is not bound
!missing-pinvoke! NSStringFromCPTrafficSide is not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! HMError native value HMErrorCodeQuotaExceeded = 106 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! MTLFunctionReflection::userAnnotation not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-field! AVFileTypeQuickTimeAudio not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
!missing-enum! ASPickerDisplaySettingsOptions not bound
!missing-enum-value! ASAccessoryEventType native value ASAccessoryEventTypeAccessoryDiscovered = 33 not bound
!missing-field! ASPickerDisplaySettingsDiscoveryTimeoutUnbounded not bound
!missing-selector! ASAccessorySession::finishPickerDiscovery: not bound
!missing-selector! ASAccessorySession::updatePickerShowingDiscoveredDisplayItems:completionHandler: not bound
!missing-selector! ASDiscoveredAccessory::bluetoothAdvertisementData not bound
!missing-selector! ASDiscoveredAccessory::bluetoothRSSI not bound
!missing-selector! ASDiscoveredDisplayItem::initWithName:productImage:accessory: not bound
!missing-selector! ASMigrationDisplayItem::setWifiAwarePairedDeviceID: not bound
!missing-selector! ASMigrationDisplayItem::wifiAwarePairedDeviceID not bound
!missing-selector! ASPickerDisplaySettings::options not bound
!missing-selector! ASPickerDisplaySettings::setOptions: not bound
!missing-type! ASDiscoveredAccessory not bound
!missing-type! ASDiscoveredDisplayItem not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-field! AppMigrationKitVersionNumber not bound
!missing-field! AppMigrationKitVersionString not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-CallKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! CXProvider::reportNewIncomingProtectedIMAVCallWithUUID:update:completion: not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-CarPlay.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-pinvoke! NSStringFromCPJunctionType is not bound
!missing-pinvoke! NSStringFromCPLaneStatus is not bound
!missing-pinvoke! NSStringFromCPManeuverType is not bound
!missing-pinvoke! NSStringFromCPTrafficSide is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-HomeKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! HMError native value HMErrorCodeQuotaExceeded = 106 not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-Metal.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! MTLFunctionReflection::userAnnotation not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-field! AVFileTypeQuickTimeAudio not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-selector! AEAssessmentConfiguration::allowsScreenshots not bound
!missing-selector! AEAssessmentConfiguration::setAllowsScreenshots: not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/macOS-Metal.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! MTLFunctionReflection::userAnnotation not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-field! AVFileTypeQuickTimeAudio not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! HMError native value HMErrorCodeQuotaExceeded = 106 not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/tvOS-Metal.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! MTLFunctionReflection::userAnnotation not bound
26 changes: 13 additions & 13 deletions tools/common/SdkVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

namespace Xamarin {
static class SdkVersions {
public const string Xcode = "26.0";
public const string OSX = "26.0";
public const string iOS = "26.0";
public const string TVOS = "26.0";
public const string MacCatalyst = "26.0";
public const string Xcode = "26.1";
public const string OSX = "26.1";
public const string iOS = "26.1";
public const string TVOS = "26.1";
public const string MacCatalyst = "26.1";

public const string MinOSX = "12.0";
public const string MiniOS = "12.2";
Expand All @@ -32,16 +32,16 @@ static class SdkVersions {
public const string MiniOSSimulator = "16.0";
public const string MinTVOSSimulator = "16.0";

public const string MaxiOSSimulator = "26.0";
public const string MaxTVOSSimulator = "26.0";
public const string MaxiOSSimulator = "26.1";
public const string MaxTVOSSimulator = "26.1";

public const string MaxiOSDeploymentTarget = "26.0";
public const string MaxTVOSDeploymentTarget = "26.0";
public const string MaxiOSDeploymentTarget = "26.1";
public const string MaxTVOSDeploymentTarget = "26.1";

public const string TargetPlatformVersionExecutableiOS = "26.0";
public const string TargetPlatformVersionExecutabletvOS = "26.0";
public const string TargetPlatformVersionExecutablemacOS = "26.0";
public const string TargetPlatformVersionExecutableMacCatalyst = "26.0";
public const string TargetPlatformVersionExecutableiOS = "26.1";
public const string TargetPlatformVersionExecutabletvOS = "26.1";
public const string TargetPlatformVersionExecutablemacOS = "26.1";
public const string TargetPlatformVersionExecutableMacCatalyst = "26.1";

public const string TargetPlatformVersionLibraryiOS = "26.0";
public const string TargetPlatformVersionLibrarytvOS = "26.0";
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/variables/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ variables:
value: 15.6

- name: xcodeChannel
value: Stable
value: Beta
Loading