Project Builder --- How to do in current version of XCode
Project Builder --- How to do in current version of XCode
- Subject: Project Builder --- How to do in current version of XCode
- From: David Arnold <email@hidden>
- Date: Mon, 2 Jul 2007 22:39:54 -0700
Hi,
In Mike Beam's "Giving the Simple Text Editor 'Legs" at:
http://www.macdevcenter.com/pub/a/mac/2001/06/01/cocoa.html?page=2
He quotes:
"We need to tell Project Builder that our document format is RTFD;
actually, we're not telling it anything about the format in terms of
data structure, but rather what the file extension, or signature is.
To do this go to the Targets tab and click on the SimpleTextEditor
target. In that view, click on the Application Settings tab.
There are two places we need to indicate the file extension in the
Application Settings pane. In the Signature field of Basic
Information type in rtfd. Now scroll down to Document Types and
select the "DocumentType" line in the table. Below the table you can
edit the type information; type in rtfd in the Extensions and OS
Types fields. Scroll down further and click on Change. That's done
now, so let's move on."
I deed to figure out how to do this in XCode 2.4.1. Tonight I am
trying (not sure if this is correct):
1. Under Targets, double-click SimpleTextEditor (name of the app).
2. In the popup, select "Properties" tab.
3. In Document Types, Edit the Extensions column to read RTFD.
Is this correct? What about the second task described above that I am
supposed to follow and implement? How to do this in XCode?
Thanks.
_______________________________________________
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