Raphael TEYSSANDIER
11/27/2023, 3:25 PM.app.appException Type:  EXC_CRASH (SIGKILL (Code Signature Invalid))
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: CODESIGNING 1 Taskgated Invalid SignaturenativeDistributions {
            targetFormats(TargetFormat.Pkg)
            packageName = "XXXXXX"
            packageVersion = "1.0.6"
            macOS {
                bundleID = "XXXX.XXXXXX.XXXXX"
                provisioningProfile.set(project.file("embedded.provisionprofile"))
                runtimeProvisioningProfile.set(project.file(("runtime.provisionprofile")))
                entitlementsFile.set(project.file("entitlements.plist"))
                runtimeEntitlementsFile.set(project.file("runtime-entitlements.plist"))
                appStore = true
                signing {
                    sign.set(true)
                    identity.set("3rd Party Mac Developer Application: XXXX (XXXX)")
                    keychain.set("/Users/XXXX/Library/Keychains/login.keychain-db")
                }
            }
        }Chris Athanas
04/18/2024, 9:10 PMidentity.set("3rd Party Mac Developer Application: Chris Athanas (XXXX)")identity.set("Chris Athanas")