We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b1e03 commit 936c620Copy full SHA for 936c620
genstrings2.xcodeproj/project.pbxproj
@@ -428,7 +428,7 @@
428
);
429
runOnlyForDeploymentPostprocessing = 0;
430
shellPath = /bin/sh;
431
- shellScript = "/usr/local/bin/appledoc --print-settings --output \"${BUILD_DIR}/Documentation/\" \"${PROJECT_DIR}\"\necho \"Documentation Output directory: ${BUILD_DIR}/Documentation/\"";
+ shellScript = "echo \"Documentation Output directory: ${BUILD_DIR}/Documentation/\"\n/usr/local/bin/appledoc --print-settings --output \"${BUILD_DIR}/Documentation/\" \"${PROJECT_DIR}\"\nexit $?";
432
showEnvVarsInLog = 0;
433
};
434
A7F65DBC14C03E980092E2EE /* ShellScript */ = {
0 commit comments