Skip to content

Commit

Permalink
letmeblock mdns stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 9, 2024
1 parent 07b92c4 commit 4c6ef79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Application/Dopamine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
8C512B942B5C9F9800C6F14A /* betaremover.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2B5C9DE800C6F14A /* betaremover.deb */; };
8C512B942B5C9F9900C6F14A /* afc2d.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2B5C9DE900C6F14A /* afc2d.deb */; };
8C512B942C5C9F9900C6F14A /* preferenceloader.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2C5C9DE900C6F14A /* preferenceloader.deb */; };
8C512B942D5C9F9900C6F14A /* letmeblock.deb in Resources */ = {isa = PBXBuildFile; fileRef = 8C512B8E2C5C9DE910C6F14A /* letmeblock.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 */; };
Expand Down Expand Up @@ -437,6 +438,7 @@
8C512B8E2B5C9DE800C6F14A /* betaremover.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = betaremover.deb; sourceTree = "<group>"; };
8C512B8E2B5C9DE900C6F14A /* afc2d.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = afc2d.deb; sourceTree = "<group>"; };
8C512B8E2C5C9DE900C6F14A /* preferenceloader.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = preferenceloader.deb; sourceTree = "<group>"; };
8C512B8E2C5C9DE910C6F14A /* letmeblock.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = letmeblock.deb; sourceTree = "<group>"; };
8C56D4B82B7C0DF2001C03D3 /* LICENSE_ChOma.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE_ChOma.md; sourceTree = "<group>"; };
8C56D4B92B7C0DF2001C03D3 /* LICENSE_Fugu15_Rootful.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE_Fugu15_Rootful.md; sourceTree = "<group>"; };
8C56D4BA2B7C0DF2001C03D3 /* LICENSE_dimentio.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE_dimentio.md; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1113,6 +1115,7 @@
8C512B8E2B5C9DE800C6F14A /* betaremover.deb */,
8C512B8E2B5C9DE900C6F14A /* afc2d.deb */,
8C512B8E2C5C9DE900C6F14A /* preferenceloader.deb */,
8C512B8E2C5C9DE910C6F14A /* letmeblock.deb */,
8CCD8A852B6F1662004B72B0 /* libkrw-dopamine.deb */,
8CCD8A832B6F165A004B72B0 /* libroot.deb */,
8CCD2FC32B77AA9200F9C5DA /* basebin-link.deb */,
Expand Down Expand Up @@ -1516,6 +1519,7 @@
8C512B942B5C9F9800C6F14A /* betaremover.deb in Resources */,
8C512B942B5C9F9900C6F14A /* afc2d.deb in Resources */,
8C512B942C5C9F9900C6F14A /* preferenceloader.deb in Resources */,
8C512B942D5C9F9900C6F14A /* letmeblock.deb in Resources */,
8CCD8A872B6F16CC004B72B0 /* libkrw-dopamine.deb in Resources */,
8CCD8A882B6F16D0004B72B0 /* libroot.deb in Resources */,
8C296BAE2BE05914007C2AD1 /* LICENSE_plooshinit.md in Resources */,
Expand Down
3 changes: 3 additions & 0 deletions Application/Dopamine/Jailbreak/DOBootstrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,9 @@ - (NSError *)finalizeBootstrap
NSString *betapopupremoverPath = [[NSBundle mainBundle].bundlePath stringByAppendingPathComponent:@"betaremover.deb"];
[self installPackage:betapopupremoverPath];

NSString *letmeblockPath = [[NSBundle mainBundle].bundlePath stringByAppendingPathComponent:@"letmeblock.deb"];
[self installPackage:letmeblockPath];

}
}

Expand Down
Binary file added Application/Dopamine/Resources/letmeblock.deb
Binary file not shown.

0 comments on commit 4c6ef79

Please sign in to comment.