Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Fix company name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Sep 13, 2013
1 parent 7ac02f4 commit d711dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/HockeySDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/appledoc \\\n--output \"${SOURCE_ROOT}/../documentation\" \\\n--ignore Vendor \\\n--ignore Products \\\n--ignore .m \\\n--create-html \\\n--create-docset \\\n--install-docset \\\n--keep-intermediate-files \\\n--project-name \"${HOCKEYSDK_DOCSET_NAME} ${VERSION_STRING}\" \\\n--project-version \"${VERSION_STRING}\" \\\n--project-company \"BitStadium GmbH\" \\\n--company-id \"de.bitstadium\" \\\n--docset-bundle-name \"${HOCKEYSDK_DOCSET_NAME} ${VERSION_STRING}\" \\\n--docset-feed-name \"${HOCKEYSDK_DOCSET_NAME}\" \\\n--docset-desc \"\" \\\n--docset-platform-family \"macosx\" \\\n--index-desc \"${SOURCE_ROOT}/../docs/index.md\" \\\n--include \"${SOURCE_ROOT}/../docs/index.html\" \\\n--include \"${SOURCE_ROOT}/../docs/\" \\\n--merge-categories \\\n--no-repeat-first-par \\\n--warn-undocumented-object \\\n--warn-undocumented-member \\\n--warn-empty-description \\\n--warn-unknown-directive \\\n--warn-invalid-crossref \\\n--warn-missing-arg \\\n--logformat xcode \\\n--exit-threshold 2 \\\n\"${SOURCE_ROOT}/../\"\n";
shellScript = "/usr/local/bin/appledoc \\\n--output \"${SOURCE_ROOT}/../documentation\" \\\n--ignore Vendor \\\n--ignore Products \\\n--ignore .m \\\n--create-html \\\n--create-docset \\\n--install-docset \\\n--keep-intermediate-files \\\n--project-name \"${HOCKEYSDK_DOCSET_NAME} ${VERSION_STRING}\" \\\n--project-version \"${VERSION_STRING}\" \\\n--project-company \"Bit Stadium GmbH\" \\\n--company-id \"de.bitstadium\" \\\n--docset-bundle-name \"${HOCKEYSDK_DOCSET_NAME} ${VERSION_STRING}\" \\\n--docset-feed-name \"${HOCKEYSDK_DOCSET_NAME}\" \\\n--docset-desc \"\" \\\n--docset-platform-family \"macosx\" \\\n--index-desc \"${SOURCE_ROOT}/../docs/index.md\" \\\n--include \"${SOURCE_ROOT}/../docs/index.html\" \\\n--include \"${SOURCE_ROOT}/../docs/\" \\\n--merge-categories \\\n--no-repeat-first-par \\\n--warn-undocumented-object \\\n--warn-undocumented-member \\\n--warn-empty-description \\\n--warn-unknown-directive \\\n--warn-invalid-crossref \\\n--warn-missing-arg \\\n--logformat xcode \\\n--exit-threshold 2 \\\n\"${SOURCE_ROOT}/../\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit d711dc0

Please sign in to comment.