[xcode16.1] Bump to stable release of Xcode 16.1 (#21538)

This commit is contained in:
Alex Soto 2024-10-28 20:28:35 -04:00 коммит произвёл GitHub
Родитель 0715fd50bf
Коммит 3b9c704209
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
11 изменённых файлов: 11 добавлений и 20 удалений

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

@ -219,10 +219,10 @@ 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=16.1
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_16.1_Release_Candidate.xip
XCODE_IOS_SIMULATOR_FILENAME=iOS_18.1_Release_Candidate_Simulator_Runtime.dmg
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_16.1.xip
XCODE_IOS_SIMULATOR_FILENAME=iOS_18.1_Simulator_Runtime.dmg
XCODE_IOS_SIMULATOR_VERSION=22B81
XCODE_DEVELOPER_ROOT=/Applications/Xcode_16.1.0-rc.app/Contents/Developer
XCODE_DEVELOPER_ROOT=/Applications/Xcode_16.1.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"

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

@ -1,3 +0,0 @@
!missing-field! kCGUseLegacyHDREcosystem not bound
!missing-pinvoke! CGColorConversionInfoConvertData is not bound
!missing-pinvoke! CGColorConversionInfoCreateForToneMapping is not bound

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

@ -95,3 +95,6 @@
!missing-pinvoke! CGSizeEqualToSize is not bound
!missing-pinvoke! CGErrorSetCallback is not bound
!missing-pinvoke! CGConvertColorDataWithFormat is not bound
!missing-field! kCGUseLegacyHDREcosystem not bound
!missing-pinvoke! CGColorConversionInfoConvertData is not bound
!missing-pinvoke! CGColorConversionInfoCreateForToneMapping is not bound

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

@ -1,3 +0,0 @@
!missing-field! kCGUseLegacyHDREcosystem not bound
!missing-pinvoke! CGColorConversionInfoConvertData is not bound
!missing-pinvoke! CGColorConversionInfoCreateForToneMapping is not bound

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

@ -1,3 +0,0 @@
!missing-field! kCGUseLegacyHDREcosystem not bound
!missing-pinvoke! CGColorConversionInfoConvertData is not bound
!missing-pinvoke! CGColorConversionInfoCreateForToneMapping is not bound

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

@ -1,3 +0,0 @@
!missing-field! kCGUseLegacyHDREcosystem not bound
!missing-pinvoke! CGColorConversionInfoConvertData is not bound
!missing-pinvoke! CGColorConversionInfoCreateForToneMapping is not bound

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

@ -223,7 +223,7 @@ extends:
stages:
- template: templates/main-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
macOSName: ${{ parameters.macOSName }}
isPR: false
provisionatorChannel: ${{ parameters.provisionatorChannel }}

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

@ -208,7 +208,7 @@ extends:
stages:
- template: templates/main-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
macOSName: ${{ parameters.macOSName }}
isPR: true
provisionatorChannel: ${{ parameters.provisionatorChannel }}

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

@ -61,7 +61,7 @@ variables:
stages:
- template: ../api-diff-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
macOSName: ${{ parameters.macOSName }}
isPR: ${{ parameters.isPR }}
provisionatorChannel: ${{ parameters.provisionatorChannel }}

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

@ -178,7 +178,7 @@ variables:
stages:
- template: ../main-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
macOSName: ${{ parameters.macOSName }}
isPR: ${{ parameters.isPR }}
provisionatorChannel: ${{ parameters.provisionatorChannel }}

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

@ -105,7 +105,7 @@ variables:
stages:
- template: ../tests-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
macOSName: ${{ parameters.macOSName }}
isPR: ${{ parameters.isPR }}
provisionatorChannel: ${{ parameters.provisionatorChannel }}