forked from len0rd/rockbox
Add an icon and version text for the OS X bundle.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15098 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f96fc52f00
commit
a0f15c64ba
3 changed files with 20 additions and 0 deletions
18
rbutil/rbutilqt/Info.plist
Normal file
18
rbutil/rbutilqt/Info.plist
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>rbutilqt</string>
|
||||||
|
<key>CFBundleGetInfoString</key>
|
||||||
|
<string>SVN $Revision$ (m1.0.1)</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>
|
BIN
rbutil/rbutilqt/icons/rbutilqt.icns
Normal file
BIN
rbutil/rbutilqt/icons/rbutilqt.icns
Normal file
Binary file not shown.
|
@ -129,6 +129,8 @@ macx {
|
||||||
CONFIG+=x86 ppc
|
CONFIG+=x86 ppc
|
||||||
LIBS += -L/usr/local/lib -framework IOKit
|
LIBS += -L/usr/local/lib -framework IOKit
|
||||||
INCLUDEPATH += /usr/local/include
|
INCLUDEPATH += /usr/local/include
|
||||||
|
QMAKE_INFO_PLIST = Info.plist
|
||||||
|
RC_FILE = icons/rbutilqt.icns
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue