mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Don't check CFBundleVersion
This commit is contained in:
parent
fd8e7d6e78
commit
778cc939e1
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ def is_plist(file1):
|
|||
|
||||
|
||||
def diff_plists(file1, file2):
|
||||
remove_properties = ['UISupportedDevices', 'DTAppStoreToolsBuild', 'MinimumOSVersion', 'BuildMachineOSBuild']
|
||||
remove_properties = ['UISupportedDevices', 'DTAppStoreToolsBuild', 'MinimumOSVersion', 'BuildMachineOSBuild', 'CFBundleVersion']
|
||||
|
||||
clean1_properties = ''
|
||||
clean2_properties = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue