Simple Cocoa Application for bundling a Quartz Composition. Compatible with Xcode 5.
Bundle your Quartz Composition into an application in three easy steps:
- Add your Quartz Composition file to the Project. (Opt-Cmd-A)
- Replace FILENAME on AppDelegate.m, line 28 with the name of your Quartz Composition file without the extension. Example: if the filename was MyTestComposition.qtz, then you would replace FILENAME with MyTestComposition
- Compile and run
A tutorial video is available on Vimeo: Sharing Quartz Composer Compositions using Xcode 5