Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

mozilla-lockwise/lockbox-cordova

Repository files navigation

Lockbox Cordova

Cordova project for the mobile Lockbox app.

Prerequisites

  • Node (>= 6.0)
  • Cordova (via npm install -g)
  • Xcode (and command line tools installed and set via xcode-select)
  • Android Studio (and local paths set after running through setup wizard)
  • Java runtime (check using java --version)

Building

git clone https://github.com/mozilla-lockbox/lockbox-cordova.git
cd lockbox-cordova
cordova prepare [ios|android]
cordova build

Running iOS

  • Open the platforms/ios/Lockbox.xcodeproj project in Xcode
  • Set the "active scheme" (iOS device)
  • Build and Run

Running Android

  • Open the platforms/android/ project in Android Studio
  • Attempt to "Build APK" (may have more dependencies to install)
  • Run