File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -172,15 +172,13 @@ if [[ ${CI_TAGS} == *'sdks-ios'* ]];
172172 # configuration on our bots: https://github.com/mono/mono/pull/11691#issuecomment-439178459
173173 if [[ ${CI_TAGS} == * ' xcode11' * ]]; then
174174 export XCODE_DIR=/Applications/Xcode11.app/Contents/Developer
175- export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
176175 export MACOS_VERSION=10.15
177176 export IOS_VERSION=13.0
178177 export TVOS_VERSION=13.0
179178 export WATCHOS_VERSION=6.0
180179 export WATCHOS64_32_VERSION=6.0
181180 else
182181 export XCODE_DIR=/Applications/Xcode101.app/Contents/Developer
183- export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
184182 export MACOS_VERSION=10.14
185183 export IOS_VERSION=12.1
186184 export TVOS_VERSION=12.1
@@ -234,11 +232,9 @@ then
234232 # configuration on our bots: https://github.com/mono/mono/pull/11691#issuecomment-439178459
235233 if [[ ${CI_TAGS} == * ' xcode11' * ]]; then
236234 export XCODE_DIR=/Applications/Xcode11.app/Contents/Developer
237- export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
238235 export MACOS_VERSION=10.15
239236 else
240237 export XCODE_DIR=/Applications/Xcode101.app/Contents/Developer
241- export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
242238 export MACOS_VERSION=10.14
243239 fi
244240
You can’t perform that action at this time.
0 commit comments