ce1d2bf7b1
The OS X bundle Info.plist needs to hold the filename of the executable for the application bundle to work correctly. Update it according to the recent name change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27605 a1c6a512-1295-4272-9138-f99709370657
20 lines
718 B
Text
20 lines
718 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>rbthemeeditor</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>
|