Merge remote-tracking branch 'origin/master' into brad/DRTVWR-550-mfa

master
Brad Kittenbrink 2022-01-14 22:58:34 -08:00
commit 9ee43668bf
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>