fastlane/lib/fastlane/actions/version_get_podspec.rb in fastlane-2.71.0.beta.20171221010003 vs fastlane/lib/fastlane/actions/version_get_podspec.rb in fastlane-2.71.0.beta.20171222010003
- old
+ new
@@ -23,9 +23,10 @@
[
FastlaneCore::ConfigItem.new(key: :path,
env_name: "FL_VERSION_PODSPEC_PATH",
description: "You must specify the path to the podspec file",
is_string: true,
+ code_gen_sensitive: true,
default_value: Dir["*.podspec"].last,
verify_block: proc do |value|
UI.user_error!("Please pass a path to the `version_get_podspec` action") if value.length == 0
end)
]