+ (void) removeStatusBarItem {
AshikaseSetEnabled(false, false);
- [[$SBStatusBarController sharedStatusBarController] removeStatusBarItem:@"Veency"];
+
+ if ($SBStatusBarController != nil)
+ [[$SBStatusBarController sharedStatusBarController] removeStatusBarItem:@"Veency"];
+ else
+ [[UIApplication sharedApplication] removeStatusBarImageNamed:@"Veency"];
}
+ (void) registerClient {
++clients_;
AshikaseSetEnabled(true, false);
- [[$SBStatusBarController sharedStatusBarController] addStatusBarItem:@"Veency"];
+
+ if ($SBStatusBarController != nil)
+ [[$SBStatusBarController sharedStatusBarController] addStatusBarItem:@"Veency"];
+ else
+ [[UIApplication sharedApplication] addStatusBarImageNamed:@"Veency"];
}
+ (void) performSetup:(NSThread *)thread {
Section: Networking
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3376-1
+Version: 0.9.3378-1
Description: a VNC /server/ for the iPhone
Name: Veency
Depends: mobilesubstrate (>= 0.9.2966-1), libvncserver, com.saurik.iphone.ske, preferenceloader, jp.ashikase.mousesupport | firmware (<< 3.0), libstatusbar | firmware (<< 4.0)