# THIS IS A WORK IN PROGRESS - BROKEN FORK OF FASTLANE GEM

pantograph Logo

[![Twitter: @PantographTools](https://img.shields.io/badge/contact-@PantographTools-blue.svg?style=flat)](https://twitter.com/PantographTools) [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/pantograph/pantograph/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/pantograph.svg?style=flat)](https://rubygems.org/gems/pantograph) [![Build Status](https://img.shields.io/circleci/project/github/pantograph/pantograph/master.svg)](https://circleci.com/gh/pantograph/pantograph) [![PRs welcome!](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/pantograph/pantograph/blob/master/CONTRIBUTING.md) _pantograph_ is a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.

✨ All pantograph docs were moved to johnknapprs.github.io/pantograph


## Need Help? Before submitting a new GitHub issue, please make sure to - Check out [johnknapprs.github.io/pantograph](https://johnknapprs.github.io/pantograph) - Search for [existing GitHub issues](https://github.com/pantograph/pantograph/issues) If the above doesn't help, please [submit an issue](https://github.com/pantograph/pantograph/issues) on GitHub and provide information about your setup, in particular the output of the `pantograph env` command. **Note**: If you want to report a regression in _pantograph_ (something that has worked before, but broke with a new release), please mark your issue title as such using `[Regression] Your title here`. This enables us to quickly detect and fix regressions. ## _pantograph_ team

Helmut Januschka

Special thanks to all [contributors](https://github.com/pantograph/pantograph/graphs/contributors) for extending and improving _pantograph_. ## Contribute to _pantograph_ Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to help with _pantograph_. ## Code of Conduct Help us keep _pantograph_ open and inclusive. Please read and follow our [Code of Conduct](https://github.com/pantograph/pantograph/blob/master/CODE_OF_CONDUCT.md). ## Metrics _pantograph_ tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include: * The number of _pantograph_ runs * A salted hash of the app identifier or package name, which helps us anonymously identify unique usage of _pantograph_ You can easily opt-out of metrics collection by adding `opt_out_usage` at the top of your `Pantfile` or by setting the environment variable `PANTOGRAPH_OPT_OUT_USAGE`. [Check out the metrics code on GitHub](https://github.com/pantograph/pantograph/tree/master/pantograph_core/lib/pantograph_core/analytics) ## License This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file. > This project and all pantograph tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All pantograph tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use pantograph tools.

✨ All pantograph docs were moved to johnknapprs.github.io/pantograph