File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 type : 'appstore' ,
2929 readonly : true ,
3030 platform : 'macos' ,
31- app_identifier : ENV [ "MACOS_APP_IDENTIFIERS" ]
31+ app_identifier : ENV [ "MACOS_APP_IDENTIFIERS" ] ,
32+ additional_cert_types : [ "mac_installer_distribution" ]
3233 )
3334 end
3435end
6667 type : 'appstore' ,
6768 readonly : false ,
6869 platform : 'macos' ,
69- app_identifier : ENV [ "MACOS_APP_IDENTIFIERS" ]
70+ app_identifier : ENV [ "MACOS_APP_IDENTIFIERS" ] ,
71+ additional_cert_types : [ "mac_installer_distribution" ]
7072 )
7173 end
7274end
8082 api_key : api_key ,
8183 readonly : options [ :readonly ] ,
8284 platform : options [ :platform ] ,
83- app_identifier : options . fetch ( :app_identifier , ENV [ "APP_IDENTIFIERS" ] )
85+ app_identifier : options . fetch ( :app_identifier , ENV [ "APP_IDENTIFIERS" ] ) ,
86+ additional_cert_types : options . fetch ( :additional_cert_types , [ ] )
8487 )
8588end
8689
You can’t perform that action at this time.
0 commit comments