espresso3389/pdfrx

Does building the ipa install the required files every time, even if they exist?

Closed this issue · 2 comments

There is a script command in pdfrx.podspec that needs to install the required files, but it will run every time. I wonder if I can determine if the file exists and no longer run this command.

You're right. We should cache the last downloaded result. The code there is not changed from the first version.
We should do some existance check there.

I've updated podspec file not to download the same archive again and again.