mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
Fix incorrect build hash when building with Xcode (#4195)
This commit is contained in:
parent
42f26aad0b
commit
9035f2297a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 51;
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
|
@ -2778,11 +2778,11 @@
|
|||
/* Begin PBXShellScriptBuildPhase section */
|
||||
4DC4AA3D0B05673D0005DB76 /* Generate version file */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/CMakeLists.txt",
|
||||
);
|
||||
name = "Generate version file";
|
||||
outputPaths = (
|
||||
|
|
Loading…
Reference in a new issue