Closed ileitch closed 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.
Cool, let's do it then 👍
I'm a little confused about how this fixes the issue?