> On Mar 30, 2016, at 1:47 AM, Motti Shneor <su...@bezeqint.net> wrote: > > But still, If a package file was double-clicked to launch the Installer App, > and it received an “Open File” event, is there a way to get to the file later > on, without actually catching this event?
No, not as far as I know. It’s an ‘odoc’ AppleEvent sent to the app at launch time, and handled by NSApplication, and that info isn’t kept around for later because there isn’t generally any need for it. I think you’ve got an Installer-specific issue after all. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com