-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Gavin Huang edited this page Mar 30, 2023
·
5 revisions
-
In Xcode, select
File
->Add Packages
-
In the popup, search for
[email protected]:powerhome/PlaybookSwift.git
and clickAdd Package
-
After Playbook and its associated Package Dependencies finishing installing, in the left-hand sidebar, right click
Package Dependencies
->Resolve Package Versions
- In your Swift view file, at the top,
import Playbook
- Use the desired kits
- Rebuild the project
- You may need to add the package like so:
packages:
Playbook:
url: [email protected]:powerhome/PlaybookSwift.git
version x.x.x // Where x.x.x is the desired version