Come build with us.
Stacks API v6 for Stacks 2.5
Overview The Info.plist file within a stack defines the basic attributes of the stack like its title and version number, the custom properties the stack will display when selected, and file names of each of the templates and assets.
CFBundleIdentifier
— The unique ID for your stack.group
— The library group for your stack.icon
— The base of you icon files.title
— The title.infoURL
— The general info URL for this stack.helpURL
— The support URL.SUFeedURL
— The Appcast URL for updates.customItems
— The Info sidebar controls.templates
— Declare your template files here.assets
— Declare your static assets files here.javascriptClosure
— Disable the default JS closure.javascriptLib
— Load a JS library.requiresPhpBuffer
— Enable php buffering.requiresPhp
— Export with a php extension.requiresPhpSession
— Enable php session.CFBundleShortVersionString
— The version number.CFBundleVersion
— The the current build number.minAPIVersion
— The minimum API version.