Xcode package tutorial

This commit is contained in:
2025-03-22 08:34:17 -05:00
parent a82c25e01d
commit 4859ac8db1
2 changed files with 4 additions and 0 deletions

View File

@@ -2088,6 +2088,7 @@
"$(SRCROOT)/../../rsrc/scenarios/valleydy",
"$(SRCROOT)/../../rsrc/scenarios/stealth",
"$(SRCROOT)/../../rsrc/scenarios/zakhazi",
"$(SRCROOT)/../../rsrc/scenarios/tutorial",
"$(SRCROOT)/../../rsrc/bases/cavebase",
);
name = "Pack Scenarios";
@@ -2097,6 +2098,7 @@
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/valleydy.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/stealth.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/zakhazi.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/tutorial.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Base/cavebase.boes",
);
runOnlyForDeploymentPostprocessing = 0;

View File

@@ -1884,6 +1884,7 @@
"$(SRCROOT)/../../rsrc/scenarios/valleydy",
"$(SRCROOT)/../../rsrc/scenarios/stealth",
"$(SRCROOT)/../../rsrc/scenarios/zakhazi",
"$(SRCROOT)/../../rsrc/scenarios/tutorial",
);
name = "Pack Scenarios";
outputPaths = (
@@ -1892,6 +1893,7 @@
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/valleydy.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/stealth.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/zakhazi.boes",
"$(BUILT_PRODUCTS_DIR)/Blades of Exile Scenarios/tutorial.boes",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;