Stacks API

Come build with us.
Stacks API v6 for Stacks 2.5


  <   Property List Reference


Icon File — icon

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.

Icon File — icon


The base name of your stack's icon files.

The library displays a smaller 50x50 pixel icon image in the grid view. When a users selects your icon, it will display a 58x58 pixel image in the library detail view. You must provide an icon file for each of these images.

Each icon file should be PNG format and have the .png extension. A unique app-shaped icon with a transparent background is recommended. The file names for the icons should be in the format:

<base_name>@<size>.png

Example In the plist file:

<key>icon</key>
<string>MyGreatIcon</string>

Files in the resources folder:

MyGreatIcon@50.png 
MyGreatIcon@58.png 
Available: Stacks API v5

© . YourHead Software all rights reserved.