Merge pull request #477 from bitstadium/fix/fix-documentation-creation

fix documentation creation as jazzy 0.9.0 broke it
This commit is contained in:
Benjamin Scholtysik (Reimold)
2017-11-03 16:19:30 -07:00
committed by GitHub

View File

@@ -1784,7 +1784,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#cd -> https://github.com/realm/jazzy/issues/772\n#--no-download-badge -> https://github.com/realm/jazzy/issues/824\ncd ../Documentation/HockeySDK\njazzy --no-download-badge\n";
shellScript = "#cd -> https://github.com/realm/jazzy/issues/772\ncd ../Documentation/HockeySDK\njazzy\n";
};
/* End PBXShellScriptBuildPhase section */