I have several scientific applications weighting 400Mb or more. The first launch is very long (up to 60" on some Macs) presumably due to the validation of the many binaries which are inside the bundle. Some users are not patient enough and trash everything before the validation process can complete. Is there a way to add a progression bar which will report on the actual validation work of GateKeeper ? Thank you in advance for your help
Asked
Active
Viewed 23 times
0
-
What about this suggestion: https://stackoverflow.com/questions/238073/how-to-add-a-progress-bar-to-a-shell-script – EddyLB Jul 07 '20 at 07:50
-
Thank you for the suggestion and the link. I already used progression bars in shell scripts but then I knew the number of files to be proceeded or I had an estimate of the duration time. In the case of GateKeeper my question is about a way to tack the progression of the app validation process to produce a realistic progression bar. – linus Jul 08 '20 at 20:41
1 Answers
0
Have you considered echoing dots until your app is accepted, which can be known using spctl -av /path/to/app
?

EddyLB
- 1
- 2
-
Yes, I am working at this solution which is not exactly what I wanted but is a reasonable workaround. – linus Jul 11 '20 at 22:00