Here is the situation:
- We are shipping an application bundle which is submitted to the notarization service for approval.
- The application bundle adheres to the notarization standards and is approved.
- Problem: We need to ship a zip file inside this application. This zip file has all the files that are signed. Most of the files are signed by us. However there are some 3P zip files which are not signed by us. We would rather not open these 3P zip files as there might be SLAs involved here.
- As a result we end up with a zip file which contains mixed signatures. This zip file needs to be part of that application that needs to be notarized.
- Question: What is the best way to do this in order for the notarization service to approve the application and ship the zip file as part of the application? Note: We don't know if all the files inside the 3P zips are correctly signed (example: With Hardened Runtime). They are all signed though
- Also, when the zip files contents are laid out onto the customer machine, they are all signed and validated. However, some files might not have hardened runtime.
Thanks in advance.