[xcode] Trying to force Xcode to add changed files

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-08-14 20:40:47 +02:00
committed by Konstantin Pastbin
parent 00d3f9a370
commit 7c354645b9

View File

@@ -3981,8 +3981,8 @@
isa = PBXNativeTarget;
buildConfigurationList = 6741AA541BF340DE002C974C /* Build configuration list for PBXNativeTarget "CoMaps" */;
buildPhases = (
2768C8A32E4E560D00F617AF /* ShellScript */,
FA456C4E26BDCCC300B83C20 /* CopyFiles */,
272D46042E3F7B170013A737 /* ShellScript */,
6741A9411BF340DE002C974C /* Resources */,
6741A9A01BF340DE002C974C /* Sources */,
6741AA311BF340DE002C974C /* Frameworks */,
@@ -4309,10 +4309,10 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
272D46042E3F7B170013A737 /* ShellScript */ = {
2768C8A32E4E560D00F617AF /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputFileListPaths = (
@@ -4322,10 +4322,11 @@
outputFileListPaths = (
);
outputPaths = (
"$(SRCROOT)/data/*",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd ${SRCROOT}/../../\nenv -i PATH=\"$PATH:/opt/homebrew/bin\" ./configure.sh 2>/dev/null\n";
shellScript = "cd ${SRCROOT}/../../\nenv -i PATH=\"$PATH:/opt/homebrew/bin\" ./configure.sh 2>/dev/null\ntouch data/*\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */