Method: Pod::XBuilder#build_simulator_device
- Defined in:
- lib/cocoapods-framework/xbuilder.rb
#build_simulator_device(defines) ⇒ Object
144 145 146 147 148 149 150 151 152 |
# File 'lib/cocoapods-framework/xbuilder.rb', line 144 def build_simulator_device defines UI.puts("--- Building framework #{@spec} with simulator device") modify_xcode_project_sdk_to_simullator "#{@sandbox_root}/Pods.xcodeproj" xcode_xbuild( defines, @configuration, @sandbox_root ) end |