From 42512fd10a56e6dcdfc780fd794201a265884559 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 20 Aug 2020 00:25:55 +0200 Subject: [PATCH] added info.plist file for IOS --- SpeedClimbingReactionTrainer.pro | 3 ++- ios/Info.plist | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 ios/Info.plist diff --git a/SpeedClimbingReactionTrainer.pro b/SpeedClimbingReactionTrainer.pro index 61f5ec1..e89aeed 100644 --- a/SpeedClimbingReactionTrainer.pro +++ b/SpeedClimbingReactionTrainer.pro @@ -47,7 +47,8 @@ android { ios { QMAKE_IOS_DEPLOYMENT_TARGET=9.0 QMAKE_ASSET_CATALOGS += shared/graphics/Assets.xcassets - xcode_product_bundle_identifier_setting.value = "de.itsblue.scrt" + xcode_product_bundle_identifier_setting.value="de.itsblue.scrt" + QMAKE_INFO_PLIST = ios/Info.plist } DISTFILES += \ diff --git a/ios/Info.plist b/ios/Info.plist new file mode 100644 index 0000000..f6be654 --- /dev/null +++ b/ios/Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDisplayName + Speed Climbing Reaction Trainer + CFBundleExecutable + SpeedClimbingReactionTrainer + CFBundleGetInfoString + Created by Qt/QMake + CFBundleIconFile + + CFBundleIdentifier + de.itsblue.scrt + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSRequiresIPhoneOS + + NOTE + This file was generated by Qt/QMake. + NSCameraUsageDescription + App would like to access the camera. + NSPhotoLibraryAddUsageDescription + App would like to save images taken with camera. + NSPhotoLibraryUsageDescription + App would like to access the library. + UILaunchStoryboardName + LaunchScreen + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + +