Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Retiring this tool, recommending xcpretty
  • Loading branch information
Ryuichi Saito committed Dec 27, 2015
1 parent 832a731 commit 161f2ea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (C) 2012-2014 Longyi Qi. All rights reserved.
Copyright (C) 2012-2014 Longyi Qi, 2015 Ryuichi Saito, LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
15 changes: 15 additions & 0 deletions README
@@ -1,6 +1,21 @@
oclint-xcodebuild
-------------------------------------------------------------------------------

!!!
This project is no longer under maintenance by OCLint team!
Please consider using xcpretty (https://github.com/supermarin/xcpretty).

Basically, if your command looks like this

xcodebuild
oclint-xcodebuild

Then replace it with

xcodebuild | xcpretty -r json-compilation-database

-------------------------------------------------------------------------------

Since OCLint recognizes a file called compile_commands.json to figure out the
compiler options for parsing each file, oclint-xcodebuild is a helper program
that converts xcodebuild log to compile_commands.json.
Expand Down
2 changes: 2 additions & 0 deletions oclint-xcodebuild
Expand Up @@ -213,4 +213,6 @@ def main():


if __name__ == '__main__':
print "This binary is no longer under maintenance by OCLint team."
print "Please consider using xcpretty (https://github.com/supermarin/xcpretty) instead!"
main()

0 comments on commit 161f2ea

Please sign in to comment.