From 78937c6393250ade8d60052854955089df1ca5c1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 2 Sep 2019 13:50:53 -0400 Subject: [PATCH] Xcode really wants this shell script to have a \n. --- MacGDBp.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacGDBp.xcodeproj/project.pbxproj b/MacGDBp.xcodeproj/project.pbxproj index a02b00e..8b06a1a 100644 --- a/MacGDBp.xcodeproj/project.pbxproj +++ b/MacGDBp.xcodeproj/project.pbxproj @@ -495,7 +495,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\n# Define the path to Gitcrement in Xcode's Source Trees.\n$GITCREMENT"; + shellScript = "\n# Define the path to Gitcrement in Xcode's Source Trees.\n$GITCREMENT\n"; }; /* End PBXShellScriptBuildPhase section */ -- 2.22.5