majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.35k stars 468 forks source link

set keyring backend by environment variable #147

Closed srdr0p closed 1 year ago

srdr0p commented 1 year ago

this reslove problem in https://github.com/majd/ipatool/issues/139, to bypass requirement of entering login password when access key.

majd commented 1 year ago

I'm not sure this is the best way to resolve the issue. I think the tool should be falling back to using a file backend for the keyring when the keychain is not available. This might be a bug in 99designs/go-keychain. I will need to investigate this further.