You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
More housekeeping
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
|||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
- name: Create PlayIntegrityFork zip
|
- name: Upload PlayIntegrityFork-CI.zip
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PlayIntegrityFork
|
name: PlayIntegrityFork-CI
|
||||||
path: module/*
|
path: module/*
|
||||||
|
|||||||
@@ -5,3 +5,4 @@
|
|||||||
- Use custom.pif.json for custom spoofing if it exists, self-contained in the module directory, and restore it after module updates
|
- Use custom.pif.json for custom spoofing if it exists, self-contained in the module directory, and restore it after module updates
|
||||||
- Move props that need to be changed earlier into post-fs-data.sh
|
- Move props that need to be changed earlier into post-fs-data.sh
|
||||||
- Warn of possible conflict if MagiskHidePropsConfig (MHPC) is installed
|
- Warn of possible conflict if MagiskHidePropsConfig (MHPC) is installed
|
||||||
|
- Continue to use ShadowHook for now
|
||||||
@@ -71,4 +71,4 @@ tasks.register<Zip>("zip") {
|
|||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
tasks["assembleRelease"].finalizedBy("copyFiles", "zip")
|
tasks["assembleRelease"].finalizedBy("copyFiles", "zip")
|
||||||
}
|
}
|
||||||
|
|||||||
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@@ -1,3 +1,3 @@
|
|||||||
-keep class es.chiteroman.playintegrityfix.EntryPoint {public <methods>;}
|
-keep class es.chiteroman.playintegrityfix.EntryPoint {public <methods>;}
|
||||||
-keep class es.chiteroman.playintegrityfix.CustomProvider
|
-keep class es.chiteroman.playintegrityfix.CustomProvider
|
||||||
-keep class es.chiteroman.playintegrityfix.CustomKeyStoreSpi
|
-keep class es.chiteroman.playintegrityfix.CustomKeyStoreSpi
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest />
|
<manifest />
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ LOCAL_STATIC_LIBRARIES := libcxx
|
|||||||
LOCAL_LDLIBS := -llog
|
LOCAL_LDLIBS := -llog
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
include $(LOCAL_PATH)/libcxx/Android.mk
|
include $(LOCAL_PATH)/libcxx/Android.mk
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
APP_STL := none
|
APP_STL := none
|
||||||
APP_CFLAGS := -Oz -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
|
APP_CFLAGS := -Oz -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
|
||||||
APP_CPPFLAGS := -std=c++20
|
APP_CPPFLAGS := -std=c++20
|
||||||
|
|||||||
@@ -276,4 +276,4 @@ static void companion(int fd) {
|
|||||||
|
|
||||||
REGISTER_ZYGISK_MODULE(PlayIntegrityFix)
|
REGISTER_ZYGISK_MODULE(PlayIntegrityFix)
|
||||||
|
|
||||||
REGISTER_ZYGISK_COMPANION(companion)
|
REGISTER_ZYGISK_COMPANION(companion)
|
||||||
|
|||||||
@@ -111,4 +111,4 @@ public final class EntryPoint {
|
|||||||
static void LOG(String msg) {
|
static void LOG(String msg) {
|
||||||
Log.d("PIF/Java", msg);
|
Log.d("PIF/Java", msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
"version": "v3",
|
"version": "v3",
|
||||||
"versionCode": 3000,
|
"versionCode": 3000,
|
||||||
"zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v3/PlayIntegrityFork-v3.zip",
|
"zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v3/PlayIntegrityFork-v3.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/CHANGELOG.md"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user