Compare commits
No commits in common. "bebdfa079411ba456af667bffb010106d15f7842" and "1fb432a784b843a097a10d664c8e81e545f8b666" have entirely different histories.
bebdfa0794
...
1fb432a784
@ -6,5 +6,5 @@ Author: XYZShell
|
||||
Section: Utilities
|
||||
Tag: role::developer
|
||||
Architecture: iphoneos-arm
|
||||
Version: 0.0.7-10-68+debug
|
||||
Version: 0.0.7-10-66+debug
|
||||
Installed-Size: 1624
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
./packages/com.xyzshell.ioscontrol_0.0.7-10-68+debug_iphoneos-arm.deb
|
||||
./packages/com.xyzshell.ioscontrol_0.0.7-10-66+debug_iphoneos-arm.deb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
68
|
||||
66
|
||||
@ -11,7 +11,6 @@ TWEAK_NAME = AppRunMan
|
||||
AppRunMan_FRAMEWORKS = CoreLocation CFNetwork CoreTelephony Security UIKit IOSurface JavaScriptCore network
|
||||
AppRunMan_PRIVATE_FRAMEWORKS = IOKit
|
||||
AppRunMan_FILES = Tweak.x $(wildcard server/*.m) $(wildcard server/GCD/*.m)
|
||||
AppRunMan_LDFLAGS = -v
|
||||
AppRunMan_CFLAGS = -Wno-error -Wno-module-import-in-extern-c -fobjc-arc
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
||||
@ -273,7 +273,7 @@ BOOL myadTaskManualStop = NO;
|
||||
NSDate* curRunTime = [NSDate date];
|
||||
NSTimeInterval elapsed = [curRunTime timeIntervalSinceDate:self->lastRun];
|
||||
|
||||
if (elapsed >= 100) {
|
||||
if (elapsed >= 30) {
|
||||
[self start];
|
||||
} else {
|
||||
NSString* appId = [self frontMostAppId];
|
||||
|
||||
11
ips.txt
11
ips.txt
@ -1,10 +1 @@
|
||||
192.168.1.15
|
||||
192.168.1.19
|
||||
192.168.1.18
|
||||
192.168.1.20
|
||||
192.168.1.11
|
||||
192.168.1.21
|
||||
192.168.1.14
|
||||
192.168.1.16
|
||||
192.168.1.13
|
||||
192.168.1.17
|
||||
172.28.1.12
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user