Last active
October 14, 2016 12:48
-
-
Save jkmathew/ba03a4f4568d77c93739716232585faa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xctool -workspace ProjectName.xcworkspace -scheme ProjectName clean | |
#for project use | |
#xctool -workspace ProjectName.xcodeproj -scheme ProjectName clean | |
xctool -workspace ProjectName.xcodeproj -scheme ProjectName -reporter json-compilation-database:compile_commands.json build | |
#for project use | |
#xctool -project ProjectName.xcodeproj -scheme BLEDataTransfer -reporter json-compilation-database:compile_commands.json build | |
oclint-json-compilation-database -- oclint_args -report-type html -o report.html | |
git rev-parse --verify HEAD #get lat commit hash | |
git show --pretty="" --name-only $(git rev-parse --verify HEAD) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment