summaryrefslogtreecommitdiff
path: root/utils/themeeditor/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/Info.plist')
-rw-r--r--utils/themeeditor/Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/themeeditor/Info.plist b/utils/themeeditor/Info.plist
new file mode 100644
index 0000000000..2d794a72b6
--- /dev/null
+++ b/utils/themeeditor/Info.plist
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="0.9">
4 <dict>
5 <key>CFBundleExecutable</key>
6 <string>themeeditor</string>
7 <key>CFBundleName</key>
8 <string>Theme Editor</string>
9 <key>CFBundleShortVersionString</key>
10 <string>SVN</string>
11 <key>CFBundleIconFile</key>
12 <string>windowicon.icns</string>
13 <key>CFBundlePackageType</key>
14 <string>APPL</string>
15 <key>CFBundleSignature</key>
16 <string>????</string>
17 <key>CFBundleIdentifier</key>
18 <string>org.rockbox.themeeditor</string>
19 </dict>
20</plist>