File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.5.1 </string >
20
+ <string >1.5.2 </string >
21
21
<key >CFBundleVersion </key >
22
- <string >496 </string >
22
+ <string >498 </string >
23
23
<key >LSApplicationCategoryType </key >
24
24
<string >public.app-category.utilities </string >
25
25
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ notarize() {
30
30
--asc-provider $TEAM 2>&1 | tee $TMPDIR /altool.log
31
31
uuid=$( awk ' /^RequestUUID/ { print $3 }' $TMPDIR /altool.log)
32
32
while true ; do
33
- sleep 15
33
+ sleep 5
34
34
xcrun altool --notarization-info $uuid --username $USERNAME \
35
35
--password " @keychain:AC_PASSWORD" --asc-provider 376NR42P9A 2>&1 |
36
- tee $TMPDIR /altool.log
36
+ tee $TMPDIR /altool.log || true
37
37
status=$( grep Status: $TMPDIR /altool.log | sed ' s/^.*Status: *//' )
38
- if [ " $status " != " in progress" ]; then
38
+ if [ " $status " ] && [ " $status " != " in progress" ]; then
39
39
break
40
40
fi
41
41
done
You can’t perform that action at this time.
0 commit comments