mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Remove legacy framework from ipadiff
This commit is contained in:
parent
86ad985ef3
commit
7c58012d38
@ -51,8 +51,6 @@ def remove_codesign_files(files):
|
|||||||
continue
|
continue
|
||||||
if re.match('Frameworks/.*\\.framework/_CodeSignature/CodeResources', f):
|
if re.match('Frameworks/.*\\.framework/_CodeSignature/CodeResources', f):
|
||||||
continue
|
continue
|
||||||
if f == 'Frameworks/ModernProto.framework/ModernProto':
|
|
||||||
continue
|
|
||||||
result.add(f)
|
result.add(f)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user