adding script inputs and outputs

This commit is contained in:
Cœur 2024-02-10 00:58:02 +01:00
parent ae1420072c
commit c183d16a65
1 changed files with 4 additions and 2 deletions

View File

@ -2909,8 +2909,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1420;
LastUpgradeCheck = 1530;
ORGANIZATIONNAME = "The Transmission Project";
TargetAttributes = {
8D1107260486CEB800E47090 = {
@ -3041,10 +3040,13 @@
files = (
);
inputPaths = (
"update-version-h.sh",
CMakeLists.txt,
);
name = "Generate version file";
outputPaths = (
"$(SRCROOT)/libtransmission/version.h",
"$(SRCROOT)/libtransmission/version.h.new",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;