A command line tool to find abused .pch
dependency in iOS project
Install ruby gems
bundle install
- build your project
- locate the
.o
files to be examined - implement
get_header_files
andget_source_files
insniffer.rb
- then run:
ruby main.rb sniff
- reads header
.o
files from.pch
- reads source
.o
files from.xcodeproj