Releases: fastlane-old/snapshot
0.4.8 Improvements
- iOS Simulator is now closed after finished running
snapshot
- Added
custom_args
options to pass your own compiler flags - Fixed not taking
ios_version
into account - Improved HTML page generation
0.4.7 Clear old screenshots
You can now add
clear_previous_screenshots
to your Snapfile
to clear the previously generated screenshots before creating new ones.
0.4.6 Custom iPad Automation file
- Use
-iPad.js
automation files to only run on iPads - Relative paths in HTML report
- Improvements for finding the bundle identifier
0.4.5 Fixed not using the latest build
snapshot
used an outdated app sometimes. From now on, snapshot
will re-install the app on each run.
In case you don't want to reinstall the app use:
SNAPSHOT_SKIP_UNINSTALL=1 snapshot
0.4.4 Verbose flag to show Instruments log
Use snapshot --verbose
to show the output of your UI Automation script for easier debugging.
This version also updates the snapshot --help
command to provide better information.
0.4.3 Update of UI Automation template
If you have an existing project, don't forget to copy the latest SnapshotHelper.js
from https://github.com/KrauseFx/snapshot/blob/master/lib/assets/SnapshotHelper.js
0.4.2 Rotating of landscape screenshots
Thanks to the awesome pull request by @joshdholtz snapshot
now automatically rotates the landscape screenshots in the correct direction
0.4.1 Instructions to add permissions
On the first run of snapshot, it will detect, if the script needs a sudo permission, thanks @joshdholtz: #41
0.4.0 fastlane release
This is the first release with full fastlane support
0.3.3 Faster building
You can now run snapshot --noclean
to skip cleaning the project and the build folder