summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-02-16 21:53:43 -0800
committerJake Petroules <jake.petroules@theqtcompany.com>2016-02-17 20:25:20 +0000
commitde7dfc76da831b15d19d8cb57a8cc25d3c42fa6d (patch)
tree174d181e5ba9bce9f75fa0fd1dbd107ae7bc0835
parent837d717b13ec4f13f9da65fd3c515ef0f846dff1 (diff)
Add a missing CFBundleIdentifier to library template.
This amends ade8e0fc9b216190328b6fd3375796e82e34c323, which missed this file. Task-number: QTBUG-32896 Change-Id: I39ef0969c0224349eda4ed82cae3e3b7753fe29f Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
-rw-r--r--mkspecs/macx-ios-clang/Info.plist.lib2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/macx-ios-clang/Info.plist.lib b/mkspecs/macx-ios-clang/Info.plist.lib
index 2a44d1721e..7cbdb9af12 100644
--- a/mkspecs/macx-ios-clang/Info.plist.lib
+++ b/mkspecs/macx-ios-clang/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>