dependency

  • A Practical Approach on Using Swift Package in Xcode

    Swift packages consist of a great way to reuse code among your own projects, or distribute it and share with others! Learn how to create your own Swift package in Xcode 11, how to push it on a remote repository, and how to use it as a dependency on a project.