diff options
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 1873702..41c52a9 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -10035,6 +10035,7 @@ int main(int argc, char *argv[]) { PackageName = reinterpret_cast<CYString &(*)(Package *, SEL)>(method_getImplementation(class_getInstanceMethod([Package class], @selector(cyname)))); MobilizedFiles_ = [NSMutableSet setWithObjects: + @"Library/Preferences/.GlobalPreferences.plist", @"Library/Preferences/com.apple.Accessibility.plist", @"Library/Preferences/com.apple.preferences.sounds.plist", nil]; |