06a26ab07b
Needed to get ipod6g bootloader support in place for upcoming 3.15 release. Change-Id: I22ab3f97224577b148baf7197fa57486ee015174
20 lines
619 B
Text
20 lines
619 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="1.0">
|
|
<dict>
|
|
<key>CFBundleExecutable</key>
|
|
<string>RockboxUtility</string>
|
|
<key>CFBundleName</key>
|
|
<string>Rockbox Utility</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.4.1 ($Rev$)</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>rbutilqt.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.rockbox.rbutil</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
</dict>
|
|
</plist>
|