Build Automation
xcodebuild: Deploy iOS app from Command Line
The deployment of an iOS app to iTunes Connect involves various things and it’s time-consuming and fragile activity. It’s very common practice for iOS developers use Xcode to build, test, archive and upload the app to iTunes Connect. Fortunately, Apple has command line tools to do all these things and Read more…