From: Jay Freeman (saurik) Date: Wed, 19 Sep 2012 10:09:02 +0000 (+0000) Subject: Hook backboardd on iOS 6 (and anything with ImageIO). X-Git-Tag: v0.9.3906~8 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/62eba643008fe9d965d7a70ee3724b9217b2edc3 Hook backboardd on iOS 6 (and anything with ImageIO). --- diff --git a/WinterBoard.plist b/WinterBoard.plist index 9c63ca3..e0cdc23 100644 --- a/WinterBoard.plist +++ b/WinterBoard.plist @@ -1,5 +1,5 @@ Filter = { - Bundles = ("com.apple.UIKit"); - Executables = ("lsd"); + Bundles = ("com.apple.UIKit", "com.apple.ImageIO.framework"); + Executables = ("lsd", "backboardd"); Mode = "Any"; };