From b4443ef1671cbd321413ff7350e8fd6214e3c68a Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 6 Jul 2010 21:46:53 +0000 Subject: Add Info.plist and application icon to Theme Editor on OS X. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27324 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/Info.plist | 20 ++++++++++++++++++++ utils/themeeditor/resources/windowicon.icns | Bin 0 -> 22939 bytes utils/themeeditor/themeeditor.pro | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 utils/themeeditor/Info.plist create mode 100644 utils/themeeditor/resources/windowicon.icns (limited to 'utils') 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 @@ + + + + + CFBundleExecutable + themeeditor + CFBundleName + Theme Editor + CFBundleShortVersionString + SVN + CFBundleIconFile + windowicon.icns + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleIdentifier + org.rockbox.themeeditor + + diff --git a/utils/themeeditor/resources/windowicon.icns b/utils/themeeditor/resources/windowicon.icns new file mode 100644 index 0000000000..714f959248 Binary files /dev/null and b/utils/themeeditor/resources/windowicon.icns differ diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 19c01fa082..5696d8bce4 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -88,5 +88,7 @@ macx { QMAKE_LFLAGS_PPC=-mmacosx-version-min=10.4 -arch ppc QMAKE_LFLAGS_X86=-mmacosx-version-min=10.4 -arch i386 CONFIG+=x86 ppc + QMAKE_INFO_PLIST = Info.plist + RC_FILE = resources/windowicon.icns } -- cgit v1.2.3