lib/gym/detect_values.rb in gym-1.6.2 vs lib/gym/detect_values.rb in gym-1.6.3

- old
+ new

@@ -38,10 +38,10 @@ profiles = Dir["*.mobileprovision"] if profiles.count == 1 profile = File.expand_path(profiles.last) elsif profiles.count > 1 UI.message "Found more than one provisioning profile in the project directory:" - profile = choose(*(profiles)) + profile = choose(*profiles) end Gym.config[:provisioning_profile_path] = profile end end