Squirrel / Squirrel.Mac

:shipit: Cocoa framework for updating OS X apps :shipit:
MIT License
1.59k stars 128 forks source link

SMJobSubmit will fail on some osx #196

Open sunuslee opened 7 years ago

sunuslee commented 7 years ago

SMJobSubmit will fail on some osx(tested in 10.11). when this happened, the job will be shown in the launchctl list but will never be executed (ShipIt not running) and the process will be terminated by later [NSApp terminate:self] as expected.

i've create pull request https://github.com/Squirrel/Squirrel.Mac/pull/195 https://github.com/Squirrel/Squirrel.Mac/pull/197