[Development] Important OSX 10.9.5 & 10.10 codesign changes

Robert Knight robertknight at gmail.com
Thu Sep 25 12:33:44 CEST 2014


Hi Alexander,

See the 'fixup_framework_bundle' function in
https://github.com/Mendeley/Mac-OS-X-Bundle-Utilities/blob/master/hdiutil-codesign.rb
for code which can fix a Qt bundle.

In short:
- There should be no files in the root of the
'Qt<ModuleName>.framework' directory other than a 'Versions'
directory, a symlink called 'QtModuleName' which points to
'Versions/<Version>/QtModuleName' and a symlink called 'Resources'
which points to 'Versions/<Version>/Resources'
- There should be an Info.plist file in
'Versions/<Version>/Resources'. This should be moved from
Contents/Info.plist if found there.

Regards,
Rob.

On 25 September 2014 08:41, Alexander Ilyin
<ip.alexander.ilyin at gmail.com> wrote:
> Sorvig Morten <Morten.Sorvig <at> digia.com> writes:
>
>>
>> Is there a “QtCore.prl” at the root of the framework? If so then remove it.
>>
>> Morten
>>
>>
>> _______________________________________________
>> Development mailing list
>> Development <at> qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/development
>>
>
> Hi Morten,
> There is no QtCore.prl in the framework.
>
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development



More information about the Development mailing list