Răsfoiți Sursa

Only update version on release

onevcat 10 ani în urmă
părinte
comite
ede24c242a
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Kingfisher.xcodeproj/project.pbxproj

+ 2 - 2
Kingfisher.xcodeproj/project.pbxproj

@@ -439,14 +439,14 @@
 		};
 		4B7440961BB4D4D00029EE1A /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
+			buildActionMask = 8;
 			files = (
 			);
 			inputPaths = (
 			);
 			outputPaths = (
 			);
-			runOnlyForDeploymentPostprocessing = 0;
+			runOnlyForDeploymentPostprocessing = 1;
 			shellPath = /bin/sh;
 			shellScript = "#\n# Set the build number to the current git commit count if on master.\n#\ngit=`sh /etc/profile; which git`\n\nbranchName=`\"$git\" rev-parse --abbrev-ref HEAD`\nif [ $branchName = \"master\" ]; then\nappBuild=`\"$git\" rev-list --all |wc -l`\nagvtool new-version -all $appBuild\nfi\n";
 		};