Skip to content

Instantly share code, notes, and snippets.

@ktpm489
Forked from niraj-shah/debug-signing.properties
Created July 22, 2019 23:00
Show Gist options
  • Select an option

  • Save ktpm489/c387d335c16de3fb265dda9565a0300e to your computer and use it in GitHub Desktop.

Select an option

Save ktpm489/c387d335c16de3fb265dda9565a0300e to your computer and use it in GitHub Desktop.
Debug Build Signing for Cordova
# location of keystore
storeFile=/path/to/app.keystore
# Key alias
keyAlias=alias_name
# Store password
storePassword=Password1
# Key password
keyPassword=Password1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment