lib/command/config.rb in cocoapods-binary-cache-0.1.13 vs lib/command/config.rb in cocoapods-binary-cache-0.1.14
- old
+ new
@@ -115,10 +115,14 @@
def dont_remove_source_code?
@dsl_config[:dont_remove_source_code]
end
+ def xcodebuild_log_path
+ @dsl_config[:xcodebuild_log_path]
+ end
+
def build_args
@dsl_config[:build_args]
end
def save_cache_validation_to
@@ -176,9 +180,10 @@
:bitcode_enabled,
:device_build_enabled,
:xcframework,
:disable_dsym,
:dont_remove_source_code,
+ :xcodebuild_log_path,
:build_args,
:save_cache_validation_to,
:validate_prebuilt_settings,
:prebuild_code_gen,
:strict_diagnosis,