Skip to content
Jesús Alfredo Hernández Alarcón edited this page Feb 13, 2022 · 1 revision

Welcome to the PowerfulCombine wiki!

Installation

You can add PowerfulCombine to an Xcode project by adding it as a package dependency.

  1. From the File menu, select Swift Packages › Add Package Dependency…
  2. Enter "https://github.com/AlfredoHernandez/PowerfulCombine.git" into the package repository URL text field
  3. Depending on how your project is structured:
    • If you have a single application target that needs access to the library, then add PowerfulCombine directly to your application.
    • If you want to use this library from multiple targets you must create a shared framework that depends on PowerfulCombine, and then depend on that framework from your other targets.
Clone this wiki locally