darwin { INFOPLIST = \ "" \ "" \ "" \ "" \ " CFBundleIconFile" \ " " \ " CFBundlePackageType" \ " APPL" \ " CFBundleGetInfoString" \ " Created by Qt/QMake" \ " CFBundleSignature" \ " ????" \ " CFBundleExecutable" \ " $$TARGET" \ " CFBundleIdentifier" \ " com.digia.$${LITERAL_DOLLAR}{PRODUCT_NAME:rfc1034identifier}" \ " CFBundleDisplayName" \ " $${LITERAL_DOLLAR}{PRODUCT_NAME}" \ " CFBundleName" \ " $${LITERAL_DOLLAR}{PRODUCT_NAME}" \ " CFBundleShortVersionString" \ " 1.0" \ " CFBundleVersion" \ " 1.0" \ " LSRequiresIPhoneOS" \ " " \ " UILaunchStoryboardName" \ " LaunchScreen" \ " UISupportedInterfaceOrientations" \ " " \ " UIInterfaceOrientationPortrait" \ " UIInterfaceOrientationPortraitUpsideDown" \ " UIInterfaceOrientationLandscapeLeft" \ " UIInterfaceOrientationLandscapeRight" \ " " \ " NSCameraUsageDescription" \ " Qt Multimedia Example" \ " NSMicrophoneUsageDescription" \ " Qt Multimedia Example" \ " NOTE" \ " This file was generated by Qt/QMake." \ "" \ "" write_file($$OUT_PWD/Info.plist, INFOPLIST)|error() QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist }