fastlane-old / credentials_manager

Password Manager which is used in fastlane tools

Home Page:https://fastlane.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default host name for keychain item is always deliver.

Larusso opened this issue · comments

The comment in PasswordManager says:
HOST = "deliver" # there might be a string appended, if user has multiple accounts

But since the username is always appended regardless if its empty:

def hostname
    [HOST, self.username].join('.')
end

We end up with a HOST value deliver. instead of deliver

Thanks for letting me know, I updated the comment

This issue was migrated to fastlane/fastlane#3321. 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 🚀