[Development] Important OSX 10.9.5 & 10.10 codesign changes
Adam Strzelecki
ono at java.pl
Fri Sep 19 17:27:30 CEST 2014
> codesigning complaining on this _debug reference
> <key>CFBundleExecutable</key>
> <string>QtPrintSupport_debug</string>
Shouldn't be debug another version within multiversioned bundle? E.g.:
QtCore -> Versions/Current/QtCore
Resources -> Versions/Current/Resources
Versions/
Current -> 5
5/
QtCore
Resources/
Info.plist
5-debug/
QtCore
Resources/
Info.plist
This would solve the solving issue.
--Adam
More information about the Development
mailing list