File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,16 @@ notarize_output=$(xcrun altool --notarize-app --primary-bundle-id "org.openshot.
72
72
echo " $notarize_output "
73
73
74
74
echo " Parse Notarize Output and get Notarization RequestUUID"
75
- pat=' RequestUUID\s=\s (.*)\\ '
75
+ pat=' RequestUUID = (.*)'
76
76
[[ " $notarize_output " =~ $pat ]]
77
- REQUEST_UUID=" ${BASH_REMATCH[0 ]} "
77
+ REQUEST_UUID=" ${BASH_REMATCH[1 ]} "
78
78
echo " RequestUUID Found: $REQUEST_UUID "
79
79
80
80
echo " Check Notarization Progress... (list recent notarization records)"
81
81
xcrun altool --notarization-history 0 -u
" [email protected] " -p
" @keychain:NOTARIZE_AUTH"
82
82
83
83
echo " Check Notarization Info (loop until status detected)"
84
84
# No errors getting notarization info.
85
- #
86
85
# Date: 2020-07-05 21:22:35 +0000
87
86
# Hash: ef939ddefec14d7f0b7fe467c5761cdccab3414425a33c066a5629dd71eff626
88
87
# RequestUUID: cc285719-823f-4f0b-8e71-2df4bbbdaf72
You can’t perform that action at this time.
0 commit comments