In 2018, Mobile DevOps and CI/CD world have been shaken up by some big announcements and news. These announcements are either from Apple or from the open-source communities, but these […]
Tag: CLI
GitHub Actions: Continuous Delivery of Swift Packages
GitHub is rolling out the GitHub Actions features which allow developers to automate CI/CD workflow without using any other apps. The Github Actions can be considered as GitHub’s own CI/CD […]
XED: The Lightweight Text Editor for Xcode
An Xcode is an integral part of the iOS application development. As an iOS Developer, we work with Xcode most of the time. In case of something unexpected, we quit […]
Full Stack iOS Continuous Delivery with xcodebuild and ExportOptions Plist
The process of uploading the iOS binary to App Store is time-consuming and boring. On top of this, Apple didn’t provide the better options to upload the binary to App […]
App Store Connect API is Here: How To Prepare For It
Apple has started to roll out the New App Store Connect API with documentation for the developers. With App Store Connect API, the developer can automate entire workflows without relying on […]
Why DevOps Engineers Suck at Mobile Ecosystem
Latest TechRepublic post revealed that as per the Stack Overflow Developer Survey 2018, DevOps Specialist is a highest paid programming job in the IT industry at the moment. There is no […]
Generating JWT Tokens for App Store Connect API
Apple’s brand new App Store Connect API will be game changer for the automating all the things related to distribution of apps. App Store Connect API can now interact with […]
WWDC18: Modern Tips for Optimising Swift Build Time in Xcode 10
With Xcode 10, there are some big enhancements in the performance and developer productivity while building Swift projects. The build times are boring and might distract developers if builds are […]
WWDC18: A Basic Guide to App Store Connect API
Setting up Continuous Delivery Pipelines for platforms wasn’t a straightforward task, it was more challenging when it comes to scripting the pipelines in the code. It might be because […]
xccov: Xcode Code Coverage Report for Humans
Apple has released new command line tool xccov with Xcode 9.3 for inspecting the contents of Xcode code coverage reports. Unfortunately, there isn’t any web documentation yet, so we have to […]