You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommentWrapper.xcodeproj/project.pbxproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,7 @@
491
491
);
492
492
runOnlyForDeploymentPostprocessing = 0;
493
493
shellPath = /bin/sh;
494
-
shellScript = "# Generate the build number using current date and time\nbuildNumber=$(date \"+%Y_%m_%d_%H_%M\")\n\n# Set the build number in plist file\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"";
494
+
shellScript = "# Generate the build number using current date and time\nbuildNumber=$(date \"+%Y%m.%d.%H%M\")\n\n# Set the build number in plist file\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"";
495
495
};
496
496
677995432092598C00B460E7 /* Swift Lint */ = {
497
497
isa = PBXShellScriptBuildPhase;
@@ -533,7 +533,7 @@
533
533
);
534
534
runOnlyForDeploymentPostprocessing = 0;
535
535
shellPath = /bin/sh;
536
-
shellScript = "# Generate the build number using current date and time\nbuildNumber=$(date \"+%Y_%m_%d_%H_%M\")\n\n# Set the build number in plist file\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"";
536
+
shellScript = "# Generate the build number using current date and time\nbuildNumber=$(date \"+%Y%m.%d.%H%M\")\n\n# Set the build number in plist file\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"";
0 commit comments