Guest User

Untitled

a guest
Jul 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. NSString *filePath = @"/var/mobile/Library/Preferences/com.zimm.badges.plist";
  2. NSDictionary* plistDict = [[NSDictionary alloc] initWithContentsOfFile:filePath];
  3. NSString username = [plistDict objectForKey:@"username"];
  4. NSString password = [plistDict objectForKey:@"password"];
  5. BOOL background = [[plistDict objectForKey:@"background"] boolValue];
Add Comment
Please, Sign In to add comment