At SauceCon 2019, XCTEQ got an opportunity to have a video interview with DevOps.com and Digital anarchist. Chris Riley has conducted a video interview covering the various aspects of the […]
Tag: iOSDevOps
xccov: Diff and Merge Swift(iOS) Code Coverage
Apple has released a new command line tool xccov last year for inspecting the contents of Xcode code coverage reports. With xccov , we can generate Xcode code coverage reports in the […]
Status of the upcoming iOS DevOps Book
In August 2018, I announced the book on iOS DevOps, the draft content of the book has been published on the XCTEQ website here. Since then lots of connection on […]
Apple’s 2FA announcement will break all Your iOS CI/CD Pipelines. How to Prepare For It
Everyone who has Apple ID might have received an email that Apple will enforce Two-Factor Authentication (2FA) starting from 27th Feb 2019. The purpose of 2FA is to add an extra layer […]
Swift + Docker + Kubernetes = Awesome Deployments from macOS
At the moment, Kubernetes is the hottest tool in the DevOps industry for automating, managing and scaling deployments of the web apps. However, Kubernetes rarely managed to enter in the […]
2018: Biggest Shakeup in Years for iOS Release and CI/CD Process. How to Prepare for 2019
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 […]
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 […]
Five Things You Must Know About Xcode 10 New Build System
Apple released Xcode New Build System with Xcode 9 in the preview mode. It wasn’t activated by default at that time. With Xcode 10, new build system activated by default, by […]