Customizing Xcode file header comments
Header comments should be consistent across all project files. Let's see how Xcode and SwiftLint can help us to standardize them across the team.
Yet another iOS Developer homepage
Header comments should be consistent across all project files. Let's see how Xcode and SwiftLint can help us to standardize them across the team.
Kotlin/Native has become a truly considerable solution for the iOS and Android apps that share pieces of common business logic. Let's see how to make use of it in Xcode project.
There are many reasons one could need to execute some arbitrary code while running a build from Xcode. This article shows how to add a simple Run Script Phase and emit log, warning and error messages from it.