Before diving into this article, make sure you take a look at the intro article on iOS CI Olympics game here. In the introductory post on iOS CI Olympics, we […]
Author: Shashikant Jagtap
iOS CI Olympics-Player One: BuddyBuild
Before diving into this article, make sure you take a look at the intro article on iOS CI Olympics game here. In the introductory post on iOS CI Olympics, we […]
iOS CI Olympics : Competition of Cloud iOS Continuous Integration Servers
Continuous Integration a.k.a CI for iOS apps is one of my favourite topics. Continuous Integration is essential for every iOS project now as the number of developers growing in the iOS teams. […]
Cache Carthage to speed-up iOS Continuous Integration
There is hardly any iOS project that doesn’t have any dependency. Almost every project has to manage some sort of dependencies either internal or third party. Every major programming language […]
Getting Apple’s SF Mono Font in macOS
Since Apple launched SF Mono Font at WWDC 2016, I fall in love with this amazing font. I turned my whole blog website to use SF Mono font but it involved […]
iOS Deployment Pipeline with Travis Stages
The process of Continuous Integration performs various activities like analysing, building, testing and deploying iOS apps. It would be a great idea to break down each build tasks into various […]
Hosting of ipa and dSYM files of Continuously Delivered iOS apps
Continuous Delivery enables frequent releases of new features as soon they are ready and approved by product owners. The continuous Delivery pipeline should be able to analyse, build, test, archive […]
Top 5 Tips for Integrating SwiftLint into iOS CI/CD Pipelines
Swift is getting popular programming language for developing iOS apps these days. Being a type safe language, it’s important to focus on code styling and conventions of the Swift code. […]
Continuous Performance Testing of an iOS Apps using XCTest
The speed of an iOS app is a key to success in the current competitive market. User hates slow running and unresponsive apps so it became very important to check the […]
Fearless iOS Continuous Delivery with TestFlight and Phased Release
The major obstacles to continuous delivery are the lack confidence in the release candidate and fear of critical bugs in the production. While releasing an iOS app, there is always […]
