- Search for:
[email protected]:powerhome/PlaybookSwift.git
- Choose
Add Package
- In Xcode, Choose
Packages > Resolve Package Versions
- In your Swift view file:
import Playbook
- Build the project
Install pre-commit
via brew install pre-commit
- In the Playbook Swift root directory, run
pre-commit install
to set up the git hook scripts
- 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