Update xcode-postbuild.sh

This commit is contained in:
Maxim Lobanov
2020-11-02 22:05:52 +03:00
parent 54269f7602
commit 8f1f707032

View File

@@ -1,7 +1,7 @@
#!/bin/bash -e -o pipefail
source ~/utils/utils.sh
XCODE_LIST=($(get_toolset_value '.xcode.versions | reverse | .[]'))
XCODE_LIST=($(get_toolset_value '.xcode.versions | reverse | .[].link'))
DEFAULT_XCODE_VERSION=$(get_toolset_value '.xcode.default')
# https://github.com/microsoft/appcenter/issues/847