[Development] Important OSX 10.9.5 & 10.10 codesign changes
Raul Metsma
raul at metsma.ee
Fri Sep 19 13:15:09 CEST 2014
Another issue with qt binaries
cat ~/Qt/5.3/clang_64/lib/QtPrintSupport.framework/Contents/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>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.3</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>QtPrintSupport_debug</string>
<key>NOTE</key>
<string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
</dict>
</plist>
codesigning complaining on this _debug reference
<key>CFBundleExecutable</key>
<string>QtPrintSupport_debug</string>
Affected Qt 5.3.1 and 5.3.2, installed with online installer
Raul
On 19 Sep 2014, at 13:48, Robert Knight <robertknight at gmail.com> wrote:
> For anyone who is using CMake to build DMG packages using Qt, we have
> a script to fix up the layout of Qt repos prior to building at
> https://github.com/Mendeley/Mac-OS-X-Bundle-Utilities
>
> This was targeted at Qt 4 but the Qt 5 bundles have the same structure
> and issues as far as I see.
>
> On 19 September 2014 10:28, Sorvig Morten <Morten.Sorvig at digia.com> wrote:
>>
>>> On 18 Sep 2014, at 22:07, Adam Strzelecki <ono at java.pl> wrote:
>>>
>>>> Reported already 24/Jan/14 QTBUG-36429
>>>
>>> FYI more recent and prioritized bug report is QTBUG-38511
>>>
>>> I think it deserves a lot of attention now since 10.9.5 is live.
>>
>> This will indeed receive attention in the coming days. There are already some patches attached to the QTBUGs. I’ll post back here once we have a complete patch set ready. Target branches are Qt 5.3 and Qt 4.8.
>>
>> Morten
>> _______________________________________________
>> Development mailing list
>> Development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/development
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
More information about the Development
mailing list