Skip to content

Instantly share code, notes, and snippets.

@Razzile
Created June 1, 2014 09:24
Show Gist options
  • Select an option

  • Save Razzile/ced6cb4322b0e0f25c60 to your computer and use it in GitHub Desktop.

Select an option

Save Razzile/ced6cb4322b0e0f25c60 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>entry</key>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>icon</key>
<string>fruit.png</string>
<key>label</key>
<string>Buttons</string>
</dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>A Button</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>>
<key>label</key>
<string>Press Me</string>
<key>action</key>
<string>onPress:</string>
</dict>
</array>
<key>title</key>
<string>Buttons</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment