[xcode16.1] Bump to stable release of Xcode 16.1 (#21538)
This commit is contained in:
Родитель
0715fd50bf
Коммит
3b9c704209
|
@ -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 }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче