From a1f01aca0faf5a731d149cd18e6923e0fee046e3 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 30 Jan 2014 02:13:42 -0500 Subject: osx: generate plist file --- .gitignore | 1 + configure.ac | 1 + osx/Info.plist | 30 ------------------------------ osx/Info.plist.in | 30 ++++++++++++++++++++++++++++++ 4 files changed, 32 insertions(+), 30 deletions(-) delete mode 100644 osx/Info.plist create mode 100644 osx/Info.plist.in diff --git a/.gitignore b/.gitignore index adaf4090..a82e37f5 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ po/Makefile.in.in po/POTFILES po/remove-potcdate.sed po/stamp-* +osx/Info.plist data/pkgconfig/hexchat-plugin.pc data/misc/hexchat.appdata.xml src/common/dbus/example diff --git a/configure.ac b/configure.ac index 37ad4d9c..ccede768 100644 --- a/configure.ac +++ b/configure.ac @@ -838,6 +838,7 @@ src/fe-text/Makefile src/fe-gtk/Makefile src/htm/Makefile src/htm/thememan +osx/Info.plist plugins/Makefile plugins/python/Makefile plugins/perl/Makefile diff --git a/osx/Info.plist b/osx/Info.plist deleted file mode 100644 index 06469a5e..00000000 --- a/osx/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - HexChat - CFBundleGetInfoString - 2.9.6 - CFBundleIconFile - hexchat.icns - CFBundleIdentifier - org.hexchat - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleShortVersionString - 2.9.6 - CFBundleSignature - ???? - CFBundleVersion - 2.9.6 - NSHumanReadableCopyright - - LSMinimumSystemVersion - 10.4 - - diff --git a/osx/Info.plist.in b/osx/Info.plist.in new file mode 100644 index 00000000..2ee15897 --- /dev/null +++ b/osx/Info.plist.in @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + HexChat + CFBundleGetInfoString + @VERSION@ + CFBundleIconFile + hexchat.icns + CFBundleIdentifier + org.hexchat + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleShortVersionString + @VERSION@ + CFBundleSignature + ???? + CFBundleVersion + @VERSION@ + NSHumanReadableCopyright + + LSMinimumSystemVersion + 10.4 + + -- cgit 1.4.1