aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-07-11 22:12:08 -0400
committerJake Petroules <jake.petroules@petroules.com>2014-07-14 20:44:01 +0200
commitad7946ede6f4b5dc47086dfa34dd0d0503345cdd (patch)
tree6e3de8d86414e194ad0994066720e31ceef33722 /share
parent22fb796dd95a1fac03578d995b15584eb1461951 (diff)
Remove CFBundleIconFile default Info.plist key.
This is a useless assumption; let asset catalogs or the future icon support handle this instead. Change-Id: I34a28ce27b5e20680a8235b67ac8a73cca036530 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/cpp/DarwinGCC.qbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/qbs/modules/cpp/DarwinGCC.qbs b/share/qbs/modules/cpp/DarwinGCC.qbs
index b54c7ee63..376aefe3f 100644
--- a/share/qbs/modules/cpp/DarwinGCC.qbs
+++ b/share/qbs/modules/cpp/DarwinGCC.qbs
@@ -85,9 +85,6 @@ UnixGCC {
CFBundleVersion: product.version || "1.0.0" // build version number, must be 3 octets
};
- if (product.type.contains("applicationbundle"))
- dict["CFBundleIconFile"] = product.targetName; // ### QBS-73
-
if (qbs.targetOS.contains("osx")) {
dict["NSPrincipalClass"] = "NSApplication"; // needed for Retina display support