Skip to content

Commit

Permalink
removed print-settings from plist, that's better done on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Feb 27, 2013
1 parent 30428c9 commit e620306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions AppledocSettings.plist
Expand Up @@ -13,11 +13,11 @@
<key>--docset-atom-filename</key>
<string>DTCoreText.atom</string>
<key>--docset-feed-url</key>
<string>http://cocoanetics.github.com/DTCoreText/%DOCSETATOMFILENAME</string>
<string>https://docs.cocoanetics.com/DTCoreText/%DOCSETATOMFILENAME</string>
<key>--docset-package-url</key>
<string>http://cocoanetics.github.com/DTCoreText/%DOCSETPACKAGEFILENAME</string>
<string>https://docs.cocoanetics.com/DTCoreText/%DOCSETPACKAGEFILENAME</string>
<key>--docset-fallback-url</key>
<string>http://cocoanetics.github.com/DTCoreText/</string>
<string>https://docs.cocoanetics.com/DTCoreText/</string>
<key>--output</key>
<string>~/help/DTCoreText</string>
<key>--create-docset</key>
Expand All @@ -40,8 +40,6 @@
</array>
<key>--index-desc</key>
<string>Readme.markdown</string>
<key>--verbose</key>
<integer>2</integer>
<key>--include</key>
<array>
<string>./Documentation/Setup Guide-template.markdown</string>
Expand All @@ -53,9 +51,5 @@
</array>
<key>--warn-invalid-crossref</key>
<false/>
<key>--merge-categories</key>
<true/>
<key>--print-settings</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion DTCoreText.xcodeproj/project.pbxproj
Expand Up @@ -2049,7 +2049,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/appledoc --output \"${BUILD_DIR}/Documentation/\" \"${PROJECT_DIR}\"\necho \"Documentation Output directory: ${BUILD_DIR}/Documentation/\"";
shellScript = "/usr/local/bin/appledoc --print-settings --output \"${BUILD_DIR}/Documentation/\" \"${PROJECT_DIR}\"\necho \"Documentation Output directory: ${BUILD_DIR}/Documentation/\"";
showEnvVarsInLog = 0;
};
A788CA661486456100E1AFD9 /* ShellScript */ = {
Expand Down

0 comments on commit e620306

Please sign in to comment.