Re: modifying info dictionary
Re: modifying info dictionary
- Subject: Re: modifying info dictionary
- From: "I. Savant" <email@hidden>
- Date: Fri, 17 Aug 2007 12:54:36 -0400
On 8/17/07, Julio Cesar Silva dos Santos <email@hidden> wrote:
> If your user does not have the sufficient privileges to modify files on
> /Application, your app will not work as expected. You may consider saving
> this information on ~/Application Support/Your App.
What about subclassing NSApplication and overriding
-orderFrontStandardAboutPanelWithOptions: ... ? This will allow you to
modify the @"Credits" key (an attributed string) to show whatever you
like.
Don't forget to set your subclass as the principle class for your target.
--
I.S.
_______________________________________________
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