From 7127ce0aaeedcf18f9fd91601db98cca8794fe14 Mon Sep 17 00:00:00 2001 From: Jens Alfke Date: Mon, 23 Oct 2023 17:07:26 -0700 Subject: [PATCH] Fixed some warnings from missing_includes script --- crouton.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crouton.xcodeproj/project.pbxproj b/crouton.xcodeproj/project.pbxproj index 3289d80..1a5595c 100644 --- a/crouton.xcodeproj/project.pbxproj +++ b/crouton.xcodeproj/project.pbxproj @@ -1769,7 +1769,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which missing_includes.rb >/dev/null\nthen\n cd \"$SRCROOT\"\n missing_includes.rb -w --base include/util/Base.hh include src\nelse\n echo \"Script missing_includes.rb not found.\"\n echo \"You can get it from https://gist.github.com/snej/2672fe996d39752e23c471f6ed789958\"\nfi\n"; + shellScript = "if which missing_includes.rb >/dev/null\nthen\n cd \"$SRCROOT\"\n missing_includes.rb -w --base include/util/Base.hh --ignore cassert include src\nelse\n echo \"Script missing_includes.rb not found.\"\n echo \"You can get it from https://gist.github.com/snej/2672fe996d39752e23c471f6ed789958\"\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */