Stacks API

Come build with us.
Stacks API v6 for Stacks 2.5


  <   The Stacks API


This content is open source. You can edit it and submit a pull request on GitHub.
This page is generated from this file.


© . YourHead Software all rights reserved.

The Stacks Bundle

Overview Each stack stack is a bundled folder. The folder contains all the template files, assets, and a property list that defines how the stack will behave.

The Bundle Structure

The bundle of a stack follows the standard Mac OS X bundle structure. It looks like this:

The Property List — Info.plist

All of the properties that will be used for your stack are stored in the Info.plist file. You can learn more about it in the Info.plist document.

Resources

All of the files (other than the Info.plist) used by your stack should be stored inside the Rsources folder. This includes all of the templates, assets, and anything else your stack requires.

Note: You can place a complete stack bundle inside the Resources folder of another stack. This allows a number of related stacks to be installed from a single Finder icon.

© . YourHead Software all rights reserved.