From c0bb65ec022ba209aa0cf8d2615ba08922b3dccf Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 24 Aug 2022 16:28:30 +0200 Subject: [PATCH] CMake: Replace tabs with spaces in iOS Info.plist template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ied8f31a22c14688fd250955bb54f161f07bea90b Pick-to: 6.4 Task-number: QTBUG-95838 Reviewed-by: Jörg Bornemann --- cmake/ios/Info.plist.app.in | 70 ++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/cmake/ios/Info.plist.app.in b/cmake/ios/Info.plist.app.in index f2cbe593b23..6ab4c09f514 100644 --- a/cmake/ios/Info.plist.app.in +++ b/cmake/ios/Info.plist.app.in @@ -2,54 +2,54 @@ - CFBundleInfoDictionaryVersion - 6.0 + CFBundleInfoDictionaryVersion + 6.0 - CFBundlePackageType - APPL + CFBundlePackageType + APPL - CFBundleName - ${MACOSX_BUNDLE_BUNDLE_NAME} + CFBundleName + ${MACOSX_BUNDLE_BUNDLE_NAME} - CFBundleDisplayName - ${QT_INTERNAL_DOLLAR_VAR}{PRODUCT_NAME} + CFBundleDisplayName + ${QT_INTERNAL_DOLLAR_VAR}{PRODUCT_NAME} - CFBundleIdentifier - ${MACOSX_BUNDLE_GUI_IDENTIFIER} + CFBundleIdentifier + ${MACOSX_BUNDLE_GUI_IDENTIFIER} - CFBundleExecutable - ${MACOSX_BUNDLE_EXECUTABLE_NAME} + CFBundleExecutable + ${MACOSX_BUNDLE_EXECUTABLE_NAME} - CFBundleVersion - ${MACOSX_BUNDLE_BUNDLE_VERSION} + CFBundleVersion + ${MACOSX_BUNDLE_BUNDLE_VERSION} - CFBundleShortVersionString - ${MACOSX_BUNDLE_SHORT_VERSION_STRING} + CFBundleShortVersionString + ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - NSHumanReadableCopyright - ${MACOSX_BUNDLE_COPYRIGHT} + NSHumanReadableCopyright + ${MACOSX_BUNDLE_COPYRIGHT} - CFBundleIconFile - ${MACOSX_BUNDLE_ICON_FILE} + CFBundleIconFile + ${MACOSX_BUNDLE_ICON_FILE} - CFBundleDevelopmentRegion - English + CFBundleDevelopmentRegion + English - LSRequiresIPhoneOS - + LSRequiresIPhoneOS + - NOTE - This file was generated by Qt's default CMake support. + NOTE + This file was generated by Qt's default CMake support. - UILaunchStoryboardName - @qt_ios_launch_screen_plist_entry@ + UILaunchStoryboardName + @qt_ios_launch_screen_plist_entry@ - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +