You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
verbose_logs is now verboseLogs
- differentiate all the ways from a BUILD_FIELD_ENTRY and a system.property_entry - probably better this way in the long run
This commit is contained in:
@@ -119,7 +119,7 @@ echo ' "*.security_patch": "'$SECURITY_PATCH'",';
|
||||
echo ' "*api_level": "'$DEVICE_INITIAL_SDK_INT'",';
|
||||
if [ "$ADVANCED" ]; then
|
||||
echo "$N // Advanced Settings";
|
||||
echo ' "verbose_logs": "0",';
|
||||
echo ' "verboseLogs": "0",';
|
||||
fi) | sed '$s/,/\n}/' > "$DIR/custom.pif.json";
|
||||
|
||||
[ "$INSTALL" ] || cat "$DIR/custom.pif.json";
|
||||
|
||||
Reference in New Issue
Block a user