Skip to content

Instantly share code, notes, and snippets.

@mbinna
Created March 29, 2013 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbinna/5272678 to your computer and use it in GitHub Desktop.
Save mbinna/5272678 to your computer and use it in GitHub Desktop.
Invoke appledoc in a run script build phase in Xcode
/usr/local/bin/appledoc \
--templates "/usr/local/opt/appledoc/Templates" \
--project-name "${PROJECT_NAME}" \
--project-company "Manuel Binna" \
--company-id "de.binna" \
--output "Documentation" \
--logformat xcode \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment