From 1f6213a58499d3f47f6ec74205ed2837bac83c29 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Fri, 1 Sep 2023 12:58:53 -0400
Subject: [PATCH] SL-19243: Try to list contents of xcarchive.zip

---
 build.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/build.sh b/build.sh
index 4dda0800b65..ba8c4dfc8a3 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"
-- 
GitLab