-
Notifications
You must be signed in to change notification settings - Fork 66
Description
When using builder.package the generated file is in this format:
MyProject-Debug-1.0.dSYM.zip
but, standing to the jenkins testflight plugin documentation:
The path of the dSYM ZIP file(s) to upload to testflight. If not specified, for each IPA file found, a related '-dSYM.zip' file is searched for. If found it is added to the upload request as dsym parameter. Note: in the future this parameter will probably be removed and replaced with an optional argument to upload dSYM files or not.
Now it would be great if the generated file will follow that format, or if at least we can choose, or pass the delimiter as parameter in the script.
I know the filename can be specified in the plugin manually, or it can be renamed after, but this will help to have a very smoother integration.