fastlane-old / snapshot

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

Issue when using an output directory using ~/ #439

Closed rickvdl closed 8 years ago

rickvdl commented 8 years ago

When specifying a directory relative to the current user's home directory Snapshot saves the screenshots in a funny way.

Snapfile entry:

# Where should the resulting screenshots be stored? output_directory "~/Desktop/screenshots"

And this is what happens:

screen shot 2016-02-16 at 15 40 20

The screenshots are saved in the project's directory.

fastlanebot commented 8 years ago

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