From 3b5d8ef6f066ecf3840f70024c735aba3bfb2a79 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 4 Apr 2022 17:57:58 +0200 Subject: iOS: Add missing Info.plist for maze example Previously configuring the example failed with CMake Error: Target maze Info.plist template "qtsensors/examples/sensors/maze/Info.plist" could not be found. Amends a798ef4e3d3bf93be82bfc0ad5d2ca2af0dcd2d5 Task-number: QTBUG-102256 Change-Id: I855d6db47bd1daaea45c5124e96c5c32121b971c Reviewed-by: Juha Vuolle (cherry picked from commit d8e068e2ac13c9d090f42539c2e6d080d0a22a42) Reviewed-by: Qt Cherry-pick Bot --- examples/sensors/maze/Info.plist | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 examples/sensors/maze/Info.plist diff --git a/examples/sensors/maze/Info.plist b/examples/sensors/maze/Info.plist new file mode 100644 index 00000000..2458247c --- /dev/null +++ b/examples/sensors/maze/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDisplayName + maze + CFBundleExecutable + maze + CFBundleGetInfoString + Created by Qt/QMake + CFBundleIdentifier + com.qt.sensorsmaze + CFBundleName + maze + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + + -- cgit v1.2.3