fastlane-old / snapshot

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

Alternative Snapfiles #481

Closed martnst closed 8 years ago

martnst commented 8 years ago

Hi *, I use snapshot not just for App Store screenshots but also for generating screenshots for my marketing website. For the website want more than 5 screenshots but only on one device and only in english. To control my UITests that take the screenshots I pass it a launch_arguments configured in the Snapfile along side with devices and languages.

So wich this setup everything is great except I need to swap the Snapfiles (actually I am just adjusting a symlink) to choose which screenshots should be taken. Therefor I am wondering about specifying a Snapfile as a command line argument.

vpolouchkine commented 8 years ago

I don't believe you can specify multiple Snapfiles. Perhaps you can use multiple lanes and call snapshot with different sets of args?

fastlane-bot commented 8 years ago

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