orta / cocoapods-keys

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

Store only unique keys in the keyring #187

Closed leoformaggio closed 5 years ago

leoformaggio commented 5 years ago

As of now, every time a new key is set, it gets appended to the list of keys on the yaml file and if it already exists for that keyring, it will get duplicated. I can't think of any serious consequences that this may cause, but after a while the yaml file becomes messy and the output of pod keys too. In other words, this is just 💅, but hopefully you guys like it. 🙂

leoformaggio commented 5 years ago

Sweet, thanks @ashfurrow ❤️

orta commented 5 years ago

seems legit to me