summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-xcode
diff options
context:
space:
mode:
authorTor Arne Vestbø <torarnv@gmail.com>2013-06-27 13:54:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-02 13:32:13 +0200
commit1510051dcc5b804bc592d7ccf9718b6f3b4b3a45 (patch)
treee97db881bc3f9b7736c44a14d9679d6b417a9d4b /mkspecs/macx-xcode
parentc1d65d996bd97ed8045d29ad0af9865d896a1131 (diff)
macx-xcode: Use correct replacement key for bundle identifier
The 'BUNDLEIDENTIFIER' key ensures that we generate an rfc1034 compatible identifier. Change-Id: Ic5cefb8ae888d768dd793813e7ee3c23c9a5582a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'mkspecs/macx-xcode')
-rwxr-xr-xmkspecs/macx-xcode/Info.plist.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-xcode/Info.plist.app b/mkspecs/macx-xcode/Info.plist.app
index b822c2851f..ee43892396 100755
--- a/mkspecs/macx-xcode/Info.plist.app
+++ b/mkspecs/macx-xcode/Info.plist.app
@@ -15,7 +15,7 @@
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
- <string>com.yourcompany.@EXECUTABLE@</string>
+ <string>com.yourcompany.@BUNDLEIDENTIFIER@</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict>