Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 963 Bytes

Installation.md

File metadata and controls

35 lines (24 loc) · 963 Bytes

Installation Guide for Playbook Swift

Prerequisites

Playbook Swift can be added via the Swift Package Manager

pkgmgr-pop

  1. Search for: [email protected]:powerhome/PlaybookSwift.git
  2. Choose Add Package
  3. In Xcode, Choose Packages > Resolve Package Versions
  4. In your Swift view file:
    import Playbook
  5. Build the project

Install pre-commit via brew install pre-commit

  1. In the Playbook Swift root directory, run pre-commit install to set up the git hook scripts

Note: YAML Configuration Files

  • 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