How do i expand payload of 3rd party package?

Hi, I'm trying to notarise package file of our product. Notarization is success with some warnings on 3rd party package file. I see two executables in the 3rd party package file is not code signed properly. I need to expand, sign those binaries and flatten it again and include into our package file. I'm able to expand the 3rd party package file using the below command: pkgutil --expand " "directory name" Now i'm able to see files of the above package file. But how do i expand pay-load files?

Accepted Reply

Thanks. i got it. pkgutil --expand-full

Replies

Thanks. i got it. pkgutil --expand-full