Skip to content

Commit

Permalink
updated documentation build script
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Nov 28, 2011
1 parent 578dcc6 commit eab8936
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
2 changes: 1 addition & 1 deletion DTFoundation.xcodeproj/project.pbxproj
Expand Up @@ -226,7 +226,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/appledoc \\\n--project-name \"DTFoundation\" \\\n--project-company \"Cocoanetics\" \\\n--company-id \"com.cocoanetics\" \\\n--docset-atom-filename \"DTFoundation.atom\" \\\n--docset-feed-url \"https://github.com/Cocoanetics/DTFoundation/Documentation/publish/%DOCSETATOMFILENAME\" \\\n--docset-package-url \"https://github.com/Cocoanetics/DTFoundation/Documentation/publish/%DOCSETPACKAGEFILENAME\" \\\n--docset-fallback-url \"https://github.com/Cocoanetics/DTFoundation/Documentation/\" \\\n--output \"${PROJECT_DIR}/Documentation\" \\\n--publish-docset \\\n--logformat xcode \\\n--keep-undocumented-objects \\\n--keep-undocumented-members \\\n--keep-intermediate-files \\\n--no-repeat-first-par \\\n--no-warn-invalid-crossref \\\n--ignore \"*.m\" \\\n--index-desc \"${PROJECT_DIR}/readme.markdown\" \\\n\"${PROJECT_DIR}\"";
shellScript = "/usr/local/bin/appledoc \\\n--project-name \"DTFoundation\" \\\n--project-company \"Cocoanetics\" \\\n--company-id \"com.cocoanetics\" \\\n--docset-atom-filename \"DTFoundation.atom\" \\\n--docset-feed-url \"http://cocoanetics.github.com/DTFoundation/%DOCSETATOMFILENAME\" \\\n--docset-package-url \"http://cocoanetics.github.com/DTFoundation/%DOCSETPACKAGEFILENAME\" \\\n--docset-fallback-url \"http://cocoanetics.github.com/DTFoundation/\" \\\n--output \"~/help\" \\\n--publish-docset \\\n--logformat xcode \\\n--keep-undocumented-objects \\\n--keep-undocumented-members \\\n--keep-intermediate-files \\\n--no-repeat-first-par \\\n--no-warn-invalid-crossref \\\n--ignore \"*.m\" \\\n--index-desc \"${PROJECT_DIR}/readme.markdown\" \\\n\"${PROJECT_DIR}\"";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions readme.markdown
Expand Up @@ -24,6 +24,8 @@ Documentation can be browsed online at http://cocoanetics.github.com/DTFoundatio
Usage
-----

The DTFoundation.framework is using the "Fake Framework" template put together by Karl Stenerud (https://github.com/kstenerud/iOS-Universal-Framework).

1. Include the DTFoundation.framework in your project.
2. Import the DTFoundation.h in your PCH file or include the individual header files where needed.
3. Add -ObjC to "Other Linker Flags".

0 comments on commit eab8936

Please sign in to comment.