Re: How to find the file (url) that was double-clicked to open my Cocoa Application?
Re: How to find the file (url) that was double-clicked to open my Cocoa Application?
- Subject: Re: How to find the file (url) that was double-clicked to open my Cocoa Application?
- From: Jonathan Mitchell <email@hidden>
- Date: Wed, 30 Mar 2016 14:06:04 +0100
> On 30 Mar 2016, at 06:47, Motti Shneor <email@hidden> wrote:
>
> Hi Everyone. My issue is tied to a very specific scenario, but still a Cocoa question.
>
> I write a custom Installer Plugin (code bundle), used to customize our installations (done via Mac Installer). The plugin bundle is loaded at some arbitrary time by the Installer App. It needs access to the actual package file on disk.
Can the required package resources not be copied as part of the installation?
Could the actual package not have been deleted by the time the bundle runs?
>
> The Installer application logs (in /var/log/install.log) its actions and near to the start, it emits the following line:
>
> Mar 30 07:47:54 CyberMotti Installer[19943]: Opened from: /Users/motti/Documents/Projects/MyTestLogDistribution/build/MyTestLogDistribution.pkg
>
> Which contains exactly the info I need. Furthermore - at a much later stage of the installation, when the Installer runs some install-scripts I wrote, the Installer supplies this information also in the first argument sent to the scripts.
Can one of the scripts not cache this path for you to consume later?
J
_______________________________________________
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
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden