Skip to content

Commit

Permalink
Fix devmate update build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xjbeta committed Sep 13, 2018
1 parent 68e0593 commit d75f676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iina+.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
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";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit d75f676

Please sign in to comment.