appscreens.io Uploader
Features
This gem uploads your app screenshots to appscreens.io, so you can conveniently style and translate them for the AppStore. It is built to easily integrate with @KrauseFx's snapshot.
Installation
Install the gem
sudo gem install appscreens-io-uploader
Usage
Call appscreens-io-uploader
in the forlder where your screenshots are located and pass the id of your project (the last part of the URL on https://appscreens.io/new)
appscreens-io-uploader [project_id]
To upload screens with a different screensize than 5.5 inch use the --screenSize option (use for help appscreens-io-uploader existing_project --help
)
appscreens-io-uploader [project_id] --screenSize=iOS-4-in
Uninstall
sudo gem uninstall appscreens-io-uploader
rm -rf ~/.appscreens-io-uploader
Thanks
This gem is using pretty much the whole structure of @KrauseFx frameit and the fastlane_core for convenience.
License
This project is licensed under the terms of the MIT license. See the LICENSE file.