mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Don't check CFBundleVersion
This commit is contained in:
parent
fd8e7d6e78
commit
778cc939e1
@ -163,7 +163,7 @@ def is_plist(file1):
|
|||||||
|
|
||||||
|
|
||||||
def diff_plists(file1, file2):
|
def diff_plists(file1, file2):
|
||||||
remove_properties = ['UISupportedDevices', 'DTAppStoreToolsBuild', 'MinimumOSVersion', 'BuildMachineOSBuild']
|
remove_properties = ['UISupportedDevices', 'DTAppStoreToolsBuild', 'MinimumOSVersion', 'BuildMachineOSBuild', 'CFBundleVersion']
|
||||||
|
|
||||||
clean1_properties = ''
|
clean1_properties = ''
|
||||||
clean2_properties = ''
|
clean2_properties = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user