rockbox/utils/themeeditor/Info.plist
Dominik Riebeling b4443ef167 Add Info.plist and application icon to Theme Editor on OS X.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27324 a1c6a512-1295-4272-9138-f99709370657
2010-07-06 21:46:53 +00:00

20 lines
716 B
Text

<?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="0.9">
<dict>
<key>CFBundleExecutable</key>
<string>themeeditor</string>
<key>CFBundleName</key>
<string>Theme Editor</string>
<key>CFBundleShortVersionString</key>
<string>SVN</string>
<key>CFBundleIconFile</key>
<string>windowicon.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleIdentifier</key>
<string>org.rockbox.themeeditor</string>
</dict>
</plist>