lib/gym/detect_values.rb in gym-0.8.0 vs lib/gym/detect_values.rb in gym-0.8.1
- old
+ new
@@ -28,9 +28,12 @@
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