Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35405

iOS: Add qmake parameter to disable Info.plist generation

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • 5.2.0 RC1
    • Build tools: qmake
    • None
    • iOS

    • iOS/tvOS/watchOS

      qmake (re)generates Info.plist file every time it's run so if Info.plist has been edited those changes will be gone after rerunning qmake.

      The following Info.plist will be replaced with the generated one every time qmake is run.

      Info.plist
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      <plist version="1.0">
      <dict>
      	<key>CFBundleURLTypes</key>
      	<array>
      		<dict>
      			<key>CFBundleURLSchemes</key>
      			<array>
      				<string>db-APP_KEY</string>
      			</array>
      		</dict>
      	</array>
      	<key>CFBundleIconFile</key>
      	<string></string>
      	<key>CFBundlePackageType</key>
      	<string>APPL</string>
      	<key>CFBundleGetInfoString</key>
      	<string>Created by Qt/QMake</string>
      	<key>CFBundleSignature</key>
      	<string>????</string>
      	<key>CFBundleExecutable</key>
      	<string>Smia</string>
      	<key>CFBundleIdentifier</key>
      	<string>it.scharf.${PRODUCT_NAME:rfc1034identifier}</string>
      	<key>CFBundleDisplayName</key>
      	<string>${PRODUCT_NAME}</string>
      	<key>CFBundleName</key>
      	<string>${PRODUCT_NAME}</string>
      	<key>CFBundleShortVersionString</key>
      	<string>1.0</string>
      	<key>CFBundleVersion</key>
      	<string>1.0</string>
      	<key>NOTE</key>
      	<string>This file was generated by Qt/QMake.</string>
      </dict>
      </plist>
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            buddenha Oswald Buddenhagen
            kileppal Kimmo Leppälä
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes