Warning, /maui/booth/ios_files/Info.plist is written in an unsupported language. File is not indexed.

0001 <!--
0002  Copyright 2018-2020 Camilo Higuita <milo.h@aol.com>
0003  Copyright 2018-2020 Nitrux Latinoamericana S.C.
0004 
0005  SPDX-License-Identifier: GPL-3.0-or-later
0006 -->
0007 
0008 
0009 <?xml version="1.0" encoding="UTF-8"?>
0010 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0011 <plist version="1.0">
0012 <dict>
0013         <key>CFBundleDisplayName</key>
0014         <string>${PRODUCT_NAME}</string>
0015         <key>CFBundleExecutable</key>
0016         <string>${EXECUTABLE_NAME}</string>
0017         <key>CFBundleIconFile</key>
0018         <string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
0019         <key>CFBundleIdentifier</key>
0020         <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
0021         <key>CFBundleName</key>
0022         <string>${PRODUCT_NAME}</string>
0023         <key>CFBundlePackageType</key>
0024         <string>APPL</string>
0025         <key>CFBundleShortVersionString</key>
0026         <string>${QMAKE_SHORT_VERSION}</string>
0027         <key>CFBundleSignature</key>
0028         <string>${QMAKE_PKGINFO_TYPEINFO}</string>
0029         <key>CFBundleVersion</key>
0030         <string>${QMAKE_FULL_VERSION}</string>
0031         <key>LSRequiresIPhoneOS</key>
0032         <true/>
0033         <key>MinimumOSVersion</key>
0034         <string>${IPHONEOS_DEPLOYMENT_TARGET}</string>
0035         <key>NOTE</key>
0036         <string>This file was generated by Qt/QMake.</string>
0037         <key>UILaunchStoryboardName</key>
0038         <string>LaunchScreen</string>
0039         <key>UISupportedInterfaceOrientations</key>
0040         <array>
0041                 <string>UIInterfaceOrientationPortrait</string>
0042                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
0043                 <string>UIInterfaceOrientationLandscapeLeft</string>
0044                 <string>UIInterfaceOrientationLandscapeRight</string>
0045         </array>
0046 </dict>
0047 </plist>