DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.55k stars 1.05k forks source link

Use NSDictionary to implement getPlistKey. #175

Closed BillWSY closed 3 years ago

BillWSY commented 3 years ago

If the value is UTF-8 (e.g. Chinese characters), "defaults read" would escape it. This patch would allow UTF-8 plist values to be read.