orta / cocoapods-keys

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

the order of the properties in the generated header changes after every pod udpate #195

Open jain-a opened 5 years ago

jain-a commented 5 years ago

Everytime I do a pod install or a pod update, the order of the keys change in the header randomly. Is there a way to avoid that? Perhaps by giving it some kind of sorting?

We check in our pods and thus it's creating a lot of redundant key.h/m pushes and polluting the history.

orta commented 5 years ago

Yeah, sure, sorting sounds reasonable 👍