Created
March 29, 2013 18:33
-
-
Save mbinna/5272678 to your computer and use it in GitHub Desktop.
Invoke appledoc in a run script build phase in Xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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