Test for sign

This commit is contained in:
Oleg Korshul
2025-09-26 11:32:02 +03:00
parent 2f43d90ab9
commit c16242f25f

View File

@ -117,6 +117,10 @@ def make():
else:
base.copy_files(core_dir + "/Common/3dParty/cef/" + native_platform + "/" + build_dir_name + "/*", root_dir)
if (0 == platform.find("mac")):
framework_path = core_dir + "/Common/3dParty/cef/" + platform + "/" + build_dir_name + "/Chromium Embedded Framework"
base.copy_file(framework_path + "/Resources/Info.plist", framework_path + "/Info.plist")
isUseQt = True
if (0 == platform.find("mac")) or (0 == platform.find("ios")):
isUseQt = False