Teach your computer to take screenshots of your app so you don't have to anymore. Tools to automate making iOS screenshots.
Stars
253
Forks
33
Watchers
253
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
59
commits
9
commits
6
commits
3
commits
1
commits
1
commits
1
commits
Merge pull request #24 from adamwulf/xcode9-warnings
f44bcdcView on GitHubUse Popen, wait, and communicate instead of check_output. check_output with 'xcrun instruments' will randomly hang if Instruments.app isn't open.
ef5b7bbView on GitHubRenamed device_names to devices to keep the original config option name.
84f12d2View on GitHubUpdated README to reflect script changes. ios_version is now optional.
fcb4cc1View on GitHubios_version is now optional in the JSON config file.
4de97eaView on GitHubRemove .screenshots.tmp file in favor of watching the PID of the launched app in make_screenshots.py.
c2d206fView on GitHubAdded command line options to override device and language, and default to loading config.json unless specified.
4902801View on GitHubLog message when screenshot is about to get taken, use more modern Objective-C syntax.
61e9a06View on GitHubRemove status file even if we are not exiting the app at the end of the screenshots.
cfb1460View on GitHub