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

fixed bad prints for tvOS and 'iOS simulator' mentionings are changed… #14

Closed chiba-san closed 4 years ago

chiba-san commented 4 years ago

fixed bad prints for tvOS

Import certificate to iPhone 11 v13.2 [y/N] n
Import certificate to Apple TV vcom.apple.CoreSimulator.SimRuntime.tvOS-13-2 [y/N] y

to

Import certificate to iPhone 11 iOS.13.2 [y/N] n
Import certificate to Apple TV tvOS.13.2 [y/N] n

Also 'iOS simulator' mentionings in code are changed to universal 'simulator'

andrivet commented 4 years ago

Thanks

chiba-san commented 4 years ago

Welcome