Personal website and blog of Felix Krause| Felix Krause
Personal website and blog of Felix Krause| Felix Krause
I recently setup fastlane for one of my indie apps, Taxatio, to automate uploading builds and metadata to the App Store — by far, one of the most tedious tas...| Jesse Squires
I’m going to reflect on how Ruby has made a thing in the iOS development realm, became a role model and, at the same time, begun to lose the ground.| Testableapple
XCTest works inside the sandbox, which imposes many restrictions. Luckily, there are workarounds for just about everything, and we are going to walk through most of them step by step. In this post, I will talk about push notification testing within XCTest.| Testableapple
Dealing with multiple Xcode versions locally as well as on CI has never been easier than it is today. Installing Xcode command line tools, creating symlinks, switching between different versions, setting up the default one - from now on it’s just a matter of a couple of mouse clicks. Less words, more code snippets and examples.| Testableapple
Have you ever dealt with a long-long Fastfile that turned to be completely unreadable? Here is a modern architectural idea to make an overall experience of working with Fastlane less complicated and much more readable, reliable and extendable.| Testableapple
The impact analysis is about saving time — defining what was impacted and skipping unrelated actions. This post will walk you through the ways of speeding up the tests and builds through impact analysis.| Testableapple