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

issue-9: fix possible title utf-8 encoding problems #10

Closed igorpakushin closed 4 years ago

igorpakushin commented 4 years ago

This is fixing an #9 for me, output becomes this and no crash:

Import certificate to iPhone X v12.2 [y/N] Importing to /Users/jenkins/Library/Developer/CoreSimulator/Devices/51901893-EEF8-46AA-991C-643E98E0DAD6/data/Library/Keychains/TrustStore.sqlite3
  Existing certificate replaced
Import certificate to iPhone Xʀ v12.2 [y/N] Importing to /Users/jenkins/Library/Developer/CoreSimulator/Devices/8736054F-B0E2-454F-AE3D-96768C687EEA/data/Library/Keychains/TrustStore.sqlite3
  Existing certificate replaced
igorpakushin commented 4 years ago

@andrivet could you have a look please, this should fix #9