Method: CBin::LocalLibrary::Builder#build
- Defined in:
- lib/cocoapods-tj/helpers/local/local_library_builder.rb
#build ⇒ Object
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/cocoapods-tj/helpers/local/local_library_builder.rb', line 25 def build UI.section("Building static library #{@spec}") do clean_source_dir copy_headers copy_library copy_resources cp_to_source_dir end end |