I tried to use it; but it(applicationWillTerminate) also does not
get called
if my application does not Dock icon.
In console log, I get following prints for
both(applicationWillTerminate &
applicationShouldTerminate) the cases:
Did you try installing a signal handler for the SIGTERM signal? Not
sure whether your application is sent a quit appleevent if you don't
have a dock icon, but if not, the OS will probably signal your app to
terminate it...
(make sure to read about what you're allowed to do in your signal
handler!)
HTH,
</jum>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com