lib/gym/detect_values.rb in gym-1.5.0 vs lib/gym/detect_values.rb in gym-1.6.0

- old
+ new

@@ -25,12 +25,9 @@ detect_platform # we can only do that *after* we have the scheme detect_configuration config[:output_name] ||= Gym.project.app_name - # we do it here, since the value is optional and should be pre-filled by fastlane if necessary - config[:export_method] ||= "app-store" - return config end # Helper Methods