summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++42
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2014-10-14 15:05:23 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-10 16:04:12 +0100
commitade8e0fc9b216190328b6fd3375796e82e34c323 (patch)
tree00c12c372edb901752c2f15090d9ba30fb91eb2d /mkspecs/macx-g++42
parent6dd3f0800f75371612afe705058b019d14b2ec9a (diff)
Add CFBundleIdentifier to the bundle Info.plist's
Refactor the current app CFBundleIdentifier support: handle frameworks as well. Add @BUNDLEIDENTIFIER@ placeholder to the OS X info.plist.lib templates. This means the Qt frameworks will now get a valid CFBundleIdentifier entry the same way as app bundles: by extracting the identifier prefix from Xcode settings and appending framework name. Task-number: QTBUG-32896 Change-Id: Ica8f28332a88e37a823c46fca7a2c373157af020 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/macx-g++42')
-rw-r--r--mkspecs/macx-g++42/Info.plist.lib2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/macx-g++42/Info.plist.lib b/mkspecs/macx-g++42/Info.plist.lib
index 2a44d1721e..7cbdb9af12 100644
--- a/mkspecs/macx-g++42/Info.plist.lib
+++ b/mkspecs/macx-g++42/Info.plist.lib
@@ -14,6 +14,8 @@
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
<string>@LIBRARY@</string>
+ <key>CFBundleIdentifier</key>
+ <string>@BUNDLEIDENTIFIER@</string>
<key>NOTE</key>
<string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
</dict>