• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Tip: Adding Pages documents to your projects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: link errors with 10.3.9
  • Next by Date: OT: Applescript help
  • Previous by thread: Re: Excluding files on a per Configuration basis?
  • Next by thread: OT: Applescript help
  • Index(es):
    • Date
    • Thread