![]() |
|
Single file export - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: Single file export (/thread-2460.html) |
Single file export - MoltenWhale - Aug 13, 2008 04:11 PM In XCode how would I get my program to export my whole project as a single file, and how would I create my own custom filetype that my app can understand? Single file export - macnib - Aug 13, 2008 04:50 PM This is a great tutorial on saving documents. Makes an interface too. Reminds me of creating tables in mysql. Refereed to off the Welcome to XCode window.http://developer.apple.com/documentation/Cocoa/Conceptual/NSPersistentDocumentTutorial/02_CreatingProj/chapter_3_section_3.html#//apple_ref/doc/uid/TP40002830-SW11 Single file export - aardvarc - Aug 16, 2008 01:32 PM Wait — whaddya mean by, "export my [your] whole project?" As far as "custom filetypes" are concerned, just plain make your program read/write files. You don't have to "register" it or anything like with another, much more popular (albeit crappy) OS... |