From 7c1bbde476b39841549eb87331d97fe0b76e0178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 11 Sep 2013 15:23:03 +0200 Subject: Move iOS makespec out of unsupported directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a supported platform from 5.2, and we want build-scripts/CI/etc to adapt to the change as soon as possible. Change-Id: I8c78351191f59a6ecab33acc0829d2535379c787 Reviewed-by: Richard Moe Gustavsen Reviewed-by: Simo Fält --- mkspecs/macx-ios-clang/Info.plist.app | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 mkspecs/macx-ios-clang/Info.plist.app (limited to 'mkspecs/macx-ios-clang/Info.plist.app') diff --git a/mkspecs/macx-ios-clang/Info.plist.app b/mkspecs/macx-ios-clang/Info.plist.app new file mode 100755 index 0000000000..91f4b3d07e --- /dev/null +++ b/mkspecs/macx-ios-clang/Info.plist.app @@ -0,0 +1,28 @@ + + + + + CFBundleIconFile + @ICON@ + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + CFBundleIdentifier + com.yourcompany.@BUNDLEIDENTIFIER@ + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleName + ${PRODUCT_NAME} + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + NOTE + This file was generated by Qt/QMake. + + -- cgit v1.2.3