简体   繁体   中英

How to add boolean string to plist with theos tweak?

好吧,我需要创建一个调整,例如在dict词典的/var/mobile/test.plist中添加布尔字符串测试

[dict setValue:[NSNumber numberWithBool:YES] forKey:@“ myKey”];

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM