fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.95k stars 141 forks source link

Snapfile template is broken with regards to "clear_previous_screenshots" #380

Closed pkamppur closed 8 years ago

pkamppur commented 8 years ago

Template says:

# clear_previous_screenshots # remove the '#' to clear all previously generated screenshots before creating new ones

"true" is missing (after "clear_previous_screenshots", which means uncommenting doesn't work, old screenshots aren't cleared.

The template should be

# clear_previous_screenshots true # remove the '#' to clear all previously generated screenshots before creating new ones
pkamppur commented 8 years ago

And the template file I'm referring to is snapshot/lib/assets/SnapfileTemplate

By the way, thanks for the great tool.

artworker commented 8 years ago

NAVER - http://www.naver.com/

artworker@naver.com 님께 보내신 메일 <Re: [snapshot] Snapfile template is broken with regards to "clear_previous_screenshots" (#380)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


KrauseFx commented 8 years ago

Nice catch, thanks :+1:

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2515. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: