Repository is archived
No commit activity in last 3 years
No release in over 3 years
Upload your screenshots to https://appscreens.io
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

> 0.3.3
~> 1.6.3
~> 0.3.16
 Project Readme

appscreens.io Uploader

Twitter: @DanielGri License Gem

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.

assets/appscreens-io-uploader.gif

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.