diff --git a/build.sh b/build.sh index 4dda0800b65591eb58c55d0144df68128d25436d..ba8c4dfc8a38762e4c191fef4d4fbe718146b6ec 100755 --- a/build.sh +++ b/build.sh @@ -613,6 +613,13 @@ then end_section "Upload Extension $extension" done fi + # SL-19243 HACK: List contents of xcarchive.zip + if [[ "$arch" == "Darwin" ]] + then + app_dir="${build_dir}/newview/${variant}" + xcarchive="$(ls -d "${app_dir}"/*.xcarchive.zip)" + unzip -l "$xcarchive" + fi fi fi end_section "Uploads"