We have an application users can download from the web. This was working fine until 10.11.4. Now users are getting warnings that it is from an unknown developer. We did not have a V2 signature, so today I went through and made the modification to make it a V2 signature and we are still unable to pass GateKeeper checks.
When I execute: codesign -d --verbose=7 <myapp>
I get:
Sealed Resources version=2 rules=12 files=83
Internal requirements count=2 size=232
However when I execute:
spctl -a -t exec -vv <my app>
I get:
Double Click to Install.app: rejected
source=obsolete resource envelope
origin=Developer ID Application: Autodesk
I have tried reducing the app and signing again. No luck. The application passes Gatekeeper checks on all other OS version. Any ideas?