Yes, sorry that I wasn't clear - The error did occur when attempting to open the app with TestFlight (the dialog box opened twice with the same message, BTW.) Plus, PATHmanager.app is neither installed under /Applications, nor ~/Applications. If there's something else I can do to get it installed, I'm all ears. :-)
I'll post the output of your suggested commands from the extracted .pkg file that was uploaded using Transporter (hopefully that helps?):
Signature dump for app bundle
/tmp
λ codesign -d -vvv "PATHmanager.app/"
Executable=/private/tmp/PATHmanager.app/Contents/MacOS/PATHmanager
Identifier=com.chipcastle.pathmanager
Format=app bundle with Mach-O thin (arm64)
CodeDirectory v=20500 size=223206 flags=0x10000(runtime) hashes=6964+7 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha256=a7e912f449ef085b27467d282bfeca980b8e4d9c
CandidateCDHashFull sha256=a7e912f449ef085b27467d282bfeca980b8e4d9c9063d3b31bb34aaa15383e7d
Hash choices=sha256
CMSDigest=a7e912f449ef085b27467d282bfeca980b8e4d9c9063d3b31bb34aaa15383e7d
CMSDigestType=2
CDHash=a7e912f449ef085b27467d282bfeca980b8e4d9c
Signature size=9116
Authority=Apple Distribution: Chip Castle Dot Com, Inc. (BXN9N7MNU3)
Authority=Apple Worldwide Developer Relations Certification Authority
Authority=Apple Root CA
Timestamp=Mar 27, 2025 at 1:01:31 PM
Info.plist entries=19
TeamIdentifier=BXN9N7MNU3
Runtime Version=15.0.0
Sealed Resources version=2 rules=13 files=3
Internal requirements count=1 size=204
Since that doesn't tell me much, I'll add this as well:
λ codesign -d -r- "PATHmanager.app"
Executable=/private/tmp/PATHmanager.app/Contents/MacOS/PATHmanager
designated => identifier "com.chipcastle.pathmanager" and anchor apple generic and certificate leaf[subject.CN] = "Apple Distribution: Chip Castle Dot Com, Inc. (BXN9N7MNU3)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */
Signature app for dylib
λ codesign -d -vvv "PATHmanager.app/Contents/Frameworks/libui.dylib"
Executable=/private/tmp/PATHmanager.app/Contents/Frameworks/libui.dylib
Identifier=libui
Format=Mach-O universal (x86_64 arm64)
CodeDirectory v=20500 size=3281 flags=0x10000(runtime) hashes=97+2 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha1=6f0f3b4eefb0e542619665c4c6396f84b765a92f
CandidateCDHashFull sha1=6f0f3b4eefb0e542619665c4c6396f84b765a92f
CandidateCDHash sha256=51b0d7e81f542de2b8c8a8d091548bfd4b1091e5
CandidateCDHashFull sha256=51b0d7e81f542de2b8c8a8d091548bfd4b1091e5ce8be2b38188f806bed13dc6
Hash choices=sha1,sha256
CMSDigest=705e70b2c2bda6cefedab9ccb490452f2ea83ce07d9ed5e0285c74cd6eedb151
CMSDigestType=2
CDHash=51b0d7e81f542de2b8c8a8d091548bfd4b1091e5
Signature size=9197
Authority=Apple Distribution: Chip Castle Dot Com, Inc. (BXN9N7MNU3)
Authority=Apple Worldwide Developer Relations Certification Authority
Authority=Apple Root CA
Timestamp=Mar 27, 2025 at 1:01:31 PM
Info.plist=not bound
TeamIdentifier=BXN9N7MNU3
Runtime Version=12.1.0
Sealed Resources=none
Internal requirements count=1 size=184
And also:
λ codesign -d -r- "PATHmanager.app/Contents/Frameworks/libui.dylib"
Executable=/private/tmp/PATHmanager.app/Contents/Frameworks/libui.dylib
designated => identifier libui and anchor apple generic and certificate leaf[subject.CN] = "Apple Distribution: Chip Castle Dot Com, Inc. (BXN9N7MNU3)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */
Thanks again.