Browse Source

Don't treat warnings as errors when building documentation in Xcode

Pascal Pfiffner 10 years ago
parent
commit
84cc69292c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      AppledocSettings.plist

+ 2 - 0
AppledocSettings.plist

@@ -24,5 +24,7 @@
 	<true/>
 	<key>--logformat</key>
 	<string>xcode</string>
+	<key>--exit-threshold</key>
+	<integer>2</integer>
 </dict>
 </plist>