CAUTIOUS, NOT UP TO DATE
This is a sample project demonstrating the setup needed by the sonar objective-c plugin. In order to use,
-
Install sonar (see http://www.sonarsource.org/screencasts/installation-of-sonar/)
-
Install objective-c plugin (see https://github.com/octo-technology/sonar-objective-c/wiki/Plugin-Install)
-
Install either SonarQube Runner or maven (see http://docs.codehaus.org/display/SONAR/Analyzing+with+SonarQube+Runner or http://docs.codehaus.org/display/SONAR/Analyzing+with+Maven)
-
Run either 'sonar-runner' or 'mvn sonar:sonar' in the root directory of the project. After this, you should see the results in sonar.
Have fun.