Apple News is a cool app to stay updated with recent news, trends and hot topics. On March 14, 2017, I wrote a post that XCBlog channel was live on Apple […]
Author: Shashikant Jagtap
Five Killer Features of CocoaPods for iOS Development are In Transit
CocoaPods has been magical dependency managers for iOS developer so far. Very few developers understand what happens under the hood when they run pod install command. However, CocoaPods has been proved […]
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 […]
How to Train Machine Learning Models with CreateML for iOS Testing
Machine Learning and Artificial Intelligence are the booming topics in the software industry at the moment. The use of AI/ML for testing apps also becoming the trend as there are […]
Year in Review 2018: Key Learnings and Personal Achievements
Today is the last day of 2018, this year, lots of amazing things happened in my personal and professional life in 2018. I can’t thank enough for 2018 for such […]
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 […]
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 […]