./lib/shenzhen/plugins/testflight.rb in shenzhen-0.2.5 vs ./lib/shenzhen/plugins/testflight.rb in shenzhen-0.3.0
- old
+ new
@@ -47,10 +47,9 @@
c.option '-T', '--team_token TOKEN', "Team Token. Available at https://testflightapp.com/dashboard/team/edit/"
c.option '-m', '--notes NOTES', "Release notes for the build"
c.option '-l', '--lists LISTS', "Comma separated distribution list names which will receive access to the build"
c.option '--notify', "Notify permitted teammates to install the build"
c.option '--replace', "Replace binary for an existing build if one is found with the same name/bundle version"
- c.option '-q', '--quiet', "Silence warning and success messages"
c.action do |args, options|
determine_file! unless @file = options.file
say_error "Missing or unspecified .ipa file" and abort unless @file and File.exist?(@file)