Xcode build: use the same files as the CMake build for versioning

Closes #4671.
This commit is contained in:
David Adam
2018-01-19 22:31:08 +08:00
parent 6066e243e0
commit 0a4883a6b8
2 changed files with 3 additions and 9 deletions

View File

@@ -1534,8 +1534,7 @@
inputPaths = (
);
outputPaths = (
"$(SHARED_DERIVED_FILE_DIR)/fish-build-version.h",
"$(SHARED_DERIVED_FILE_DIR)/force-fish-build-version.h",
"$(SHARED_DERIVED_FILE_DIR)/FISH-BUILD-VERSION-FILE",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;