Ok i'm done the notarizing (because I dont need to upload to the app store, I share outside of that), so I need to use th sign_developerId.sh
I have another problem, with nested ffmpeg binary:
{
"logFormatVersion": 1,
"jobId": "831c4434-ff0e-4176-8d14-383d8898c765",
"status": "Invalid",
"statusSummary": "Archive contains critical validation errors",
"statusCode": 4000,
"archiveFilename": "manager.pkg",
"uploadDate": "2020-02-11T23:51:45Z",
"sha256": "9426dccaf3ac48fc8b2d4d04c5dc5c7807371700f518dd5b9e512b6c7c34073c",
"ticketContents": null,
"issues": [
{
"severity": "error",
"code": null,
"path": "manager.pkg/hu.devinflow.dynamic.dungeons.manager.pkg Contents/Payload/Applications/manager.app/Contents/Resources/bin/ffmpeg",
"message": "The binary is not signed.",
"docUrl": null,
"architecture": "x86_64"
},
{
"severity": "error",
"code": null,
"path": "manager.pkg/hu.devinflow.dynamic.dungeons.manager.pkg Contents/Payload/Applications/manager.app/Contents/Resources/bin/ffmpeg",
"message": "The signature does not include a secure timestamp.",
"docUrl": null,
"architecture": "x86_64"
},
{
"severity": "error",
"code": null,
"path": "manager.pkg/hu.devinflow.dynamic.dungeons.manager.pkg Contents/Payload/Applications/manager.app/Contents/Resources/bin/ffmpeg",
"message": "The executable does not have the hardened runtime enabled.",
"docUrl": null,
"architecture": "x86_64"
}
]
}
I think I need to add something to the Child.entitlements file.