fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.82.0.beta.20180217010002 vs fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.82.0.beta.20180218010003
- old
+ new
@@ -30,10 +30,11 @@
require "frameit/options"
FastlaneCore::CommanderGenerator.new.generate(Frameit::Options.available_options) + [
FastlaneCore::ConfigItem.new(key: :path,
env_name: "FRAMEIT_SCREENSHOTS_PATH",
description: "The path to the directory containing the screenshots",
- default_value: Actions.lane_context[SharedValues::SNAPSHOT_SCREENSHOTS_PATH] || FastlaneCore::FastlaneFolder.path)
+ default_value: Actions.lane_context[SharedValues::SNAPSHOT_SCREENSHOTS_PATH] || FastlaneCore::FastlaneFolder.path,
+ default_value_dynamic: true)
]
end
def self.author
"KrauseFx"