To upload my iOS project to iTunesConnect I must do next steps:
- Build project for Generic iOS Device. In XCode 
- Press button "Upload to App Store". In Organizer 
- Choose Development Team for publishing. This team exists in info.plist 
- Enable/disable checkboxes: "Include app symbols for your app..." 
- Press button "Upload" 
Is there way for make all this steps in one command? Like:
$ project build_and_send_to_AppStore
 
     
    