lib/gym/package_command_generator.rb in gym-0.3.1 vs lib/gym/package_command_generator.rb in gym-0.3.2

- old
+ new

@@ -52,10 +52,10 @@ File.join(BuildCommandGenerator.build_path, "#{Gym.config[:output_name]}.ipa") end # The path the the dsym file for this app. Might be nil def dsym_path - Dir[BuildCommandGenerator.archive_path + "/**/*.dsym"].last + Dir[BuildCommandGenerator.archive_path + "/**/*.dSYM"].last end end end end