We recently began including a password protected zip file in the Resources directory of our app, which is causing a notarization issue.
About the zip file -
developer@machine % file *.dat
ABC.dat: Zip archive data, at least v5.1 to extract
developer@machine % unzip ABC.dat
Archive: ABC.dat
skipping: files.zip need PK compat. v5.1 (can do v4.5)
Results from Catalina 10.15.7.
If we switch compression to PK compat v4.5 or below, will notarization still fail because the zip file is password protected? Or is changing the compression version enough to fix this issue?
I'm looking for general information about including zip files in applications distributed as a flat packages and the implications for notarization, but have not found anything yet.
Thanks!
About the zip file -
developer@machine % file *.dat
ABC.dat: Zip archive data, at least v5.1 to extract
developer@machine % unzip ABC.dat
Archive: ABC.dat
skipping: files.zip need PK compat. v5.1 (can do v4.5)
Results from Catalina 10.15.7.
If we switch compression to PK compat v4.5 or below, will notarization still fail because the zip file is password protected? Or is changing the compression version enough to fix this issue?
I'm looking for general information about including zip files in applications distributed as a flat packages and the implications for notarization, but have not found anything yet.
Thanks!