add preferenceloader as deps and filter com.apple.backboardd alone

This commit is contained in:
Sharat M R 2019-06-26 21:14:25 +05:30
parent 1adf38b814
commit 3eba16c7fd
No known key found for this signature in database
GPG Key ID: E450A6E45DAE1B94
2 changed files with 6 additions and 6 deletions

10
control
View File

@ -1,9 +1,9 @@
Package: com.cosmosgenius.screendump
Name: screendump
Depends: mobilesubstrate
Version: 0.0.1
Depends: mobilesubstrate, preferenceloader
Version: 0.0.2
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: Sharat M R
Author: Sharat M R
Description: VNC for ios
Maintainer: Sharat M R <cosmosgenius@gmail.com>
Author: Sharat M R <cosmosgenius@gmail.com>
Section: Tweaks

View File

@ -1 +1 @@
{ Filter = { Bundles = ( "com.apple.IOMobileFramebuffer" ); }; }
{ Filter = { Bundles = ( "com.apple.backboardd" ); }; }