Glad to announce my new adventure of writing a book on iOS DevOps which cover almost everything to deliver the quality app to AppStore. This book is aimed to solve the challenges […]
Category: Build Automation
Xcode Server with Xcode 10
Xcode Server is a continuous integration service launched by Apple a few years back. In the previous post about Xcode Server and Xcode 9, we have covered most of the major […]
Working with iOS App Metadata from Linux using Transporter
Apple has announced new AppStore Connect API at WWDC18 to comunicate directly with App Store. In order to know more about these API, refer previous blog post. This was clearly […]
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 […]
Managing iOS Build Configurations and Schemes for XCTest
Before releasing an iOS app to Apple App Store, it’s very common to have a build that has been targeted to internal audience i.e QA engineers, Product Owners that will […]
Switching Swift Versions inside Xcode using Toolchains
There is no doubt that Swift is amazing programming language to develop iOS apps. However, since Apple has open-sourced Swift, it is going through major breaking changes. Swift is evolving […]
Build Incrementation Techniques for iOS Release Train
Continuous Delivery of iOS apps is essential to stay relevant in the competitive market. Companies having the infrastructure to release features to the customers as soon as it developed wins […]
Securing iOS Certificates using Modern Cryptography
Every iOS app requires a certificate from Apple to publish apps to the App Store. The certificates are required to code sign iOS apps. Apple usually offers development certificate to […]