When creating Developer ID Application certificate in Apple Developer Portal, it is possible to select "G2 Sub-CA" for its profile type:
The certificate that is created will have type DEVELOPER_ID_APPLICATION_G2, which as of 04.07.24 is not documented as a possible certificate type, but is used nonetheless.
Changes in this PR add bindings for this type and make it possible to use such certificates when requesting certificates for provisioning profiles of type MAC_APP_DIRECT and MAC_CATALYST_APP_DIRECT.
Resolves #414
When creating Developer ID Application certificate in Apple Developer Portal, it is possible to select "G2 Sub-CA" for its profile type:
The certificate that is created will have type
DEVELOPER_ID_APPLICATION_G2
, which as of 04.07.24 is not documented as a possible certificate type, but is used nonetheless.Changes in this PR add bindings for this type and make it possible to use such certificates when requesting certificates for provisioning profiles of type
MAC_APP_DIRECT
andMAC_CATALYST_APP_DIRECT
.Updated actions:
app-store-connect fetch-signing-files
app-store-connect certificates list