Wrap argument in quotes

This commit is contained in:
Nate Weaver
2025-06-28 19:56:49 -05:00
parent 9b86bc75b0
commit 9ba313288f

View File

@@ -1238,7 +1238,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "xcrun -sdk macosx swift buildscripts/VerifyNoBS.swift --xcode ${PROJECT_DIR}/${PROJECT_NAME}.xcodeproj/project.pbxproj\n";
shellScript = "xcrun -sdk macosx swift buildscripts/VerifyNoBS.swift --xcode \"${PROJECT_DIR}/${PROJECT_NAME}.xcodeproj/project.pbxproj\"\n";
};
/* End PBXShellScriptBuildPhase section */