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 --- osx/Info.plist | 30 ------------------------------ osx/Info.plist.in | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 osx/Info.plist create mode 100644 osx/Info.plist.in (limited to 'osx') 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