diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-10-06 23:12:59 -0700 |
---|---|---|
committer | Thiago Macieira <thiago@macieira.org> | 2013-10-08 23:29:43 -0700 |
commit | 57994fa7a19ece18ffbecfabd69216190f62e425 (patch) | |
tree | 27e3e219ca54ae90707e967769b1593f3daee260 /packaging | |
parent | 88b34b56db73a297c36d900236a068b7cd116677 (diff) | |
download | subsurface-57994fa7a19ece18ffbecfabd69216190f62e425.tar.gz |
And let qmake create the Mac bundle on its own
It will even parse the Info.plist.in file for us and run sed on it.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macosx/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index a623303a1..5e094401a 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -17,6 +17,6 @@ <key>CFBundleInfoDictionaryVersion</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>CFBUNDLEVERSION_TOKEN</string> + <string>@SHORT_VERSION@</string> </dict> </plist> |