ab599a3931
This makes the -separate-debug-info configure optional functional, which generates dSYM debug info bundles for Qt libraries on Apple platforms. Task-number: QTBUG-37952 Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Change-Id: Ia247674740bf450130a15db926df07fa9007e2ca Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
19 lines
612 B
XML
19 lines
612 B
XML
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
|
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
|
<plist version=\"1.0\">
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.apple.xcode.dsym.$${BUNDLEIDENTIFIER}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>dSYM</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
!!IF !isEmpty(VERSION)
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$${VER_MAJ}.$${VER_MIN}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$${VER_MAJ}.$${VER_MIN}.$${VER_PAT}</string>
|
|
!!ENDIF
|
|
</dict>
|
|
</plist>
|