ADVTOOLS / ADVTrustStore

ADVTrustStore is a simple management script to import/list/remove CA certificates to the iOS simulator. It is working for iOS 5 and iOS 6.
355 stars 71 forks source link

Add option -y to always answer "yes" to prompts #15

Closed arkku closed 3 years ago

arkku commented 3 years ago

When you have a ton of simulators to update the certificate for, it is annoying to answer every prompt. This PR adds the command-line option -y that gives an automatic "yes" answer to skip all prompts.

andrivet commented 3 years ago

Nice PR, thanks.