Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.11.2
-
Fix Version/s: None
-
Component/s: Build tools: macdeployqt
-
Labels:None
-
Platform/s:
Description
Plain binaries within the Helpers Directory are not codesigned. When I checked the macdeployqt source code I saw that it only checks for Bundles within the Helpers folder. But it is also ok to have plain binaries in there see Table 3-1 of the Documentation.
Additionally binaries that have been added with the '-executable' option should also be signed. But those binary paths are not passed to the codesignBundle function