We are converting a shell scripts to a binary file (using SHC compiler), applying digital signature & notarisation, then double clicking it in the Finder to launch it. This was working fine previously, with macOS Sequoia it's not laughing directly.
Post
Replies
Boosts
Views
Activity
Verified for code sign and Notarisation as below:
prjadhav@dhcp-10-180-186-174 Downloads % codesign -v -vvv --strict --deep issue_avoidance_mac
issue_avoidance_mac: valid on disk
issue_avoidance_mac: satisfies its Designated Requirement
prjadhav@dhcp-10-180-186-174 Downloads %
prjadhav@dhcp-10-180-186-174 Downloads % codesign -d -vvv issue_avoidance_mac
Executable=/Users/prjadhav/Downloads/issue_avoidance_mac
Identifier=issue_avoidance_mac
Format=Mach-O thin (x86_64)
CodeDirectory v=20400 size=855 flags=0x0(none) hashes=21+2 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha256=071855ea2dc635ef0c42896888239d623a48bea5
CandidateCDHashFull sha256=071855ea2dc635ef0c42896888239d623a48bea562fa83450dedb07df06fb383
Hash choices=sha256
CMSDigest=071855ea2dc635ef0c42896888239d623a48bea562fa83450dedb07df06fb383
CMSDigestType=2
CDHash=071855ea2dc635ef0c42896888239d623a48bea5
Signature size=9010
Authority=Developer ID Application: Oracle America, Inc. (VB5E2TV963)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=28 Nov 2024 at 4:25:21 PM
Info.plist=not bound
TeamIdentifier=VB5E2TV963
Sealed Resources=none
Internal requirements count=1 size=180
We are facing this issue on a latest Sequoia version
, although its working fine on the older system.