Today, I decided to move all Angle 's dependencies that were defined as CocoaPods Pods to Swift Packages. It was my first-hand experience with Xcode's integration with the Swift Package Manager so here are my thoughts: I had no issues. I we…
Tags
cocoapods
Moving Pods to Packages
Why Open Source helps you to become a better developer
Most of developers haven't tried creating an Open Source component before. Since I apply it to every of my projects I feel the results and development process has improved a lot. In this article I will describe why it's so important
Swift and Objective-C playing together
Start using Swift in your Objective-C projects. Avoid some headaches with these useful tips and advices for the communication layer between your Objective-C code base and your future Swift implementations
Setup your iOS Projects for testing
Learn how to setup your iOS for testing using the most popular testing libraries and how to integrate your project tests in the development flow.