fastlane-old / snapshot

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

Give option to configure the template html file name #416

Closed mlvea closed 8 years ago

mlvea commented 8 years ago

Currently the template file always be the 'screenshots.html'. Give option to configure this name via Snapfile. For example someting like 'index.html'

KrauseFx commented 8 years ago

You can easily move/rename the filter afterwards in your Fastfile using sh "mv screenshots.html index.html". Let me know if you need help with that

mlvea commented 8 years ago

Yup. Thats how I do it at the moment.

Dir.chdir "path/to/screenshots/directory"
sh "mv screenshots.html index.html;

Plz consider it as trivial feature request.

KrauseFx commented 8 years ago

Cool :+1:

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2501. 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: