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 /osx | |
parent | 83bf77f4d0bfde6345ed31b6d5ce140088bba826 (diff) |
osx: generate plist file
Diffstat (limited to 'osx')
-rw-r--r-- | osx/Info.plist.in (renamed from osx/Info.plist) | 6 |
1 files changed, 3 insertions, 3 deletions
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> |