diff --git a/ScStwApp.pro b/ScStwApp.pro index 19040de..6ddee60 100644 --- a/ScStwApp.pro +++ b/ScStwApp.pro @@ -69,7 +69,8 @@ android { ios { QMAKE_ASSET_CATALOGS += resources/shared/graphics/Assets.xcassets - xcode_product_bundle_identifier_setting.value = "de.itsblue.ScStwApp" + xcode_product_bundle_identifier_setting.value="de.itsblue.ScStwApp" + QMAKE_INFO_PLIST = ios/Info.plist OBJECTIVE_SOURCES += \ sources/sleepprevent.mm diff --git a/ios/Info.plist b/ios/Info.plist new file mode 100644 index 0000000..38d1670 --- /dev/null +++ b/ios/Info.plist @@ -0,0 +1,47 @@ + + + + + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleGetInfoString + Created by Qt/QMake + CFBundleIconFile + ${ASSETCATALOG_COMPILER_APPICON_NAME} + CFBundleIdentifier + de.itsblue.scstw + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + ${QMAKE_SHORT_VERSION} + CFBundleSignature + ${QMAKE_PKGINFO_TYPEINFO} + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSRequiresIPhoneOS + + MinimumOSVersion + ${IPHONEOS_DEPLOYMENT_TARGET} + 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 + + +