add preferenceloader as deps and filter com.apple.backboardd alone
This commit is contained in:
parent
1adf38b814
commit
3eba16c7fd
10
control
10
control
|
@ -1,9 +1,9 @@
|
||||||
Package: com.cosmosgenius.screendump
|
Package: com.cosmosgenius.screendump
|
||||||
Name: screendump
|
Name: screendump
|
||||||
Depends: mobilesubstrate
|
Depends: mobilesubstrate, preferenceloader
|
||||||
Version: 0.0.1
|
Version: 0.0.2
|
||||||
Architecture: iphoneos-arm
|
Architecture: iphoneos-arm
|
||||||
Description: An awesome MobileSubstrate tweak!
|
Description: VNC for ios
|
||||||
Maintainer: Sharat M R
|
Maintainer: Sharat M R <cosmosgenius@gmail.com>
|
||||||
Author: Sharat M R
|
Author: Sharat M R <cosmosgenius@gmail.com>
|
||||||
Section: Tweaks
|
Section: Tweaks
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{ Filter = { Bundles = ( "com.apple.IOMobileFramebuffer" ); }; }
|
{ Filter = { Bundles = ( "com.apple.backboardd" ); }; }
|
||||||
|
|
Loading…
Reference in New Issue