Xcode and Package Contents

steve holmes's picture

Hi everyone I am developing an application using the fullscreen xcode template from Kineme, I was wondering if there is away to project the quartz composer file the application uses by stop it being opened using the Show package contents.

If not it is not the end of the world just wondering. Cheers Steve

cwright's picture
Re: Xcode and Package Contents

Not out of the box. This is one problem QuartzBuilder (not public yet) solves (among many others).

steve holmes's picture
Re: Xcode and Package Contents

I look forward to quartz builder it sounds good. I have another quick question I was wondering is there a way to allow a quartz composer running as a fullscreen application write a text file with kineme text file writer to a file in the package contents of the application. Cheers Steve

gtoledo3's picture
Re: Xcode and Package Contents

Good news... bear witness :o) This was written to a resource file inside of an app using the kineme text file writer... I just recorded the file name of something I was loading via the audio loader for a quick test.

PreviewAttachmentSize
folder.txt34 bytes

steve holmes's picture
Re: Xcode and Package Contents

Thats great what path did you use in the text file writer to get it to write to the correct location. Steve

gtoledo3's picture
Re: Xcode and Package Contents

folder/folder.txt :o) relative...

... of course there is also a folder named folder in the resource bundle.

I realize I wasn't clear... this is with Quartz Builder. Haven't tried this with the fullscreen Xcode project. I haven't used the text writer that much in general.