fastlane-old / snapshot

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

Feature Request: Integrate Simulator Status Magic #340

Closed ogezue closed 8 years ago

ogezue commented 8 years ago

I often need to reinstall SSM on each simulator after it has been reseted, due to updates or XCode bugs. Wouldn't it be great if this would be a part of the fastlane chain?

BasThomas commented 8 years ago

+1 If this is possible, I would love to help out if needed.

ogezue commented 8 years ago

Perhaps the SSM code could be added to the existing snapshothelper class?

valeIT commented 8 years ago

Yeah this would be great

KrauseFx commented 8 years ago

The SnapshotHelper runs in the context of the UI Tests which are not on the main thread. It's not possible for the UI Threads to access the status bar directly.

@ogezue Why do you have to reinstall each time? You can easily add SSM to your Podfile and have it installed automatically :rocket:

ogezue commented 8 years ago

Cool! Didn't knew that.

fastlanebot commented 8 years ago

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