Method: Deliver::DetectValues#find_folders

Defined in:
lib/deliver/detect_values.rb

#find_folders(options) ⇒ Object



38
39
40
41
42
# File 'lib/deliver/detect_values.rb', line 38

def find_folders(options)
  containing = Helper.fastlane_enabled? ? FastlaneCore::FastlaneFolder.path : '.'
  options[:screenshots_path] ||= File.join(containing, 'screenshots')
  options[:metadata_path] ||= File.join(containing, 'metadata')
end