mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-06 13:31:55 +00:00
Add build date (i.e. version) into Info.plist.
This commit is contained in:
parent
eb0b6e9df9
commit
0383d0333e
@ -5000,6 +5000,7 @@
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 4BB73EC61B587A5100552FC2 /* Build configuration list for PBXNativeTarget "Clock Signal" */;
|
||||
buildPhases = (
|
||||
4B2D26A8288EDAFB00F27D66 /* ShellScript */,
|
||||
4BB73E9A1B587A5100552FC2 /* Sources */,
|
||||
4BB73E9B1B587A5100552FC2 /* Frameworks */,
|
||||
4BB73E9C1B587A5100552FC2 /* Resources */,
|
||||
@ -5467,6 +5468,26 @@
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
4B2D26A8288EDAFB00F27D66 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "#!/bin/bash\nbuildNumber=$(date -u \"+%Y-%M-%d\")\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"$INFOPLIST_FILE\"\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
4B055A661FAE763F0060FFFF /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user