We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e0593 commit d75f676Copy full SHA for d75f676
iina+.xcodeproj/project.pbxproj
@@ -532,7 +532,7 @@
532
);
533
runOnlyForDeploymentPostprocessing = 1;
534
shellPath = /bin/sh;
535
- shellScript = "#!/bin/bash\nBUILD_NUMBER=`git rev-parse --short HEAD`\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $BUILD_NUMBER\" \"${TARGET_BUILD_DIR}\"/\"${INFOPLIST_PATH}\"\n";
+ shellScript = "#!/bin/bash\nBUILD_NUMBER=`date +%y%m%d%H`\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $BUILD_NUMBER\" \"${TARGET_BUILD_DIR}\"/\"${INFOPLIST_PATH}\"\n";
536
};
537
/* End PBXShellScriptBuildPhase section */
538
0 commit comments