Skip to content
Snippets Groups Projects
Commit ea2de4f6 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Merge branch 'master' of git.alchemyviewer.org:rye/lindenlab-viewer

parents 8d040f87 1ec05e93
No related branches found
No related tags found
No related merge requests found
6.5.2
6.5.3
......@@ -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
......
......@@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</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