DangerSwift
A very brief introduction to DangerSwift and how to use it to automate repetitive tasks for your merge requests.
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!
After making our blog with Publish it is now time to publish it using Github Actions!
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.