From c6eae1acf8939e512d742578ef3c0c710d3c1653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 3 Dec 2012 14:55:19 +0100 Subject: qmake: Don't generate Xcode project bundle identifiers with spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace them with dashes, like Xcode itself does. Change-Id: I302425363a2eef13394025cd4a9e414048ce55ce Reviewed-by: Morten Johan Sørvig --- mkspecs/unsupported/macx-ios-clang/Info.plist.app | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 mkspecs/unsupported/macx-ios-clang/Info.plist.app (limited to 'mkspecs/unsupported/macx-ios-clang/Info.plist.app') diff --git a/mkspecs/unsupported/macx-ios-clang/Info.plist.app b/mkspecs/unsupported/macx-ios-clang/Info.plist.app new file mode 100755 index 0000000000..bcf7f41f27 --- /dev/null +++ b/mkspecs/unsupported/macx-ios-clang/Info.plist.app @@ -0,0 +1,20 @@ + + + + + CFBundleIconFile + @ICON@ + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + CFBundleIdentifier + com.yourcompany.@BUNDLEIDENTIFIER@ + NOTE + This file was generated by Qt/QMake. + + -- cgit v1.2.3