Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated plugin to support array with paths instead of single path #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PChmiel
Copy link

@PChmiel PChmiel commented Jul 4, 2019

Since download_dsyms fastlane plugin returns an array of paths I had to update the plugin to be able to parse that array and upload each of file separately

if single_path != nil
curlCommand += build_single_file_command(command, single_path)
else
dsym_paths = params[:dsym_array_paths].uniq
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First thanks a lot for your contributions🙏. But I have a single question why you did not add then in a zip file and upload it once instead of upload each file separately.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest I didn't thought about that 😂 but even if I did, I wouldn't be sure if that even works. Because I'm also not a ruby developer I tried to achieve the result with minimum effort, which was for me do the pipe for calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants