Skip to content

Commit f4f5e66

Browse files
committed
- 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
1 parent 4d944aa commit f4f5e66

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Undecimus/source/JailbreakViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ void jailbreak()
14291429
[debsToInstall addObject:substrateDeb];
14301430
}
14311431

1432-
NSArray *resourcesPkgs = resolveDepsForPkg(@"jailbreak-resources", true);
1432+
NSArray *resourcesPkgs = [@[@"com.ps.letmeblock", @"com.parrotgeek.nobetaalert"] arrayByAddingObjectsFromArray:resolveDepsForPkg(@"jailbreak-resources", true)];
14331433
_assert(resourcesPkgs != nil, message, true);
14341434
NSMutableArray *pkgsToRepair = [NSMutableArray new];
14351435
LOG("Resource Pkgs: \"%@\".", resourcesPkgs);
Binary file not shown.
1.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)