Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 16, 2024
1 parent 89e1274 commit 50a4026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Application/Dopamine/Jailbreak/DOEnvironmentManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ - (BOOL)isArm64e
- (NSString *)versionSupportString
{
if ([self isArm64e]) {
return @"iOS 15.0 - 16.5.1 (arm64e), v2.1.7-winters-prerelease-winters-prerelease";
return @"iOS 15.0 - 16.5.1 (arm64e), v2.1.7-internal";
}
else {
return @"iOS 15.0 - 16.6.1 (arm64), v2.1.7-winters-prerelease-winters-prerelease";
return @"iOS 15.0 - 16.6.1 (arm64), v2.1.7-internal";
}
}

Expand Down Expand Up @@ -843,6 +843,7 @@ - (NSError *)deleteBootstrap
else {
// Let's hope for the best
return [_bootstrapper deleteBootstrap];
[self reboot];
}
}

Expand Down

0 comments on commit 50a4026

Please sign in to comment.