Skip to content

Commit d385534

Browse files
jakeajamesNSExceptional
authored andcommitted
0.0.10
### iOS 12 support Disables loading FLEX window on springboard launch. #3
1 parent 9a573fc commit d385534

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Tweak.xm

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#import "Interfaces.h"
1111

12-
%group NoActivator
1312
%hook UIWindow
1413
- (BOOL)_shouldCreateContextAsSecure {
1514
return [self isKindOfClass:%c(FLEXWindow)] ? YES : %orig;
@@ -25,13 +24,3 @@
2524
return self;
2625
}
2726
%end
28-
%end
29-
30-
%ctor {
31-
%init(NoActivator);
32-
if ([[NSBundle mainBundle].bundleIdentifier isEqualToString:@"com.apple.springboard"]) {
33-
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
34-
[[FLEXManager sharedManager] showExplorer];
35-
});
36-
}
37-
}

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: com.pantsthief.flexing
22
Name: FLEXing
33
Pre-Depends: firmware (>= 8.0)
44
Depends:
5-
Version: 0.0.9
5+
Version: 0.0.10
66
Architecture: iphoneos-arm
77
Description: Open FLEX anywhere!
88
Maintainer: Tanner Bennett

0 commit comments

Comments
 (0)