From: Jay Freeman (saurik) Date: Mon, 10 Nov 2014 03:46:50 +0000 (-0800) Subject: Call CFPreferencesAppSynchronize (for iOS << 8.0). X-Git-Tag: v0.9.3500~11 X-Git-Url: https://git.saurik.com/veency.git/commitdiff_plain/615eaf8e0d2ca9c8719a2fb5c1fc83a35b2021fa?ds=sidebyside Call CFPreferencesAppSynchronize (for iOS << 8.0). --- diff --git a/Tweak.mm b/Tweak.mm index 9f45f29..d313bb4 100644 --- a/Tweak.mm +++ b/Tweak.mm @@ -454,6 +454,7 @@ static void VNCNotifySettings( const void *object, CFDictionaryRef info ) { + CFPreferencesAppSynchronize(CFSTR("com.saurik.Veency")); VNCSettings(); } @@ -973,6 +974,7 @@ static void VNCNotifyEnabled( const void *object, CFDictionaryRef info ) { + CFPreferencesAppSynchronize(CFSTR("com.saurik.Veency")); VNCEnabled(); }