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 […]
Tips for Writing Scalable XCUITests – WWDC 2017
At WWDC 2017, there was an amazing talk on engineering for testability which focuses on the importance of quality of test code along with app code. The talk introduced various way […]
Code Signing iOS app extensions on Continuous Integration Server
Adding app extensions are the great way to place the power of app wherever users need it. Since Apple launched app extensions, it became very common to have them in […]
iOS Continuous Delivery with Fastlane and Ansible – Part 2
This is the second part of my experience at Photobox Group dealing with Continuous Deployment of iOS apps. In the previous post, we have seen that how we used Fastlane for […]
iOS Continuous Deployment with Fastlane and Ansible – Part 1
Note : This post has been published on official Moonpig Engineering blog. Read here At my previous role at Photobox Group, I have enjoyed working on DevOps practices for iOS […]