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

Commit

Permalink
Version and README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed Jan 12, 2016
1 parent 1974bdd commit 780e65c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A SonarQube 5.0 dashboard of the iOS open source project [GreatReader](https://g
| Issues |YES | Uses [OCLint](http://docs.oclint.org/en/dev/intro/installation.html): 63 rules, and [Faux Pas](http://fauxpasapp.com/): 102 rules|
| Size |YES | |
| Tests |YES | Uses [xctool](https://github.com/facebook/xctool), will probably switch to xcodebuild + [xcpretty](https://github.com/supermarin/xcpretty) soon |
| Code coverage |YES | With [gcovr](http://gcovr.com), probably [slather](https://github.com/venmo/slather) soon|
| Code coverage |YES | With [gcovr](http://gcovr.com) for project before Xcode 7, otherwise [slather](https://github.com/venmo/slather)|


###Compatibility
Expand All @@ -50,6 +50,9 @@ Binary packages are available in the release section.

###Release history

####0.4.0.3 (based on 0.4.0)
- Xcode 7 coverage support (profdata)

####0.4.0.2 (based on 0.4.0)
- Faux Pas support for release 1.5 and 1.6
- Support for multiple projects in a same workspace
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.codehaus.sonar-plugin.objectivec</groupId>
<artifactId>sonar-objective-c-plugin</artifactId>
<version>0.4.0.2</version>
<version>0.4.0.3</version>

<packaging>sonar-plugin</packaging>

Expand Down

0 comments on commit 780e65c

Please sign in to comment.