How to Add a Swift Package to a Project

Опубликовано: 01 Сентябрь 2022
на канале: Cocoacasts
3,811
25

The Swift Package Manager has come a long way and support for Xcode improves with every release of Apple's IDE. Even though there are several third party solutions for managing the dependencies of a project, CocoaPods and Carthage being the most popular, the Swift Package Manager has become a viable option in recent years. In this episode, I show you how to add a Swift package to a project in Xcode.