Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Bundle LetMeBlock by @PoomSmart to make blocking revokes via adding…
… entries to hosts file work on iOS 12

- Bundle NoBetaAlert by @parrotgeek1 to hide the iOS beta expiry alert
  • Loading branch information
pwn20wndstuff committed Feb 24, 2019
1 parent 4d944aa commit f4f5e66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Undecimus/source/JailbreakViewController.m
Expand Up @@ -1429,7 +1429,7 @@ void jailbreak()
[debsToInstall addObject:substrateDeb];
}

NSArray *resourcesPkgs = resolveDepsForPkg(@"jailbreak-resources", true);
NSArray *resourcesPkgs = [@[@"com.ps.letmeblock", @"com.parrotgeek.nobetaalert"] arrayByAddingObjectsFromArray:resolveDepsForPkg(@"jailbreak-resources", true)];
_assert(resourcesPkgs != nil, message, true);
NSMutableArray *pkgsToRepair = [NSMutableArray new];
LOG("Resource Pkgs: \"%@\".", resourcesPkgs);
Expand Down
Binary file not shown.
Binary file added apt/com.ps.letmeblock_0.0.1_iphoneos-arm.deb
Binary file not shown.

0 comments on commit f4f5e66

Please sign in to comment.