diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-25 02:41:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-25 02:41:12 -0700 |
commit | 89821e074f40e8c84b43018bb01fa6b74110ba30 (patch) | |
tree | 43611106833bb86574b9143ada5abed6527266f1 /MobileCydia.mm | |
parent | 7d7000357dfc9fbba18cb60b3c4021d8db8351b1 (diff) |
Make root->mobile preference shift find keyboards.
Diffstat (limited to 'MobileCydia.mm')
-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]; |