Class: Motion::Project::App
- Inherits:
-
Object
- Object
- Motion::Project::App
- Defined in:
- lib/motion-objc.rb
Class Method Summary collapse
- .setup_with_motion_objc ⇒ Object (also: setup)
Class Method Details
.setup_with_motion_objc ⇒ Object Also known as: setup
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/motion-objc.rb', line 16 def setup_with_motion_objc setup_without_motion_objc do |app| yield app if app.objc_files && app.objc_files != [] generator = LibGenerator.new(app.objc_files) generator.vendor(app) end end end |