-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jesús Alfredo Hernández Alarcón edited this page Feb 13, 2022
·
1 revision
Welcome to the PowerfulCombine wiki!
You can add PowerfulCombine
to an Xcode project by adding it as a package dependency.
- From the File menu, select Swift Packages › Add Package Dependency…
- Enter "https://github.com/AlfredoHernandez/PowerfulCombine.git" into the package repository URL text field
- 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.