bbd1056afb
- Fix binary name in Info.plist. - Run dmgbuild as Python module, in some cases it isn't available directly. - Add missing dmgbuild configuration for themeeditor. Change-Id: I2db50959b88283f43e2203cf71b130cdb33103dd
20 lines
723 B
Text
20 lines
723 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>RockboxThemeEditor</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>
|