Update xcode-postbuild.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -e -o pipefail
|
#!/bin/bash -e -o pipefail
|
||||||
|
|
||||||
source ~/utils/utils.sh
|
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')
|
DEFAULT_XCODE_VERSION=$(get_toolset_value '.xcode.default')
|
||||||
|
|
||||||
# https://github.com/microsoft/appcenter/issues/847
|
# https://github.com/microsoft/appcenter/issues/847
|
||||||
|
|||||||
Reference in New Issue
Block a user