qtconnectivity/examples/bluetooth/shared
Juha Vuolle 0d1db5eabc Fix .plist when building an example for iOS with CMake
When building an example for iOS with qmake (qt-cmake -GXcode) the
local Info.plists of three of the examples don't work, because they
were using qmake substitutions (${EXECUTABLE_NAME} instead of
${MACOSX_BUNDLE_EXECUTABLE_NAME}), which resulted in "CFBundleExecutable
is not specified".

Instead use shared plist files, each for CMake and qmake.

One of the removed files contained
NSBluetoothPeripheralUsageDescription key, which I think can be
discarded now; it is intended for iOS < 13, and the minimum for Qt 6
is 13.

Pick-to: 6.5
Change-Id: I901dc176c001e25ce88d42b9456b6e16d8f43c20
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2023-03-30 13:04:40 +03:00
..
Info.cmake.ios.plist Fix .plist when building an example for iOS with CMake 2023-03-30 13:04:40 +03:00
Info.cmake.macos.plist macOS specific Info.plist file for Bluetooth Examples 2021-11-11 08:19:15 +02:00
Info.qmake.ios.plist Fix .plist when building an example for iOS with CMake 2023-03-30 13:04:40 +03:00
Info.qmake.macos.plist macOS specific Info.plist file for Bluetooth Examples 2021-11-11 08:19:15 +02:00