Skip to content
Snippets Groups Projects
Commit fd1e26f3 authored by Kitty Barnett's avatar Kitty Barnett
Browse files

Merge branch 'lindenlab/release' (6.5.2) into viewer/build

parents 161aff5b 84d989ac
No related branches found
No related tags found
No related merge requests found
6.5.1 6.5.2
...@@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then ...@@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then
--password $PASSWORD \ --password $PASSWORD \
--asc-provider $ASC_PROVIDER \ --asc-provider $ASC_PROVIDER \
--file "$zip_file" 2>&1) --file "$zip_file" 2>&1)
echo $res
requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }') requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }')
echo "Apple Notarization RequestUUID: $requestUUID" echo "Apple Notarization RequestUUID: $requestUUID"
if [[ -n $requestUUID ]]; then if [[ -n $requestUUID ]]; then
......
...@@ -12,5 +12,7 @@ ...@@ -12,5 +12,7 @@
<true/> <true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key> <key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/> <true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict> </dict>
</plist> </plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment