Skip to content

Commit 463788f

Browse files
committed
Create Project TargetedFix
- **Initial Release** A Big Thanks to @osm0sis
1 parent 3c9c13e commit 463788f

25 files changed

Lines changed: 25705 additions & 1122 deletions

.github/FUNDING.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- name: Upload CI module zip as artifact zip
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: PlayIntegrityFork-CI_#${{ github.run_number }}
39+
name: TargetedFix-CI_#${{ github.run_number }}
4040
path: 'module/*'
4141
compression-level: 9

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "Dobby"]
22
path = app/src/main/cpp/Dobby
33
url = https://github.com/JingMatrix/Dobby
4-
[submodule "json"]
5-
path = app/src/main/cpp/json
6-
url = https://github.com/nlohmann/json

CHANGELOG.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
## Custom Fork v14
2-
3-
- Add cleaning modified custom ROM persist props on uninstall
4-
- Add opt-out props and detection for more PIH variants
5-
- Fix spoofSignature crash when built with AGP 8.9+
6-
- Add experimental spoofVendingSdk to Advanced Settings
7-
- Update Action and install migrate to show Advanced Settings
8-
- Improve Action to match device print on Pixel devices
9-
- Improve ROM overlay xml disabling support (PixelOS 15)
10-
- Add TS security_patch.txt Simple format support
11-
- Update Action for Strong since Pixel Beta no longer pass Device
12-
13-
## Custom Fork v13
14-
15-
- Improve Action on KSU/APatch, KSU-Next, MMRL
16-
- Remove unnecessary adb props spoof
17-
- Add all known opt-out props for PPU/PIH variants/hybrids
18-
- Add new verified boot error props deletion
19-
- Update killgms to killpi
20-
- Improve autopif2 to populate TS's optional security_patch.txt
21-
- Improve ROM overlay xml disabling support (YAAP)
22-
- Improve autopif2 for wget2 on arm
23-
24-
_[Full changelogs](https://github.com/osm0sis/PlayIntegrityFork/releases)_
1+
- Initial Release

README.md

Lines changed: 12 additions & 184 deletions
Large diffs are not rendered by default.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
}
6363

6464
dependencies {
65-
implementation("org.lsposed.libcxx:libcxx:28.1.13356709")
65+
implementation("dev.rikka.ndk.thirdparty:cxx:1.2.0")
6666
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:6.1")
6767
}
6868

@@ -85,7 +85,7 @@ tasks.register("copyFiles") {
8585
tasks.register<Zip>("zip") {
8686
dependsOn("copyFiles")
8787

88-
archiveFileName.set("PlayIntegrityFork.zip")
88+
archiveFileName.set("TargetedFix.zip")
8989
destinationDirectory.set(project.rootDir.resolve("out"))
9090

9191
from(project.rootDir.resolve("module"))

app/src/main/cpp/json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)