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 + + +