From aa69e18b10ae8c50ac6a0ce491fea87e27876cdc Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 10 Jan 2022 22:18:48 +0200 Subject: SL-16565 Added com.apple.security.device.audio-input to the hardened runtime entitlements --- indra/newview/slplugin.entitlements | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/slplugin.entitlements b/indra/newview/slplugin.entitlements index a72c6bc82c..aea8dbfd15 100644 --- a/indra/newview/slplugin.entitlements +++ b/indra/newview/slplugin.entitlements @@ -12,5 +12,7 @@ com.apple.security.cs.allow-dyld-environment-variables + com.apple.security.device.audio-input + -- cgit v1.2.3 From 84d989acac107f252964f8a498c738a22d3b96da Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Tue, 11 Jan 2022 23:53:26 +0200 Subject: SL-11875 Verbose log --- indra/newview/installers/darwin/apple-notarize.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/installers/darwin/apple-notarize.sh b/indra/newview/installers/darwin/apple-notarize.sh index 466898ecda..e019437924 100755 --- a/indra/newview/installers/darwin/apple-notarize.sh +++ b/indra/newview/installers/darwin/apple-notarize.sh @@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then --password $PASSWORD \ --asc-provider $ASC_PROVIDER \ --file "$zip_file" 2>&1) + echo $res + requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }') - echo "Apple Notarization RequestUUID: $requestUUID" if [[ -n $requestUUID ]]; then -- cgit v1.2.3 From 1ec05e93695a661f6b3b6e374bf60cb991bab954 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 12 Jan 2022 16:25:40 -0500 Subject: Increment viewer version to 6.5.3 following promotion of DRTVWR-554 --- indra/newview/VIEWER_VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/VIEWER_VERSION.txt b/indra/newview/VIEWER_VERSION.txt index 5e3ec53ea6..db0785f273 100644 --- a/indra/newview/VIEWER_VERSION.txt +++ b/indra/newview/VIEWER_VERSION.txt @@ -1 +1 @@ -6.5.2 +6.5.3 -- cgit v1.2.3