orta / cocoapods-keys

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

How to Use Custom Keychain? #215

Open GarrettBeatty opened 3 years ago

GarrettBeatty commented 3 years ago

It seems like

$ bundle exec pod keys set KEY VALUE

will install to the default keychain?? Is there a way to install it to a custom keychain which is created with

security create-keychain mycustomkeychain
orta commented 3 years ago

No, but if you can add a param for that

pacocd commented 1 year ago

QQ is this already supported? If not, I can take a look