MIP icon indicating copy to clipboard operation
MIP copied to clipboard

Settings.plist issue

Open RegulusMac opened this issue 2 years ago • 0 comments

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.

RegulusMac avatar Jun 17 '22 13:06 RegulusMac