```CredentialsManager``` is used by most of the tools part of the [fastlane.tools](https://fastlane.tools) Toolchain.

To get more information about how your credentials are stored in the Mac OS Keychain, check out the description of [fastlane](https://github.com/KrauseFx/fastlane).

# License
This project is licensed under the terms of the MIT license. See the LICENSE file.

# Contributing

1. Create an issue to discuss about your idea
2. Fork it (https://github.com/KrauseFx/CredentialsManager/fork)
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request