There was an error while loading. Please reload this page.
1 parent 1525740 commit c7c6817Copy full SHA for c7c6817
scripts/decrypt_project_info.py
@@ -35,7 +35,7 @@
35
try:
36
with open(plist_file_path, 'rb') as plist_file:
37
print("opened")
38
- plist_data = readPlist(plist_file)
+ plist_data = plistlib.readPlist(plist_file)
39
print("loaded")
40
41
project_id = plist_data.get('PROJECT_ID')
0 commit comments