lib/cocoapods-jxedt/binary/config.rb in cocoapods-jxedt-0.0.16 vs lib/cocoapods-jxedt/binary/config.rb in cocoapods-jxedt-0.0.17

- old
+ new

@@ -61,9 +61,16 @@ def all_binary_enabled? @dsl_config[:all_binary] || false end + def binary_settings + @options ||= begin + @dsl_config[:use_binary_settings] || {} + end + @options + end + def binary_switch? @dsl_config[:binary_switch] || @dsl_config[:binary_switch].nil? end def prebuild_job? \ No newline at end of file