Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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