I have qt application which icon located in my Desktop and in info.plist write that path. Something like this:
<key>CFBundleIconFile</key>
<string>/Users/test/Desktop/icon.icns</string>
It works perfect in Mac os x 10.8.5. But after upgrading to 10.9 it does not work anymore. When I put icon on app package and write in info.plist such
<key>CFBundleIconFile</key>
<string>icon.icns</string>
it works again. Someone know why this happen?
QT version: 4.8.4
Thanks.