Re: Untitled files and NSApp delegate
Re: Untitled files and NSApp delegate
- Subject: Re: Untitled files and NSApp delegate
- From: Francis Derive <email@hidden>
- Date: Fri, 30 Jun 2006 07:38:12 +0200
On Jun 30, 2006, at 2:48 AM, Dimitri Bouniol wrote:
[...], then deleted the MyDocument class because it was
insufficient for my needs.
--
If your NSDocument subclass is not named "MyDocument", you need to
change its name where you find it in the Info.plist of your project
for the key NSDocumentClass :
[...]
<key>NSDocumentClass</key>
<string>MyDocument</string>
That should solve.
Francis.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden