Skip to content

Commit

Permalink
Update README for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilpicat committed Oct 22, 2013
1 parent dfb4c96 commit 0d857c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,7 @@ For more details, see the list of [Sonar metrics](https://github.com/octo-techno

###Download

The latest release is the 0.3.0, and it's available [here](http://bit.ly/19R2J5X).
The latest release is the 0.3.1, and it's available [here](http://bit.ly/1fSwd5I).

You can also download the latest build of the plugin from [Cloudbees](https://rfelden.ci.cloudbees.com/job/sonar-objective-c/lastSuccessfulBuild/artifact/target/).

Expand All @@ -39,13 +39,13 @@ In the worst case, the Maven repository is available here: http://repository-rfe
- [gcovr](http://gcovr.com) installed

###Installation (once for all your Objective-C projects)
- Install [the plugin](http://bit.ly/19R2J5X) through the Update Center (of SonarQube) or download it into the $SONARQUBE_HOME/extensions/plugins directory
- Install [the plugin](http://bit.ly/1fSwd5I) through the Update Center (of SonarQube) or download it into the $SONARQUBE_HOME/extensions/plugins directory
- Restart the SonarQube server.

###Configuration (once per project)
- Copy [sonar-project.properties](https://rawgithub.com/octo-technology/sonar-objective-c/master/sample/sonar-project.properties) in your Xcode project root folder (along your .xcodeproj file)
- Edit the *sonar-project.properties* file to match your Xcode iOS/MacOS project
- Copy [run-sonar.sh](https://rawgithub.com/octo-technology/sonar-objective-c/master/script/run-sonar.sh) in your Xcode project root folder and make it executable
- Copy [run-sonar.sh](https://rawgithub.com/octo-technology/sonar-objective-c/master/src/main/shell/run-sonar.sh) in your Xcode project root folder and make it executable

**The good news is that you don't have to modify your Xcode project to enable Sonar!**. Ok, there might be one needed modification if you don't have a specific scheme for your test target, but that's all.

Expand All @@ -64,6 +64,7 @@ In the worst case, the Maven repository is available here: http://repository-rfe
* **Mete Balci**

###History
- v0.3.1 (2013/10): fix release
- v0.3 (2013/10): added support for OCUnit tests and test coverage
- v0.2 (2013/10): added OCLint checks as Sonar violations
- v0.0.1 (2012/09): v0 with basic metrics such as nb lines of code, nb lines of comment, nb of files, duplications
Expand Down

0 comments on commit 0d857c8

Please sign in to comment.