|
View your shopping cart.
Recent topics
Recent Comments |
Revision of QuartzBuilder Documentation from Wed, 2011-11-09 15:07The revisions let you track differences between multiple versions of a post. TutorialsExamples
QuartzBuilder TemplateUsing the QuartzBuilder Template, you can send and receive notifications to the built application, including:
In OS X 10.5, you can select the template composition by going to File > New From Template and choosing QuartzBuilder Application. In OS X 10.6 and 10.7, you can create a copy of the template composition on your desktop by going to QuartzBuilder > Install QuartzBuilder Template. The template composition is a Stationery Pad, so when you double-click the template composition it will open a new copy of the template composition. Composition KeysUsing the composition keys, you can set properties of the built application. To add properties, go to Editor > Edit Information.
More properties are available. See the template composition. 32-bit/64-bit pluginsSome Quartz Composer plugins support only 32-bit mode, some support only 64-bit mode, and some support both. To build an application that contains 32-bit-only plugins, you must run QuartzBuilder in 32-bit mode. QuartzBuilder provides an option to select the architecture of the built application (32-bit/64-bit universal, 64-bit-only, or 32-bit-only). To select the 32-bit-only architecture, you do not need to run QuartzBuilder in 32-bit mode. |
Documentation |
Where do the application preferences get saved?
Applications built with QuartzBuilder store preferences using the standard Mac OS X preferences system --- a property list is stored in
<user>/Library/Preferences/<bundleid>.plist.It can be helpful to make a "Places" reference on the sidebar for this Preferences folder location when testing app repeated app builds in QuartzBuilder, or Xcode for that matter. It always saves me some time :-)