From 9c948455734b8a44511478e78b740626cc615f09 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 24 Aug 2022 17:20:29 +0200 Subject: [PATCH] qmake: Reformat mkspecs/macx-ios-clang/Info.plist.app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace tabs with spaces. Add some newlines. Task-number: QTBUG-95838 Change-Id: I0fa0e7b74590e7a093d22de85e24d4456ece4a63 Reviewed-by: Jörg Bornemann (cherry picked from commit 4a13083bad111fb9f0a8a1628221038b786a5b63) Reviewed-by: Qt Cherry-pick Bot --- mkspecs/macx-ios-clang/Info.plist.app | 79 ++++++++++++++++----------- 1 file changed, 46 insertions(+), 33 deletions(-) diff --git a/mkspecs/macx-ios-clang/Info.plist.app b/mkspecs/macx-ios-clang/Info.plist.app index ecea6c03771..5e4c66aa9ad 100644 --- a/mkspecs/macx-ios-clang/Info.plist.app +++ b/mkspecs/macx-ios-clang/Info.plist.app @@ -2,38 +2,51 @@ - CFBundleDisplayName - ${PRODUCT_NAME} - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - ${ASSETCATALOG_COMPILER_APPICON_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - 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} - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - + CFBundleDisplayName + ${PRODUCT_NAME} + + CFBundleExecutable + ${EXECUTABLE_NAME} + + CFBundleIconFile + ${ASSETCATALOG_COMPILER_APPICON_NAME} + + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + + CFBundleName + ${PRODUCT_NAME} + + CFBundlePackageType + APPL + + 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} + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +