You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add granular advanced spoofing options
This commit is contained in:
@@ -129,6 +129,10 @@ echo ' "*.security_patch": "'$SECURITY_PATCH'",';
|
||||
echo ' "*api_level": "'$DEVICE_INITIAL_SDK_INT'",';
|
||||
if [ "$ADVANCED" ]; then
|
||||
echo "$N // Advanced Settings";
|
||||
echo ' "spoofBuild": "1",';
|
||||
echo ' "spoofProps": "1",';
|
||||
echo ' "spoofProvider": "1",';
|
||||
echo ' "spoofSignature": "0",';
|
||||
echo ' "verboseLogs": "0",';
|
||||
fi) | sed '$s/,/\n}/' > "$OUT";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user