Tip: Adding Pages documents to your projects
Tip: Adding Pages documents to your projects
- Subject: Tip: Adding Pages documents to your projects
- From: Ricky Sharp <email@hidden>
- Date: Thu, 9 Feb 2006 18:21:39 -0600
I like to have my projects contain various design/notes documents.
Recently I tried dragging in a doc made in Pages. It was amusing to
see it be added in "exploded view" (i.e. the individual files that
made up the document package were all separate).
The fix is to have a handler for this. Here's the contents of my
CustomTypes.pbfilespec (which lives in /Library/Application Support/
Apple/Developer Tools/Specifications)
/**
Custom file type specifications
*/
(
// Wrapper types
{
Identifier = wrapper.pages;
BasedOn = wrapper;
Extensions = (pages);
IsTransparent = NO;
},
)
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden