Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrdsnow authored Sep 3, 2024
1 parent 64c088e commit 53bb6bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ def replace_region_code(plist_path, original_code="US", new_code="US"):
file_path = Path.joinpath(Path.cwd(), 'Config.plist')
replace_region_code(file_path, original_code="US", new_code=region_code)
restore_file(fp=file_path, restore_path='/var/MobileAsset/AssetsV2/com_apple_MobileAsset_OSEligibility/purpose_auto/c55a421c053e10233e5bfc15c42fa6230e5639a9.asset/AssetData/', restore_name='Config.plist')
restore_file(fp=file_path, restore_path='/var/MobileAsset/AssetsV2/com_apple_MobileAsset_OSEligibility/purpose_auto/247556c634fc4cc4fd742f1b33af9abf194a986e.asset/AssetData/', restore_name='Config.plist')

print("Reboot to see changes!")
print("Reboot to see changes!")

0 comments on commit 53bb6bc

Please sign in to comment.