Merge branch 'master' into DRTVWR-543-maint

master
Andrey Lihatskiy 2022-01-13 00:18:03 +02:00
commit ee0d2648e8
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
6.5.2
6.5.3

View File

@ -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

View File

@ -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>