Summary
I`m trying to automatize my applications upload to iTunesConnect.
I have at least 6 apps and all are always \"ready to upload\".
I released a gist to get the identifier of the next app to be published on iTunesConnect: https://gist.github.com/KrauseFx/db0ea9c884465e507602
I couldn't find a way to specify the app you want to upload. At least now there is a way to receive the identifier of the next app to be uploaded.
Basically I use the 'xcrun -sdk iphoneos Validation' command and read its output to determine the identifier.