fastlane-old / gym

Building your iOS apps has never been easier
https://fastlane.tools
645 stars 54 forks source link

Replaced move of .app archive with copy for Mac projects #197

Closed OSemenovBoyarka closed 8 years ago

OSemenovBoyarka commented 8 years ago

For Mac apps I had an issue, .app disappeared from xcode archive, generated by gym. It wasn't the case, when destination .app existed in project directory, but it didn't get overwrited with new archive.

So, I've replace mv with cp_r command, because in case of Mac app original .app archive should be preserved in source archive directory.

KrauseFx commented 8 years ago

Looks good, thanks @SemenovAlexander :+1: