Commit 482287b 1 parent b6cc8cf commit 482287b Copy full SHA for 482287b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ if test x$platform = xmacos; then
106
106
fi
107
107
108
108
echo " Notarizing ZIP file $pkgfile ..."
109
- xcrun altool --notarize-app -f $pkgfile --primary-bundle-id org.pwg.$pkgname --username $APPLEID --password ' @keychain:AC_$TEAMID' --asc-provider $TEAMID | tee .notarize
109
+ xcrun altool --notarize-app -f $pkgfile --primary-bundle-id org.pwg.$pkgname --username $APPLEID --password @keychain:AC_$TEAMID --asc-provider $TEAMID | tee .notarize
110
110
uuid=` grep RequestUUID .notarize | awk ' {print $3}' `
111
111
112
112
echo Waiting for notarization to complete...
113
113
approved=" in progress"
114
114
while test " $status " = " in progress" ; do
115
115
sleep 10
116
- xcrun altool --notarization-info $uuid --username $APPLEID --password " @keychain:AC_$TEAMID " --asc-provider $TEAMID | tee .notarize
116
+ xcrun altool --notarization-info $uuid --username $APPLEID --password @keychain:AC_$TEAMID --asc-provider $TEAMID | tee .notarize
117
117
status=" ` grep Status: .notarize | cut -b14-` "
118
118
done
119
119
You can’t perform that action at this time.
0 commit comments