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>
This commit is contained in:
Thiago Macieira 2013-10-06 23:12:59 -07:00
parent 88b34b56db
commit 57994fa7a1
2 changed files with 24 additions and 4 deletions

View file

@ -17,6 +17,6 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>CFBUNDLEVERSION_TOKEN</string>
<string>@SHORT_VERSION@</string>
</dict>
</plist>