Method: Snapshot::TestCommandGeneratorBase.build_settings
- Defined in:
- snapshot/lib/snapshot/test_command_generator_base.rb
.build_settings ⇒ Object
33 34 35 36 37 38 39 40 41 |
# File 'snapshot/lib/snapshot/test_command_generator_base.rb', line 33 def build_settings config = Snapshot.config build_settings = [] build_settings << "FASTLANE_SNAPSHOT=YES" build_settings << "TEST_TARGET_NAME=#{config[:test_target_name].shellescape}" if config[:test_target_name] return build_settings end |