diff options
author | Maximilian Blochberger <maximilian.blochberger@qt.io> | 2022-10-17 13:50:22 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2023-03-28 19:11:29 +0100 |
commit | aaaa1e251ea43e4094e79b7161327c07db60d351 (patch) | |
tree | 643b99b0fa0787d0d8bee985aabf6cea837e2a62 /mkspecs/unixware-cc | |
parent | ed346a9e11ed939f3f5dc11f8e45939d3755004b (diff) | |
download | qtbase-6.4.tar.gz |
Ensure proper format of Info.plist6.4
The Information Property List (Info.plist) is a property list that
contains information about macOS and iOS application and framework
bundles. There are multiple supported formats, those property lists can
be stored in, most notably XML and binary.
Problem
If the Info.plist file is edited with an external editor, such as Xcode,
it is possible that it is stored in binary format. A Makefile generated
by the qmake tool contains a call to sed, which works on text but not
binary files. Consequently, this call would fail.
Solution
Since Mac OS X 10.2, the plutil tool is available. It can be used to
convert the property lists into a specific format. The plutil tool is
now used to convert the plist to XML, so that the sed invocation
succeeds.
[ChangeLog][qmake] Fixed handling binary Info.plist files in generated
Makefiles by always converting them to XML before substituting
placeholders.
Fixes: QTBUG-45357
Change-Id: I066039301c391a5034710458500a096f09e5ca24
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit bbad6440aecdba29d8808c4fa6e3e6353b39c887)
Reviewed-by: Maximilian Blochberger <maximilian.blochberger@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'mkspecs/unixware-cc')
0 files changed, 0 insertions, 0 deletions