Running a package from Xcode Build phase
You’ve been using a SPM package in Xcode and desperately wonder how to do swift run package with it? Then here’s the answer!
You’ve been using a SPM package in Xcode and desperately wonder how to do swift run package with it? Then here’s the answer!
A very brief introduction to DangerSwift and how to use it to automate repetitive tasks for your merge requests.
App signing is probably the biggest nightmare of iOS developers. Time to face your fear and master it!
How Trunk based development can help teams in being efficient.
2021 is coming to an end. A perfect time for me to share with you the tech choices I've made over the year.
Today let's dive in Cocoapods and how we can gracefully handle our build scripts thanks to script phases feature.
Let's see how we can use Swift Argument Parser to write powerful scripts for our applications.
After making our blog with Publish it is now time to publish it using Github Actions!
In these series of article I will tell you about the tools I used in order to make SwiftUnwrap. Let's start by having a look to Publish.
Fastlane is a very famous and useful tool but do you know how to use effective environments within it? Let's have a look!
When working on your project you often need to switch environments. Whether it is check a bug on production or to use the latest API on your dev server this is a quite common scenario. But doing it properly and easily in iOS has always been challenging. Let's see how we can handle it.