Skip to content

Commit

Permalink
More Xcode project updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
shysaur committed Nov 19, 2022
1 parent 8154c48 commit 146fcf3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objectVersion = 54;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -186,6 +186,7 @@
/* Begin PBXShellScriptBuildPhase section */
017A01501FE949CD00F7E866 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -195,7 +196,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "VERNO=$(git rev-list HEAD --count)\nif [ $? -ne 0 ]; then\n VERNO='1';\nelse\n VERNO=$(($VERNO - 126));\nfi\necho $VERNO\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $VERNO\" \"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"";
shellScript = "VERNO=$(git rev-list HEAD --count)\nif [ $? -ne 0 ]; then\n VERNO='1';\nelse\n VERNO=$(($VERNO - 126));\nfi\necho $VERNO\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $VERNO\" \"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 146fcf3

Please sign in to comment.