orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 92 forks source link

Fix for #175. #192

Closed ileitch closed 5 years ago

orta commented 5 years ago

I'm a little confused about how this fixes the issue?

ileitch commented 5 years ago

@orta Pod::Command::Keys::Set saves the keyring using its own Keyring instance: https://github.com/orta/cocoapods-keys/blob/master/lib/pod/command/keys/set.rb#L37-L48

The call being removed would just overrate the yaml using an empty Keyring instance.

orta commented 5 years ago

Cool, let's do it then 👍