Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 496 Bytes

install.md

File metadata and controls

27 lines (18 loc) · 496 Bytes
  1. Install Xcode version 9.4.1

  2. Install the latest Xcode developer tools from Apple

  3. Install Carthage

    brew update
    brew install carthage
    
  4. Clone the repository

    git clone https://github.com/mozilla-lockbox/lockbox-ios
    
  5. Pull in the project dependencies:

    cd lockbox-ios
    sh ./bootstrap.sh
    
  6. Open Lockbox.xcodeproj in Xcode

  7. Build/Run the lockbox scheme in Xcode