fastlane/lib/fastlane/actions/update_project_provisioning.rb in fastlane-2.82.0.beta.20180217010002 vs fastlane/lib/fastlane/actions/update_project_provisioning.rb in fastlane-2.82.0.beta.20180218010003
- old
+ new
@@ -101,9 +101,10 @@
end),
FastlaneCore::ConfigItem.new(key: :profile,
env_name: "FL_PROJECT_PROVISIONING_PROFILE_FILE",
description: "Path to provisioning profile (.mobileprovision)",
default_value: Actions.lane_context[SharedValues::SIGH_PROFILE_PATH],
+ default_value_dynamic: true,
verify_block: proc do |value|
UI.user_error!("Path to provisioning profile is invalid") unless File.exist?(value)
end),
FastlaneCore::ConfigItem.new(key: :target_filter,
env_name: "FL_PROJECT_PROVISIONING_PROFILE_TARGET_FILTER",