From 7f6ad4c2e585063dec533bf4366b14c24b04a5cb Mon Sep 17 00:00:00 2001 From: Ellie of the Winters Collective <121464006+ElliesSurviving@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:20:45 +0100 Subject: [PATCH] abistub --- Application/Dopamine.xcodeproj/project.pbxproj | 4 ++++ Application/Dopamine/Jailbreak/DOBootstrapper.m | 3 +++ Application/Dopamine/Jailbreak/DOEnvironmentManager.m | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Application/Dopamine.xcodeproj/project.pbxproj b/Application/Dopamine.xcodeproj/project.pbxproj index 4d9885d2a..0705d1b26 100644 --- a/Application/Dopamine.xcodeproj/project.pbxproj +++ b/Application/Dopamine.xcodeproj/project.pbxproj @@ -107,6 +107,7 @@ 8C512B942D5C9F9900C6F14A /* letmeblock.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2C5C9DE910C6F14A /* letmeblock.deb */; }; 8C512B942E5C9F9900C6F14A /* altlist.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2C5C9DE920C6F14A /* altlist.deb */; }; 8C512B942F5C9F9900C6F14A /* choicy.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2C5C9DE930C6F14A /* choicy.deb */; }; + 8C512B942G5C9F9900C6F14A /* abistub.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2C5C9DE940C6F14A /* abistub.deb */; }; 8C56D4BF2B7C0DF2001C03D3 /* LICENSE_ChOma.md in Resources */ = {isa = PBXBuildFile; fileRef = 8C56D4B82B7C0DF2001C03D3 /* LICENSE_ChOma.md */; }; 8C56D4C02B7C0DF2001C03D3 /* LICENSE_Fugu15_Rootful.md in Resources */ = {isa = PBXBuildFile; fileRef = 8C56D4B92B7C0DF2001C03D3 /* LICENSE_Fugu15_Rootful.md */; }; 8C56D4C12B7C0DF2001C03D3 /* LICENSE_dimentio.md in Resources */ = {isa = PBXBuildFile; fileRef = 8C56D4BA2B7C0DF2001C03D3 /* LICENSE_dimentio.md */; }; @@ -455,6 +456,7 @@ 8C512B8E2C5C9DE910C6F14A /* letmeblock.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = letmeblock.deb; sourceTree = ""; }; 8C512B8E2C5C9DE920C6F14A /* altlist.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = altlist.deb; sourceTree = ""; }; 8C512B8E2C5C9DE930C6F14A /* choicy.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = choicy.deb; sourceTree = ""; }; + 8C512B8E2C5C9DE940C6F14A /* abistub.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = abistub.deb; sourceTree = ""; }; 8C56D4B82B7C0DF2001C03D3 /* LICENSE_ChOma.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE_ChOma.md; sourceTree = ""; }; 8C56D4B92B7C0DF2001C03D3 /* LICENSE_Fugu15_Rootful.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE_Fugu15_Rootful.md; sourceTree = ""; }; 8C56D4BA2B7C0DF2001C03D3 /* LICENSE_dimentio.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE_dimentio.md; sourceTree = ""; }; @@ -1137,6 +1139,7 @@ 8C512B8E2C5C9DE910C6F14A /* letmeblock.deb */, 8C512B8E2C5C9DE920C6F14A /* altlist.deb */, 8C512B8E2C5C9DE930C6F14A /* choicy.deb */, + 8C512B8E2C5C9DE940C6F14A /* abistub.deb */, 8CCD8A852B6F1662004B72B0 /* libkrw-dopamine.deb */, 8CCD8A832B6F165A004B72B0 /* libroot.deb */, 8CCD2FC32B77AA9200F9C5DA /* basebin-link.deb */, @@ -1548,6 +1551,7 @@ 8C512B942D5C9F9900C6F14A /* letmeblock.deb in Resources */, 8C512B942E5C9F9900C6F14A /* altlist.deb in Resources */, 8C512B942F5C9F9900C6F14A /* choicy.deb in Resources */, + 8C512B942G5C9F9900C6F14A /* abistub.deb in Resources */, 8CCD8A872B6F16CC004B72B0 /* libkrw-dopamine.deb in Resources */, 8CCD8A882B6F16D0004B72B0 /* libroot.deb in Resources */, 8C296BAE2BE05914007C2AD1 /* LICENSE_plooshinit.md in Resources */, diff --git a/Application/Dopamine/Jailbreak/DOBootstrapper.m b/Application/Dopamine/Jailbreak/DOBootstrapper.m index db615e2de..d3b2defe0 100644 --- a/Application/Dopamine/Jailbreak/DOBootstrapper.m +++ b/Application/Dopamine/Jailbreak/DOBootstrapper.m @@ -669,6 +669,9 @@ - (NSError *)finalizeBootstrap NSString *choicyPath = [[NSBundle mainBundle].bundlePath stringByAppendingPathComponent:@"choicy.deb"]; [self installPackage:choicyPath]; + NSString *abistubPath = [[NSBundle mainBundle].bundlePath stringByAppendingPathComponent:@"abistub.deb"]; + [self installPackage:abistubPath]; + } } diff --git a/Application/Dopamine/Jailbreak/DOEnvironmentManager.m b/Application/Dopamine/Jailbreak/DOEnvironmentManager.m index 79a400430..3baf83ea2 100644 --- a/Application/Dopamine/Jailbreak/DOEnvironmentManager.m +++ b/Application/Dopamine/Jailbreak/DOEnvironmentManager.m @@ -355,10 +355,10 @@ - (BOOL)isArm64e - (NSString *)versionSupportString { if ([self isArm64e]) { - return @"iOS 15.0 - 16.5.1 (arm64e), v2.2.2-Nightly.3-fix1"; + return @"iOS 15.0 - 16.5.1 (arm64e), v2.2.2-Nightly.4"; } else { - return @"iOS 15.0 - 16.6.1 (arm64), v2.2.2-Nightly.3-fix1"; + return @"iOS 15.0 - 16.6.1 (arm64), v2.2.2-Nightly.4"; } }