Created
September 16, 2016 16:41
-
-
Save JScott/5be1c2770f2134b22a67d417fd91c895 to your computer and use it in GitHub Desktop.
Revisions
-
JScott created this gist
Sep 16, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ -- http://stackoverflow.com/questions/37812664/end-of-central-directory-signature-not-found-when-installing-xcode-8-beta-xip/37857162#37857162 on run argv tell application "Archive Utility" to open POSIX path of (item 1 of argv) repeat delay 5 if application "Archive Utility" is not running then exit repeat end repeat end run