From: Jay Freeman (saurik) Date: Mon, 27 Jan 2014 01:34:43 +0000 (-0800) Subject: Move filter plist under layout directory (Theos). X-Git-Tag: v0.9.3400~13 X-Git-Url: https://git.saurik.com/veency.git/commitdiff_plain/bdf332548c15f7fb84d63607b9672c98b7eaa608?ds=inline Move filter plist under layout directory (Theos). --- diff --git a/Tweak.plist b/Tweak.plist deleted file mode 100644 index 62b2838..0000000 --- a/Tweak.plist +++ /dev/null @@ -1 +0,0 @@ -Filter = {Bundles = ("com.apple.IOMobileFramebuffer");}; diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/Veency.plist b/layout/Library/MobileSubstrate/DynamicLibraries/Veency.plist new file mode 100644 index 0000000..62b2838 --- /dev/null +++ b/layout/Library/MobileSubstrate/DynamicLibraries/Veency.plist @@ -0,0 +1 @@ +Filter = {Bundles = ("com.apple.IOMobileFramebuffer");};