From 2ca83a1fc9a60eda8046d2f1059ef4a09b0b4b6e Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 24 Aug 2022 17:22:08 +0200 Subject: qmake: Align iOS Info.plist file with the CMake one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove keys that are not needed: CFBundleSignature and LSRequiresIPhoneOS. Add CFBundleDevelopmentRegion, which is added by default in new Xcode projects. Pick-to: 6.4 Task-number: QTBUG-95838 Change-Id: I090c14561bc812ec255f55001b658d2dc60e11f3 Reviewed-by: Jörg Bornemann --- mkspecs/macx-ios-clang/Info.plist.app | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'mkspecs') diff --git a/mkspecs/macx-ios-clang/Info.plist.app b/mkspecs/macx-ios-clang/Info.plist.app index 5e4c66aa9a..76b5bc1b2a 100644 --- a/mkspecs/macx-ios-clang/Info.plist.app +++ b/mkspecs/macx-ios-clang/Info.plist.app @@ -23,24 +23,21 @@ CFBundleShortVersionString ${QMAKE_SHORT_VERSION} - CFBundleSignature - ${QMAKE_PKGINFO_TYPEINFO} - CFBundleVersion ${QMAKE_FULL_VERSION} LSRequiresIPhoneOS - MinimumOSVersion - ${IPHONEOS_DEPLOYMENT_TARGET} - NOTE This file was generated by Qt/QMake. UILaunchStoryboardName ${IOS_LAUNCH_SCREEN} + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait -- cgit v1.2.3