MIP
MIP copied to clipboard
Settings.plist issue
Hi, first of all, pretty cool injection tool.
I played a little bit with MIP and noticed a settings.plist problem. MIP doesn't read the plist cause you used NSKeyedUnarchiver. I recommend to use: NSDictionary *user_preferences = [NSDictionary dictionaryWithContentsOfFile:[@(MIP_user_data_path()) stringByAppendingPathComponent:@"settings.plist"]];
That will fix the problem.