Skip to content

Commit ca6ab46

Browse files
committed
More logs
1 parent 27c6d01 commit ca6ab46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/gha/build_testapps.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ def build_testapp(dir_helper, api_config, ios_config, target):
485485
dir_helper.copy_editor_script("XcodeCapabilities.cs")
486486
# Some testapps have xcode entitlements
487487
if api_config.entitlements:
488+
logging.info("!!!!! Copying entitlement files %s -> %s",
489+
os.path.join(dir_helper.root_dir, api_config.entitlements),
490+
os.path.join(dir_helper.unity_project_editor_dir, "dev.entitlements"))
488491
shutil.copy(
489492
os.path.join(dir_helper.root_dir, api_config.entitlements),
490493
os.path.join(dir_helper.unity_project_editor_dir, "dev.entitlements"))

0 commit comments

Comments
 (0)