Welcome to my blog 👋
I'm Pol, a content creator and iOS developer. In this blog I write about all things iOS, Swift and software development best practices. I also have a newsletter about iOS CI/CD if you want to subscribe 👇
Codemagic is the first CI/CD to make Apple M2 machines available to everyone (including the free tier!). This is a free upgrade from M1 machines with no price change.
Browse by category
Latest articles
See allHow to make sure your Xcode project's build and version numbers are always up-to-date using Fastlane.
A guide on how you can use expedited app reviews in exceptional circumstances to get your app reviewed faster than normal on the App Store.
How to manage versions of Ruby and install Ruby Gems such as Fastlane both locally and in your CI/CD pipelines using GitHub Actions.
A comparison between ObservableObject and the new Observable macro and how to listen and react to property changes in both.
Core Data and Swift Data model objects can't be shared across different threads and doing so can result in data corruption and crashes. In this article, I will show you how to set up a fully thread-safe Core Data and Swift Data stack that performs all operations in the background.
Learn how to create a Safari Extension as a popover using only Swift and how to render its UI using SwiftUI.