fastlane-old / credentials_manager

Password Manager which is used in fastlane tools
https://fastlane.tools
35 stars 13 forks source link

Remove PasswordManager from gem #24

Closed orta closed 8 years ago

orta commented 8 years ago

A PasswordManager instance only uses DELIVER_XXX ENV vars, bug?

KrauseFx commented 8 years ago

Actually, the password manager is not used any more, instead all tools use the account manager https://github.com/fastlane/credentials_manager/blob/master/lib/credentials_manager/account_manager.rb

KrauseFx commented 8 years ago

I left the class there for backwards compatibility reasons, but I think it's time to get rid of it :+1:

orta commented 8 years ago

Cool, I'll change the title. Just doing some reviewing.

KrauseFx commented 8 years ago

Fixed with https://github.com/fastlane/credentials_manager/pull/25

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/3316. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: