You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
* Whether to revoke and reissue certificate even if it is not expired. This option is necessary as re-downloading the .p12 file is impossible.
* It provides consumers with opportunity to deliberately reissue account's development certificate. It will default to true as it is the expected behaviour.
*/
clean?: boolean;
/**
* To generate development codesign files Apple API requires devices as development provisions are only issued for them.
*/
attachedDevices: Mobile.IDeviceInfo[];
}
/**
* Defines operations for generation codesign files in the cloud.
* Generates codesign files in the cloud and returns s3 urls to certificate or/and provision.
* @param {ICodesignData} codesignData Apple specific information.
* @param {string} projectDir The path of the project.
* @returns {Promise<ICodesignResultData>} Information about the generation process. It is returned only on successful generation. In case there is some error, the Promise is rejected with the server information.