diff options
author | TingPing <tingping@tingping.se> | 2014-01-30 02:13:42 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-30 02:13:42 -0500 |
commit | a1f01aca0faf5a731d149cd18e6923e0fee046e3 (patch) | |
tree | 46c70d1519b75cc04ce2f68dd702c2db660ceabf | |
parent | 83bf77f4d0bfde6345ed31b6d5ce140088bba826 (diff) |
osx: generate plist file
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | osx/Info.plist.in (renamed from osx/Info.plist) | 6 |
3 files changed, 5 insertions, 3 deletions
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.in index 06469a5e..2ee15897 100644 --- a/osx/Info.plist +++ b/osx/Info.plist.in @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>HexChat</string> <key>CFBundleGetInfoString</key> - <string>2.9.6</string> + <string>@VERSION@</string> <key>CFBundleIconFile</key> <string>hexchat.icns</string> <key>CFBundleIdentifier</key> @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.9.6</string> + <string>@VERSION@</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>2.9.6</string> + <string>@VERSION@</string> <key>NSHumanReadableCopyright</key> <string></string> <key>LSMinimumSystemVersion</key> |