lib/gym/generators/build_command_generator.rb in gym-0.6.2 vs lib/gym/generators/build_command_generator.rb in gym-0.7.0

- old
+ new

@@ -55,10 +55,12 @@ actions end def suffix - [] + suffix = [] + suffix << "CODE_SIGN_IDENTITY='#{Gym.config[:codesigning_identity]}'" if Gym.config[:codesigning_identity] + suffix end def pipe ["| xcpretty"] end