Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
### iOS 12 support
Disables loading FLEX window on springboard launch.

#3
  • Loading branch information
jakeajames authored and NSExceptional committed Mar 8, 2019
1 parent 9a573fc commit d385534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#import "Interfaces.h"

%group NoActivator
%hook UIWindow
- (BOOL)_shouldCreateContextAsSecure {
return [self isKindOfClass:%c(FLEXWindow)] ? YES : %orig;
Expand All @@ -25,13 +24,3 @@
return self;
}
%end
%end

%ctor {
%init(NoActivator);
if ([[NSBundle mainBundle].bundleIdentifier isEqualToString:@"com.apple.springboard"]) {
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[[FLEXManager sharedManager] showExplorer];
});
}
}
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: com.pantsthief.flexing
Name: FLEXing
Pre-Depends: firmware (>= 8.0)
Depends:
Version: 0.0.9
Version: 0.0.10
Architecture: iphoneos-arm
Description: Open FLEX anywhere!
Maintainer: Tanner Bennett
Expand Down

0 comments on commit d385534

Please sign in to comment.