[xcode15] Bump to Xcode 15 stable version (#19009)

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
This commit is contained in:
Alex Soto 2023-09-19 12:34:34 -04:00 коммит произвёл GitHub
Родитель 72ee9e973d
Коммит 391b8e2690
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
14 изменённых файлов: 149 добавлений и 7 удалений

Просмотреть файл

@ -201,8 +201,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)+$(NUGET_
# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=15.0
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_15_beta_7.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_15.0.0-beta7.app/Contents/Developer
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_15.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_15.0.0.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"

Просмотреть файл

@ -48,8 +48,8 @@
# line changed in git).
#
IOS_PACKAGE_VERSION=16.99.0.$(IOS_COMMIT_DISTANCE)
MAC_PACKAGE_VERSION=9.99.0.$(MAC_COMMIT_DISTANCE)
IOS_PACKAGE_VERSION=17.0.0.$(IOS_COMMIT_DISTANCE)
MAC_PACKAGE_VERSION=9.0.0.$(MAC_COMMIT_DISTANCE)
#
# ** NuGet package version numbers **

Просмотреть файл

@ -50,7 +50,7 @@ namespace Xamarin.Tests {
}
[Test]
[TestCase (ApplePlatform.iOS, "iossimulator-x64;iossimulator-arm64", ":v2:runtime=com.apple.CoreSimulator.SimRuntime.iOS-17-0,devicetype=com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro")]
[TestCase (ApplePlatform.iOS, "iossimulator-x64;iossimulator-arm64", ":v2:runtime=com.apple.CoreSimulator.SimRuntime.iOS-17-0,devicetype=com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro")]
[TestCase (ApplePlatform.iOS, "ios-arm64", "")]
[TestCase (ApplePlatform.TVOS, "tvossimulator-arm64", ":v2:runtime=com.apple.CoreSimulator.SimRuntime.tvOS-17-0,devicetype=com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-1080p")]
public void GetMlaunchRunArguments (ApplePlatform platform, string runtimeIdentifiers, string device)

Просмотреть файл

@ -475,3 +475,22 @@
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!deprecated-attribute-missing! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery missing a [Deprecated] attribute
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-enum-value! AVCaptureSystemPressureFactors native value AVCaptureSystemPressureFactorCameraTemperature = 8 not bound
!missing-enum-value! AVCaptureVideoStabilizationMode native value AVCaptureVideoStabilizationModePreviewOptimized = 4 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound

Просмотреть файл

@ -341,3 +341,21 @@
!missing-type! MTLArchitecture not bound
!missing-type! MTLIndirectInstanceAccelerationStructureDescriptor not bound
!unknown-native-enum! MTLArgumentAccess bound
!missing-enum-value! MTLGpuFamily native value MTLGPUFamilyApple9 = 1009 not bound
!missing-enum-value! MTLIndirectCommandType native value MTLIndirectCommandTypeDrawMeshThreadgroups = 128 not bound
!missing-enum-value! MTLIndirectCommandType native value MTLIndirectCommandTypeDrawMeshThreads = 256 not bound
!missing-protocol-member! MTLIndirectRenderCommand::clearBarrier not found
!missing-protocol-member! MTLIndirectRenderCommand::drawMeshThreadgroups:threadsPerObjectThreadgroup:threadsPerMeshThreadgroup: not found
!missing-protocol-member! MTLIndirectRenderCommand::drawMeshThreads:threadsPerObjectThreadgroup:threadsPerMeshThreadgroup: not found
!missing-protocol-member! MTLIndirectRenderCommand::setBarrier not found
!missing-protocol-member! MTLIndirectRenderCommand::setMeshBuffer:offset:atIndex: not found
!missing-protocol-member! MTLIndirectRenderCommand::setObjectBuffer:offset:atIndex: not found
!missing-protocol-member! MTLIndirectRenderCommand::setObjectThreadgroupMemoryLength:atIndex: not found
!missing-selector! MTLIndirectCommandBufferDescriptor::maxMeshBufferBindCount not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::maxObjectBufferBindCount not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::maxObjectThreadgroupMemoryBindCount not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::setMaxMeshBufferBindCount: not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::setMaxObjectBufferBindCount: not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::setMaxObjectThreadgroupMemoryBindCount: not bound
!missing-selector! MTLMeshRenderPipelineDescriptor::setSupportIndirectCommandBuffers: not bound
!missing-selector! MTLMeshRenderPipelineDescriptor::supportIndirectCommandBuffers not bound

Просмотреть файл

@ -449,3 +449,19 @@
!unknown-field! AVAudioSessionMediaServicesWereResetNotification bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!missing-selector! AVCaptureDevice::displayVideoZoomFactorMultiplier not bound
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound

Просмотреть файл

@ -343,3 +343,4 @@
!missing-type! MTLArchitecture not bound
!missing-type! MTLIndirectInstanceAccelerationStructureDescriptor not bound
!unknown-native-enum! MTLArgumentAccess bound
!missing-enum-value! MTLGpuFamily native value MTLGPUFamilyApple9 = 1009 not bound

Просмотреть файл

@ -718,7 +718,6 @@
!missing-selector! AVCaptureDeviceFormat::supportedColorSpaces not bound
!missing-selector! AVCaptureDeviceFormat::supportedDepthDataFormats not bound
!missing-selector! AVCaptureDeviceFormat::supportedMaxPhotoDimensions not bound
!missing-selector! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery not bound
!missing-selector! AVCaptureDeviceFormat::unsupportedCaptureOutputClasses not bound
!missing-selector! AVCaptureDeviceFormat::videoFieldOfView not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForCenterStage not bound
@ -1122,3 +1121,18 @@
!missing-type! AVMetadataSalientObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-selector! AVCaptureDevice::displayVideoZoomFactorMultiplier not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound

Просмотреть файл

@ -475,3 +475,22 @@
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!deprecated-attribute-missing! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery missing a [Deprecated] attribute
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-enum-value! AVCaptureSystemPressureFactors native value AVCaptureSystemPressureFactorCameraTemperature = 8 not bound
!missing-enum-value! AVCaptureVideoStabilizationMode native value AVCaptureVideoStabilizationModePreviewOptimized = 4 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound

Просмотреть файл

@ -341,3 +341,21 @@
!missing-type! MTLArchitecture not bound
!missing-type! MTLIndirectInstanceAccelerationStructureDescriptor not bound
!unknown-native-enum! MTLArgumentAccess bound
!missing-enum-value! MTLGpuFamily native value MTLGPUFamilyApple9 = 1009 not bound
!missing-enum-value! MTLIndirectCommandType native value MTLIndirectCommandTypeDrawMeshThreadgroups = 128 not bound
!missing-enum-value! MTLIndirectCommandType native value MTLIndirectCommandTypeDrawMeshThreads = 256 not bound
!missing-protocol-member! MTLIndirectRenderCommand::clearBarrier not found
!missing-protocol-member! MTLIndirectRenderCommand::drawMeshThreadgroups:threadsPerObjectThreadgroup:threadsPerMeshThreadgroup: not found
!missing-protocol-member! MTLIndirectRenderCommand::drawMeshThreads:threadsPerObjectThreadgroup:threadsPerMeshThreadgroup: not found
!missing-protocol-member! MTLIndirectRenderCommand::setBarrier not found
!missing-protocol-member! MTLIndirectRenderCommand::setMeshBuffer:offset:atIndex: not found
!missing-protocol-member! MTLIndirectRenderCommand::setObjectBuffer:offset:atIndex: not found
!missing-protocol-member! MTLIndirectRenderCommand::setObjectThreadgroupMemoryLength:atIndex: not found
!missing-selector! MTLIndirectCommandBufferDescriptor::maxMeshBufferBindCount not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::maxObjectBufferBindCount not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::maxObjectThreadgroupMemoryBindCount not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::setMaxMeshBufferBindCount: not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::setMaxObjectBufferBindCount: not bound
!missing-selector! MTLIndirectCommandBufferDescriptor::setMaxObjectThreadgroupMemoryBindCount: not bound
!missing-selector! MTLMeshRenderPipelineDescriptor::setSupportIndirectCommandBuffers: not bound
!missing-selector! MTLMeshRenderPipelineDescriptor::supportIndirectCommandBuffers not bound

Просмотреть файл

@ -449,3 +449,19 @@
!unknown-field! AVAudioSessionMediaServicesWereResetNotification bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!missing-selector! AVCaptureDevice::displayVideoZoomFactorMultiplier not bound
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound

Просмотреть файл

@ -343,3 +343,4 @@
!missing-type! MTLArchitecture not bound
!missing-type! MTLIndirectInstanceAccelerationStructureDescriptor not bound
!unknown-native-enum! MTLArgumentAccess bound
!missing-enum-value! MTLGpuFamily native value MTLGPUFamilyApple9 = 1009 not bound

Просмотреть файл

@ -718,7 +718,6 @@
!missing-selector! AVCaptureDeviceFormat::supportedColorSpaces not bound
!missing-selector! AVCaptureDeviceFormat::supportedDepthDataFormats not bound
!missing-selector! AVCaptureDeviceFormat::supportedMaxPhotoDimensions not bound
!missing-selector! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery not bound
!missing-selector! AVCaptureDeviceFormat::unsupportedCaptureOutputClasses not bound
!missing-selector! AVCaptureDeviceFormat::videoFieldOfView not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForCenterStage not bound
@ -1122,3 +1121,18 @@
!missing-type! AVMetadataSalientObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-selector! AVCaptureDevice::displayVideoZoomFactorMultiplier not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound

Просмотреть файл

@ -0,0 +1,6 @@
!missing-enum-value! NIErrorCode native value NIErrorCodeActiveExtendedDistanceSessionsLimitExceeded = -5880 not bound
!missing-enum-value! NIErrorCode native value NIErrorCodeIncompatiblePeerDevice = -5881 not bound
!missing-protocol-member! NIDeviceCapability::supportsExtendedDistanceMeasurement not found
!missing-selector! NIDiscoveryToken::deviceCapabilities not bound
!missing-selector! NINearbyPeerConfiguration::isExtendedDistanceMeasurementEnabled not bound
!missing-selector! NINearbyPeerConfiguration::setExtendedDistanceMeasurementEnabled: not bound