-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 786 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
Visit http://oclint.org/docs/manual/oclint-xcodebuild.html for
documentation about using oclint-xcodebuild.