Install appledoc
Go to Project > Add Target “Documentation” and then Build phases > Add build phase > Add run script
/usr/local/bin/appledoc \
--project-name "MyProject" \
--project-company "MyCompany" \
--company-id "com.mydomain" \
--output build \
--docsetutil-path `xcode-select -print-path`/usr/bin/docsetutil \
--create-docset \
--install-docset \
--create-html \
--exit-threshold 2 \
--no-repeat-first-par \
MyProjectDir
appledoc
Mobile Craft
Comments
Post a Comment