Skip to content

Commit 936c620

Browse files
committed
copied doc building script phase from DTCoreText
1 parent 08b1e03 commit 936c620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genstrings2.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
);
429429
runOnlyForDeploymentPostprocessing = 0;
430430
shellPath = /bin/sh;
431-
shellScript = "/usr/local/bin/appledoc --print-settings --output \"${BUILD_DIR}/Documentation/\" \"${PROJECT_DIR}\"\necho \"Documentation Output directory: ${BUILD_DIR}/Documentation/\"";
431+
shellScript = "echo \"Documentation Output directory: ${BUILD_DIR}/Documentation/\"\n/usr/local/bin/appledoc --print-settings --output \"${BUILD_DIR}/Documentation/\" \"${PROJECT_DIR}\"\nexit $?";
432432
showEnvVarsInLog = 0;
433433
};
434434
A7F65DBC14C03E980092E2EE /* ShellScript */ = {

0 commit comments

Comments
 (0)