lib/gym/detect_values.rb in gym-0.8.2 vs lib/gym/detect_values.rb in gym-0.8.3

- old
+ new

@@ -22,9 +22,11 @@ # Go into the project's folder Dir.chdir(File.expand_path("..", Gym.project.path)) do config.load_configuration_file(Gym.gymfile_name) end + config[:use_legacy_build_api] = true if Xcode.pre_7? + detect_scheme detect_platform # we can only do that *after* we have the scheme detect_configuration config[:output_name] ||= Gym.project.app_name